A C G I L O P R S T V

A

AudioClip - class com.samsung.util.AudioClip.
An AudioClip plays, stops, resumes or pauses audio data received from the file or buffer.
AudioClip(int, byte[], int, int) - Constructor for class com.samsung.util.AudioClip
Constructs a new instance of AudioClip with type and data which stored in the specified byte array at the specified offset and length.
AudioClip(int, String) - Constructor for class com.samsung.util.AudioClip
Constructs a new instance of AudioClip with type and data from the named resource.

C

com.samsung.util - package com.samsung.util
 

G

getCallbackAddress() - Method in class com.samsung.util.SM
Gets callback phone number.
getData() - Method in class com.samsung.util.SM
Gets message which will be sent.
getDestAddress() - Method in class com.samsung.util.SM
Gets destination phone number.

I

isSupported() - Static method in class com.samsung.util.SMS
Gets an information whether GSM Short Message Service is supported by the device.
isSupported() - Static method in class com.samsung.util.LCDLight
Gets an information whether LCD light is supported by the device.
isSupported() - Static method in class com.samsung.util.Vibration
Gets an information whether vibration is supported by the device.
isSupported() - Static method in class com.samsung.util.AudioClip
Gets an information whether audio clip is supported by the device.

L

LCDLight - class com.samsung.util.LCDLight.
The LCDLight class controls back light of phone screen.

O

off() - Static method in class com.samsung.util.LCDLight
Stops lightening of the screen.
on(int) - Static method in class com.samsung.util.LCDLight
Starts lightening of the screen with time (sec).

P

pause() - Method in class com.samsung.util.AudioClip
Pauses audio.
play(int, int) - Method in class com.samsung.util.AudioClip
Plays audio with specified volume for specified loop.

R

resume() - Method in class com.samsung.util.AudioClip
Resumes audio on a paused position.

S

send(SM) - Static method in class com.samsung.util.SMS
Sends a massage.
setCallbackAddress(String) - Method in class com.samsung.util.SM
Sets the callback address for sending message.
setData(String) - Method in class com.samsung.util.SM
Sets text message which will be sent.
setDestAddress(String) - Method in class com.samsung.util.SM
Sets the destination address for sending message.
SM - class com.samsung.util.SM.
The SM is the class contains the destination phone number, callback phone number and text messages.
SM() - Constructor for class com.samsung.util.SM
Constructs a new instance of Short Message
SM(String, String, String) - Constructor for class com.samsung.util.SM
Constructs a new instance of Short Message with destinationAddress, callbackAddress and text message.
SMS - class com.samsung.util.SMS.
The SMS class contains method for sending message.
start(int, int) - Static method in class com.samsung.util.Vibration
Starts vibrating with duration(sec) and strength.
stop() - Static method in class com.samsung.util.Vibration
Stops vibrating.
stop() - Method in class com.samsung.util.AudioClip
Stops the audio and releases its resources.

T

TYPE_MIDI - Static variable in class com.samsung.util.AudioClip
The "MIDI" audio type constant.
TYPE_MMF - Static variable in class com.samsung.util.AudioClip
The "MMF" audio type constant.
TYPE_MP3 - Static variable in class com.samsung.util.AudioClip
The "MP3" audio type constant.

V

Vibration - class com.samsung.util.Vibration.
The Vibration class controls vibration of phone.

A C G I L O P R S T V