A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

A

abs(Float) - Static method in class com.mot.iden.math.Math
Returns the absolute value of an Float value.
abs(int) - Static method in class java.lang.Math
Returns the absolute value of an int value.
abs(long) - Static method in class java.lang.Math
Returns the absolute value of a long value.
ACC_NOT_ATTAIN_ASSIST_DATA_UNAV - Static variable in interface com.motorola.iden.position.PositionDevice
This constant indicates that the location fix has timed out.
ACCEPT - Static variable in interface com.motorola.iden.call.InterconnectCall
The InterconnectCall.ACCEPT indicates a action_type to accept a phone call.
ACCEPT_CALL - Static variable in class com.motorola.iden.call.InterconnectCallImpl
 
acceptAndOpen() - Method in interface javax.microedition.io.StreamConnectionNotifier
Returns a StreamConnection that represents a server side socket connection
acceptsFocus() - Method in class com.motorola.lwt.Component
Checks if this Component currently accepts key focus.
ACCURACY_NOT_ATTAINABLE - Static variable in interface com.motorola.iden.position.PositionDevice
This constant indicates that the location fix has timed out, and the required accuracy is not attainable.
acos(Float) - Static method in class com.mot.iden.math.Math
Returns the arc cosine of an angle, in the range of 0.0 through pi.
ActionTable - class com.motorola.iden.micro3d.ActionTable.
ActionTable contains and manages model animation data.
activeCount() - Static method in class java.lang.Thread
Returns the number of threads alive.
add(Checkbox) - Method in class com.motorola.lwt.CheckboxGroup
Adds a Checkbox to this group and returns the index assigned to it.
add(Component) - Method in class com.motorola.lwt.ComponentScreen
Appends the specified Component to the screen.
add(Float, Float) - Static method in class com.mot.iden.math.Math
Returns the floating-point addition of the two specified Float arguments as a new Float object.
add(Float, Float) - Static method in class com.mot.iden.math.Float
Deprecated.  
add(LookAndFeel) - Static method in class com.motorola.iden.lnf.LookAndFeelEngine
 
add(Object) - Method in class com.motorola.iden.lnf.LookAndFeel
Adds a new attribute to the pool of attributes and returns its assigned attribute identifier This method will throw a LookAndFeelException if attr is null.
add(String, String) - Static method in class com.mot.iden.math.Float
Deprecated.  
addCommand(Command) - Method in class com.motorola.iden.lcdui.ExternalDisplayCanvas
adds a command to the Canvas For External Displays this functiality is overridden due to the fact there is no way to actuate a command on a display rendering on the external Display
addCommand(Command) - Method in class com.motorola.lwt.ComponentScreen
Adds a Command to this ComponentScreen.
addCommand(Command) - Method in class javax.microedition.lcdui.Spacer
Spacers are restricted from having Commands, so this method will always throw IllegalStateException whenever it is called.
addCommand(Command) - Method in class javax.microedition.lcdui.Item
Adds a context sensitive Command to the item.
addCommand(Command) - Method in class javax.microedition.lcdui.Displayable
Adds a Command to the Displayable.
addCommand(Command) - Method in class javax.microedition.lcdui.ChoiceGroup
 
addCommand(Command) - Method in class javax.microedition.lcdui.Alert
Similar to Displayable.addCommand(javax.microedition.lcdui.Command), however when the application first adds a command to an Alert, Alert.DISMISS_COMMAND is implicitly removed.
addElement(Object) - Method in class java.util.Vector
Adds the specified component to the end of this vector, increasing its size by one.
addExceptDate(long) - Method in class com.motorola.iden.udm.DateBookRepeatEvent
Add a Date for which this RepeatPattern should not occur.
addPlayerListener(PlayerListener) - Method in interface javax.microedition.media.Player
Add a player listener for this player.
addRecord(byte[], int, int) - Method in class javax.microedition.rms.RecordStore
Adds a new record to the record store.
addRecordListener(RecordListener) - Method in class javax.microedition.rms.RecordStore
Adds the specified RecordListener.
addTexture(Texture) - Method in class com.motorola.iden.micro3d.MultiTexture
Adds the specified Texture to the end of the list, increasing its size by one.
addWordToUDB() - Method in class com.mot.iden.t9.T9
Add any new words in T9's text buffer to the UDB if UDB write is enabled.
Adler32 - class com.mot.iden.zip.Adler32.
This API is a Licensee Closed Class and is therefore reserved for use by Motorola and it's Licensees A class that can be used to compute the Adler-32 checksum of a data stream.
Adler32() - Constructor for class com.mot.iden.zip.Adler32
Created a new Adler32 class.
AES - class com.motorola.iden.provider.AES.
The AES algorithm, with PKCS#5 padding.
AES() - Constructor for class com.motorola.iden.provider.AES
 
AffineTransform - class com.motorola.iden.micro3d.AffineTransform.
3D affine transformation class.
AffineTransform() - Constructor for class com.motorola.iden.micro3d.AffineTransform
Constructs an AffineTransform with all of its elements set to 0.
AffineTransform(int[][]) - Constructor for class com.motorola.iden.micro3d.AffineTransform
Constructs an AffineTransform with its elements set as specified in the two-dimensional array specified.
after(Object) - Method in class java.util.Calendar
Compares the time field records.
AggregatePosition - interface com.motorola.iden.position.AggregatePosition.
Provides the location information on Fix (Heading, Velocity, Speed Uncertainty, Number of Satellites in Solution, Altitude, Altitude Uncertainty) and Serving Cell Information (Serving Cell Latitude, Serving Cell Longitude).
ALARM - Static variable in class com.motorola.iden.udm.DateBookEvent
ALARM Field ID specifying the date and time for an Alarm for this Event.
ALARM - Static variable in class javax.microedition.lcdui.AlertType
An ALARM AlertType is a hint to alert the user to an event for which the user has previously requested to be notified.
Alert - class javax.microedition.lcdui.Alert.
An Alert is a Screen that shows data to the user and waits for a certain period of time before proceeding to the next Displayable.
ALERT - Static variable in class javax.microedition.lcdui.Display
Image type for Alert image.
Alert(String) - Constructor for class javax.microedition.lcdui.Alert
Constructs a new, empty Alert object with the given title.
Alert(String, String, Image, AlertType) - Constructor for class javax.microedition.lcdui.Alert
Constructs a new Alert object with the given title, content string and image, and alert type.
AlertType - class javax.microedition.lcdui.AlertType.
The AlertType provides an indication of the nature of an Alert.
AlgorithmParameterSpec - interface com.motorola.iden.security.spec.AlgorithmParameterSpec.
A (transparent) specification of cryptographic parameters.
ALIGN_CENTER - Static variable in class com.motorola.lwt.ImageLabel
The image and label should be horizontally and vertically centered within the ImageLabel.
ALIGN_EAST - Static variable in class com.motorola.lwt.ImageLabel
The image and label should be vertically centered and aligned with the right edge of the ImageLabel.
ALIGN_NORTH - Static variable in class com.motorola.lwt.ImageLabel
The image and label should be horizontally centered and aligned with the top edge of the ImageLabel.
ALIGN_SOUTH - Static variable in class com.motorola.lwt.ImageLabel
The image and label should be horizontally centered and aligned with the bottom edge of the ImageLabel.
ALIGN_WEST - Static variable in class com.motorola.lwt.ImageLabel
The image and label should be vertically centered and aligned with the left edge of the ImageLabel.
ALMANAC_OUT_OF_DATE - Static variable in interface com.motorola.iden.position.PositionDevice
This constant indicates that the Almanac is out of date.
AM - Static variable in class java.util.Calendar
Useful constant for hour in 12-hour clock.
AM_PM - Static variable in class java.util.Calendar
Useful constant for date and time.
AMBE_VOCODER - Static variable in class com.mot.iden.voicenote.VoiceNote
Integer used to select the AMBE (12:1) vocoder.
ANY - Static variable in class javax.microedition.lcdui.TextField
ANY The user is allowed to enter any text.
append(boolean) - Method in class java.lang.StringBuffer
Appends the string representation of the boolean argument to the string buffer.
append(char) - Method in class java.lang.StringBuffer
Appends the string representation of the char argument to this string buffer.
append(char[]) - Method in class java.lang.StringBuffer
Appends the string representation of the char array argument to this string buffer.
append(char[], int, int) - Method in class java.lang.StringBuffer
Appends the string representation of a subarray of the char array argument to this string buffer.
append(Image) - Method in class javax.microedition.lcdui.Form
Adds an item consisting of one Image to the Form.
append(int) - Method in class java.lang.StringBuffer
Appends the string representation of the int argument to this string buffer.
append(Item) - Method in class javax.microedition.lcdui.Form
Adds an Item into the Form.
append(Layer) - Method in class javax.microedition.lcdui.game.LayerManager
Appends a Layer to this LayerManager.
append(long) - Method in class java.lang.StringBuffer
Appends the string representation of the long argument to this string buffer.
append(Object) - Method in class java.lang.StringBuffer
Appends the string representation of the Object argument to this string buffer.
append(String) - Method in class java.lang.StringBuffer
Appends the string to this string buffer.
append(String) - Method in class javax.microedition.lcdui.Form
Adds an item consisting of one String to the Form.
append(String, Image) - Method in class javax.microedition.lcdui.List
 
append(String, Image) - Method in class javax.microedition.lcdui.ChoiceGroup
 
append(String, Image) - Method in interface javax.microedition.lcdui.Choice
Appends an element to the Choice.
appendChar(char) - Method in class com.motorola.lwt.TextComponent
Appends the specified character at the end of the current text.
appendText(String) - Method in class com.motorola.lwt.TextComponent
Appends the specified text at the end of the current text.
APRIL - Static variable in class com.motorola.iden.udm.DateBookRepeatEvent
APRIL Constant for the month of April.
APRIL - Static variable in class java.util.Calendar
Value of the MONTH field indicating the fourth month of the year.
ARC4 - class com.motorola.iden.provider.ARC4.
ARC4, a stream cipher.
ARC4() - Constructor for class com.motorola.iden.provider.ARC4
 
ArithmeticException - exception java.lang.ArithmeticException.
Thrown when an exceptional arithmetic condition has occurred.
ArithmeticException() - Constructor for class java.lang.ArithmeticException
Constructs an ArithmeticException with no detail message.
ArithmeticException(String) - Constructor for class java.lang.ArithmeticException
Constructs an ArithmeticException with the specified detail message.
arraycopy(Object, int, Object, int, int) - Static method in class java.lang.System
Copies an array from the specified source array, beginning at the specified position, to the specified position of the destination array.
ArrayIndexOutOfBoundsException - exception java.lang.ArrayIndexOutOfBoundsException.
Thrown to indicate that an array has been accessed with an illegal index.
ArrayIndexOutOfBoundsException() - Constructor for class java.lang.ArrayIndexOutOfBoundsException
Constructs an ArrayIndexOutOfBoundsException with no detail message.
ArrayIndexOutOfBoundsException(int) - Constructor for class java.lang.ArrayIndexOutOfBoundsException
Constructs a new ArrayIndexOutOfBoundsException class with an argument indicating the illegal index.
ArrayIndexOutOfBoundsException(String) - Constructor for class java.lang.ArrayIndexOutOfBoundsException
Constructs an ArrayIndexOutOfBoundsException class with the specified detail message.
ArrayStoreException - exception java.lang.ArrayStoreException.
Thrown to indicate that an attempt has been made to store the wrong type of object into an array of objects.
ArrayStoreException() - Constructor for class java.lang.ArrayStoreException
Constructs an ArrayStoreException with no detail message.
ArrayStoreException(String) - Constructor for class java.lang.ArrayStoreException
Constructs an ArrayStoreException with the specified detail message.
asin(Float) - Static method in class com.mot.iden.math.Math
Returns the arc sine of an angle, in the range of -pi/2 through pi/2.
atan(Float) - Static method in class com.mot.iden.math.Math
Returns the arc tangent of an angle, in the range of -pi/2 through pi/2.
atan2(Float, Float) - Static method in class com.mot.iden.math.Math
Converts rectangular coordinates (xy) to polar (r, theta).
AudioManager - class com.mot.iden.device.AudioManager.
This class acts as a factory for getting controls for Line1/Line2/Data/....
AUGUST - Static variable in class com.motorola.iden.udm.DateBookRepeatEvent
AUGUST Constant for the month of August.
AUGUST - Static variable in class java.util.Calendar
Value of the MONTH field indicating the eighth month of the year.
AUTHMODE_ANY - Static variable in class javax.microedition.rms.RecordStore
Authorization to allow access to any MIDlet suites.
AUTHMODE_PRIVATE - Static variable in class javax.microedition.rms.RecordStore
Authorization to allow access only to the current MIDlet suite.
AUTHOR_KEY - Static variable in interface javax.microedition.media.control.MetaDataControl
Default key for AUTHOR information.
autoCapsSentenceActive() - Method in class com.mot.iden.t9.T9
Returns true if auto-caps sentence is on.
autoCapsWordActive() - Method in class com.mot.iden.t9.T9
Returns true if auto-caps word is on.
auxKorean - Variable in class com.mot.iden.t9.T9
Korean information buffer.
available() - Method in class com.mot.iden.zip.ZipInputStream
Returns 0 after EOF has reached for the current entry data, otherwise always return 1.
available() - Method in class com.mot.iden.zip.SequenceInputStream
Returns the number of bytes available on the current stream.
available() - Method in class com.mot.iden.zip.PushbackInputStream
Returns the number of bytes that can be read from this input stream without blocking.
available() - Method in class com.mot.iden.zip.InflaterInputStream
Returns 0 after EOF has reached, otherwise always return 1.
available() - Method in class com.mot.iden.zip.FilterInputStream
Returns the number of bytes that can be read from this input stream without blocking.
available() - Method in class java.io.ByteArrayInputStream
Returns the number of bytes that can be read from this input stream without blocking.
available() - Method in class java.io.DataInputStream
Returns the number of bytes that can be read from this input stream without blocking.
available() - Method in class java.io.InputStream
Returns the number of bytes that can be read (or skipped over) from this input stream without blocking by the next caller of a method for this input stream.
availableTime() - Static method in class com.mot.iden.voicenote.VoiceNote
Deprecated. Replaced by VoiceNote.availableTime(int vocoder)
availableTime(int) - Static method in class com.mot.iden.voicenote.VoiceNote
Returns the available time in seconds using a selected vocoder

B

BACK - Static variable in class javax.microedition.lcdui.Command
A navigation command that returns the user to the logically previous screen.
BACKGROUND_COLOR - Static variable in class com.motorola.iden.lnf.ColorPalette
The background color
BACKGROUND_COLOR_TYPE - Static variable in class com.motorola.iden.lnf.ColorPalette
The background color type
backlightOff() - Static method in class com.mot.iden.multimedia.Lighting
Deprecated. This method is replaced with setLighting
backlightOn() - Static method in class com.mot.iden.multimedia.Lighting
Deprecated. This method is replaced with setLighting
BAD_EXTENSIONS - Static variable in class javax.microedition.pki.CertificateException
Indicates a certificate has unrecognized critical extensions.
BadPaddingException - exception com.motorola.iden.crypto.BadPaddingException.
This exception is thrown when a particular padding mechanism is expected for the input data but the data is not padded properly.
BadPaddingException() - Constructor for class com.motorola.iden.crypto.BadPaddingException
Constructs a BadPaddingException with no detail message.
BadPaddingException(String) - Constructor for class com.motorola.iden.crypto.BadPaddingException
Constructs a BadPaddingException with the specified detail message.
Base64 - class com.mot.iden.util.Base64.
 
BASELINE - Static variable in class javax.microedition.lcdui.Graphics
Constant for positioning the anchor point at the baseline of text.
BATTERY_LEVEL - Static variable in class com.mot.iden.device.StatusManager
This is the value passed to the status manager to retrive the battery levels The return value is in the range of [0 - 3] with 0 being no charge and 3 being a full battery.
BATTERY_TOO_LOW - Static variable in interface com.motorola.iden.position.PositionDevice
A constant to indicate that the battery is too weak to retrieve a fix.
before(Object) - Method in class java.util.Calendar
Compares the time field records.
BEST_COMPRESSION - Static variable in class com.mot.iden.zip.Deflater
Compression level for best compression.
BEST_SPEED - Static variable in class com.mot.iden.zip.Deflater
Compression level for fastest compression.
bidiMultiLine(char[], int[], int, int) - Static method in class com.motorola.iden.lnf.FontUtility
Performs bidirectional algorithm on selected section of the received characters array in logical order and saves in the same array bidirectionalized string in display order
bidirectionalize(char[]) - Static method in class com.motorola.iden.lnf.FontUtility
Performs bidirectional algorithm on characters array.
bidirectionalize(String) - Static method in class com.motorola.iden.lnf.FontUtility
Performs bidirectional algorithm on input String.
BINARY_MESSAGE - Static variable in interface javax.wireless.messaging.MessageConnection
Constant for a message type for binary messages (value = "binary").
BinaryMessage - interface javax.wireless.messaging.BinaryMessage.
An interface representing a binary message.
BLENDING_ADD - Static variable in class com.motorola.iden.micro3d.Primitive
Blending type - additive blending (dist 100%+src 100%)
BLENDING_HALF - Static variable in class com.motorola.iden.micro3d.Primitive
Blending type - 50%
BLENDING_NONE - Static variable in class com.motorola.iden.micro3d.Primitive
Blending type - none
BLENDING_SUB - Static variable in class com.motorola.iden.micro3d.Primitive
Blending type - subtractive blending (dist 100%-src 100%)
BLOCK_END - Static variable in interface javax.microedition.media.control.ToneControl
Defines an ending point for a block.
BLOCK_START - Static variable in interface javax.microedition.media.control.ToneControl
Defines a starting point for a block
blocksize - Static variable in class com.motorola.iden.provider.DESede
 
blocksize - Static variable in class com.motorola.iden.provider.DES
 
Boolean - class java.lang.Boolean.
The Boolean class wraps a value of the primitive type boolean in an object.
Boolean(boolean) - Constructor for class java.lang.Boolean
Allocates a Boolean object representing the value argument.
booleanValue() - Method in class java.lang.Boolean
Returns the value of this Boolean object as a boolean.
Border - interface com.motorola.iden.lnf.Border.
Interface describing an object capable of rendering a border around the edges of a component.
BORDER_COLOR - Static variable in class com.motorola.iden.lnf.ColorPalette
The urgent color ???????
BORDER_COLOR_TYPE - Static variable in class com.motorola.iden.lnf.ColorPalette
The transparent color type
BorderFactory - class com.motorola.iden.lnf.BorderFactory.
The BorderFactory class is a utility class that returns a reference to a Border class which renders a border around any component.
BorderFactory() - Constructor for class com.motorola.iden.lnf.BorderFactory
 
BOTTOM - Static variable in class javax.microedition.lcdui.Graphics
Constant for positioning the anchor point of text and images below the text or image.
BROKEN_CHAIN - Static variable in class javax.microedition.pki.CertificateException
Indicates a certificate in a chain was not issued by the next authority in the chain.
BUFFERING_STARTED - Static variable in interface javax.microedition.media.PlayerListener
Posted when the Player enters into a buffering mode.
BUFFERING_STOPPED - Static variable in interface javax.microedition.media.PlayerListener
Posted when the Player leaves the buffering mode.
Button - class com.motorola.lwt.Button.
A Button is a simple interactable component that can be actuated by the user.
BUTTON - Static variable in class javax.microedition.lcdui.Item
An appearance mode value indicating that the Item is to appear as a button.
BUTTON_ACTION_EVENT - Static variable in class com.motorola.lwt.Button
Event indicating that the Button was actuated by the user.
Button() - Constructor for class com.motorola.lwt.Button
Creates a new Button with an empty (null) label.
Button(String) - Constructor for class com.motorola.lwt.Button
Creates a new Button with the specified label.
Byte - class java.lang.Byte.
The Byte class is the standard wrapper for byte values.
Byte(byte) - Constructor for class java.lang.Byte
Constructs a Byte object initialized to the specified byte value.
ByteArrayInputStream - class java.io.ByteArrayInputStream.
A ByteArrayInputStream contains an internal buffer that contains bytes that may be read from the stream.
ByteArrayInputStream(byte[]) - Constructor for class java.io.ByteArrayInputStream
Creates a ByteArrayInputStream so that it uses buf as its buffer array.
ByteArrayInputStream(byte[], int, int) - Constructor for class java.io.ByteArrayInputStream
Creates ByteArrayInputStream that uses buf as its buffer array.
ByteArrayOutputStream - class java.io.ByteArrayOutputStream.
This class implements an output stream in which the data is written into a byte array.
ByteArrayOutputStream() - Constructor for class java.io.ByteArrayOutputStream
Creates a new byte array output stream.
ByteArrayOutputStream(int) - Constructor for class java.io.ByteArrayOutputStream
Creates a new byte array output stream, with a buffer capacity of the specified size, in bytes.
bytesTransferred - Variable in class java.io.InterruptedIOException
Reports how many bytes had been transferred as part of the I/O operation before it was interrupted.
byteValue() - Method in class java.lang.Integer
Returns the value of this Integer as a byte.
byteValue() - Method in class java.lang.Byte
Returns the value of this Byte as a byte.

C

C4 - Static variable in interface javax.microedition.media.control.ToneControl
Middle C.
Calendar - class java.util.Calendar.
Calendar is an abstract class for getting and setting dates using a set of integer fields such as YEAR, MONTH, DAY, and so on.
Call - interface com.motorola.iden.call.Call.
[Class/Interface Description] [i.e.
CALL_FORWARD_STATE - Static variable in class com.mot.iden.device.StatusManager
This is the value passed to the status manager to retrieve if the device has Call Forwarding enabled.
CALL_RESPONSE_ERROR - Static variable in class com.motorola.iden.call.GenericCall
Call response error.
CALL_RESPONSE_FAILURE - Static variable in class com.motorola.iden.call.GenericCall
Call failure.
CALL_RESPONSE_OK - Static variable in class com.motorola.iden.call.GenericCall
Call response ok.
CALL_RESPONSE_RF_OFF - Static variable in class com.motorola.iden.call.GenericCall
Call response error.
CALL_TYPE_INCOMING - Static variable in class com.motorola.iden.recentcalls.RecentCallsEntry
 
CALL_TYPE_MISSED - Static variable in class com.motorola.iden.recentcalls.RecentCallsEntry
 
CALL_TYPE_NO_STATUS - Static variable in class com.motorola.iden.recentcalls.RecentCallsEntry
 
CALL_TYPE_OUTGOING - Static variable in class com.motorola.iden.recentcalls.RecentCallsEntry
 
CALL_UNKNOWN_ERROR - Static variable in class com.motorola.iden.call.GenericCall
Call unknown error
callActionListener(int, int) - Method in interface com.motorola.iden.call.CallListener
The method returns the type of a call and the state it is in.
CallHandler - class com.motorola.iden.call.CallHandler.
A CallHandler is a class that provides functionality to handle calls..
CallHandler() - Constructor for class com.motorola.iden.call.CallHandler
 
CallImpl - class com.motorola.iden.call.CallImpl.
 
CallImpl() - Constructor for class com.motorola.iden.call.CallImpl
 
CallListener - interface com.motorola.iden.call.CallListener.
A CallListener is an interface that listens to all registered types of calls.
callSerially(Runnable) - Method in class javax.microedition.lcdui.Display
Causes the Runnable object r to have its Runnable.run() method called later, serialized with the event stream.
CANCEL - Static variable in class javax.microedition.lcdui.Command
A command that is a standard negative answer to a dialog implemented by current screen.
cancel() - Method in class java.util.TimerTask
Cancels this timer task.
cancel() - Method in class java.util.Timer
Terminates this timer, discarding any currently scheduled tasks.
Canvas - class javax.microedition.lcdui.Canvas.
The Canvas class is a base class for writing applications that need to handle low-level events and to issue graphics calls for drawing to the display.
capacity() - Method in class com.motorola.iden.micro3d.MultiTexture
Returns the current capacity of this MultiTexture.
capacity() - Method in class com.motorola.iden.recentcalls.RecentCalls
This method retrives the capacity of Recnet Calls List
capacity() - Method in class java.lang.StringBuffer
Returns the current capacity of the String buffer.
capacity() - Method in class java.util.Vector
Returns the current capacity of this vector.
capsActive() - Method in class com.mot.iden.t9.T9
Used to determine if CAPS lock is on.
captureImage() - Method in class com.motorola.iden.multimedia.DigitalCamera
Captures an image and returns a byte array containing JPEG image data.
CARRIER_CHNL - Static variable in class com.mot.iden.customercare.CustomerCare
Field ID used to retrieve the Device's Carrier Channel
CARRIER_IP - Static variable in class com.mot.iden.customercare.CustomerCare
Field ID used to retrieve the Device's IP Address
CBC - Static variable in class com.motorola.iden.crypto.Cipher
Constant used to initialize cipher to CBC mode.
CBC - Static variable in class com.motorola.iden.security.Security
Cipher mode CBC
ceil(Float) - Static method in class com.mot.iden.math.Math
Returns the smallest integer (represented as a Float) not less than x.
CENTER_SOFT_KEY_ACTUATED - Static variable in class com.motorola.iden.lnf.CommandAreaLookAndFeel
Constant for indicating that the Center (Menu) soft key is being actuated
Certificate - interface javax.microedition.pki.Certificate.
Interface common to certificates.
CERTIFICATE_CHAIN_TOO_LONG - Static variable in class javax.microedition.pki.CertificateException
Indicates the server certificate chain exceeds the length allowed by an issuer's policy.
CertificateException - exception javax.microedition.pki.CertificateException.
The CertificateException encapsulates an error that occurred while a Certificate is being used.
CertificateException(Certificate, byte) - Constructor for class javax.microedition.pki.CertificateException
Create a new exception with a Certificate and specific error reason.
CertificateException(String, Certificate, byte) - Constructor for class javax.microedition.pki.CertificateException
Create a new exception with a message, Certificate, and specific error reason.
CFB - Static variable in class com.motorola.iden.crypto.Cipher
Constant used to initialize cipher to CFB64 mode.
CFB - Static variable in class com.motorola.iden.security.Security
Cipher mode CFB64
CFB128 - Static variable in class com.motorola.iden.crypto.Cipher
Constant used to initialize cipher to CFB128 mode.
CFB128 - Static variable in class com.motorola.iden.security.Security
Cipher mode CFB128
cHandler - Variable in class com.motorola.iden.call.CallImpl
 
Character - class java.lang.Character.
The Character class wraps a value of the primitive type char in an object.
Character(char) - Constructor for class java.lang.Character
Constructs a Character object and initializes it so that it represents the primitive value argument.
charAt(int) - Method in class java.lang.StringBuffer
The specified character of the sequence currently represented by the string buffer, as indicated by the index argument, is returned.
charAt(int) - Method in class java.lang.String
Returns the character at the specified index.
charsWidth(char[], int, int) - Method in class javax.microedition.lcdui.Font
Returns the advance width of the characters in ch, starting at the specified offset and for the specified number of characters (length).
charsWidth(Font, char[], int, int, short[]) - Static method in class com.motorola.iden.lnf.FontUtility
Returns the advance width of the characters in ch, starting at the specified offset and for the specified number of characters (length).
charValue() - Method in class java.lang.Character
Returns the value of this Character object.
charWidth(char) - Method in class javax.microedition.lcdui.Font
Gets the advance width of the specified character in this Font.
Checkbox - class com.motorola.lwt.Checkbox.
The Checkbox is a component that represents a boolean value.
CHECKBOX_CHECKED_EVENT - Static variable in class com.motorola.lwt.Checkbox
Event indicating that this Checkbox was checked.
CHECKBOX_UNCHECKED_EVENT - Static variable in class com.motorola.lwt.Checkbox
Event indicating that this Checkbox was unchecked.
Checkbox() - Constructor for class com.motorola.lwt.Checkbox
Creates a new Checkbox with an empty (null) label.
Checkbox(String) - Constructor for class com.motorola.lwt.Checkbox
Creates a new Checkbox with the specified label.
CheckboxGroup - class com.motorola.lwt.CheckboxGroup.
The CheckboxGroup manages a group of Checkboxes.
CHECKBOXGROUP_SELECTION_CHANGED - Static variable in class com.motorola.lwt.CheckboxGroup
Event indicating that the value of one or more Checkboxes in this CheckboxGroup has changed.
CheckboxGroup(int) - Constructor for class com.motorola.lwt.CheckboxGroup
Creates a new CheckboxGroup with the given style.
CheckboxItemLookAndFeel - class com.motorola.iden.lnf.CheckboxItemLookAndFeel.
The CheckboxItemLookAndFeel class is responsible for rendering the individual items of a ChoiceGroup or a List.
CheckboxItemLookAndFeel() - Constructor for class com.motorola.iden.lnf.CheckboxItemLookAndFeel
Creates a new CheckboxItemLookAndFeel
CheckboxItemLookAndFeel(ColorPalette, Font, Border, JustificationStyle) - Constructor for class com.motorola.iden.lnf.CheckboxItemLookAndFeel
Creates a new CheckboxItemLookAndFeel with the specified ColorPalette, Font, Border and JustificationStyle
CheckedInputStream - class com.mot.iden.zip.CheckedInputStream.
This API is a Licensee Closed Class and is therefore reserved for use by Motorola and it's Licensees An input stream that also maintains a checksum of the data being read.
CheckedInputStream(InputStream, Checksum) - Constructor for class com.mot.iden.zip.CheckedInputStream
Creates an input stream using the specified Checksum.
CheckedOutputStream - class com.mot.iden.zip.CheckedOutputStream.
This API is a Licensee Closed Class and is therefore reserved for use by Motorola and it's Licensees An output stream that also maintains a checksum of the data being written.
CheckedOutputStream(OutputStream, Checksum) - Constructor for class com.mot.iden.zip.CheckedOutputStream
Creates an output stream with the specified Checksum.
checkError() - Method in class java.io.PrintStream
Flush the stream and check its error state.
checkPermission(String) - Method in class javax.microedition.midlet.MIDlet
Get the status of the specified permission.
Checksum - interface com.mot.iden.zip.Checksum.
This API is a Licensee Closed Class and is therefore reserved for use by Motorola and it's Licensees An interface representing a data checksum.
Choice - interface javax.microedition.lcdui.Choice.
Choice defines an API for a user interface components implementing selection from predefined number of choices.
CHOICE_GROUP_ELEMENT - Static variable in class javax.microedition.lcdui.Display
Image type for ChoiceGroup element image.
ChoiceGroup - class javax.microedition.lcdui.ChoiceGroup.
A ChoiceGroup is a group of selectable elements intended to be placed within a Form.
ChoiceGroup(String, int) - Constructor for class javax.microedition.lcdui.ChoiceGroup
Creates a new, empty ChoiceGroup, specifying its title and its type.
ChoiceGroup(String, int, String[], Image[]) - Constructor for class javax.microedition.lcdui.ChoiceGroup
Creates a new ChoiceGroup, specifying its title, the type of the ChoiceGroup, and an array of Strings and Images to be used as its initial contents.
ChoiceGroupItemLookAndFeel - class com.motorola.iden.lnf.ChoiceGroupItemLookAndFeel.
The ChoiceGroupItemLookAndFeel class is responsible for rendering the label of a ChoiceGroup.
ChoiceGroupItemLookAndFeel() - Constructor for class com.motorola.iden.lnf.ChoiceGroupItemLookAndFeel
 
ChoiceGroupItemLookAndFeel(ColorPalette, Font, Border, JustificationStyle) - Constructor for class com.motorola.iden.lnf.ChoiceGroupItemLookAndFeel
 
Cipher - class com.motorola.iden.crypto.Cipher.
This class provides the functionality of a cryptographic cipher for encryption and decryption.
CipherSpi - class com.motorola.iden.crypto.CipherSpi.
This class defines the Service Provider Interface (SPI) for the Cipher class.
CipherSpi() - Constructor for class com.motorola.iden.crypto.CipherSpi
 
Class - class java.lang.Class.
Instances of the class Class represent classes and interfaces in a running Java application.
ClassCastException - exception java.lang.ClassCastException.
Thrown to indicate that the code has attempted to cast an object to a subclass of which it is not an instance.
ClassCastException() - Constructor for class java.lang.ClassCastException
Constructs a ClassCastException with no detail message.
ClassCastException(String) - Constructor for class java.lang.ClassCastException
Constructs a ClassCastException with the specified detail message.
ClassNotFoundException - exception java.lang.ClassNotFoundException.
Thrown when an application tries to load in a class through its string name using: The forName method in class Class.
ClassNotFoundException() - Constructor for class java.lang.ClassNotFoundException
Constructs a ClassNotFoundException with no detail message.
ClassNotFoundException(String) - Constructor for class java.lang.ClassNotFoundException
Constructs a ClassNotFoundException with the specified detail message.
clear() - Method in class java.util.Hashtable
Clears this hashtable so that it contains no keys.
clearAutoCapsSentence() - Method in class com.mot.iden.t9.T9
Turns off auto-caps sentence.
clearAutoCapsWord() - Method in class com.mot.iden.t9.T9
Turns off auto-caps word.
clearCaps() - Method in class com.mot.iden.t9.T9
Turns off CAPS lock.
clearShift() - Method in class com.mot.iden.t9.T9
Turns off Shift mode.
clipRect(int, int, int, int) - Method in class javax.microedition.lcdui.Graphics
Intersects the current clip with the specified rectangle.
close() - Method in class com.mot.iden.zip.ZipOutputStream
Closes the ZIP output stream as well as the stream being filtered.
close() - Method in class com.mot.iden.zip.ZipInputStream
Closes the ZIP input stream.
close() - Method in class com.mot.iden.zip.SequenceInputStream
Closes this input stream and releases any system resources associated with the stream.
close() - Method in class com.mot.iden.zip.PushbackInputStream
Closes this input stream and releases any system resources associated with the stream.
close() - Method in class com.mot.iden.zip.InflaterInputStream
Closes the input stream.
close() - Method in class com.mot.iden.zip.GZIPOutputStream
Writes remaining compressed data to the output stream and closes the underlying stream.
close() - Method in class com.mot.iden.zip.GZIPInputStream
Closes the input stream.
close() - Method in class com.mot.iden.zip.FilterOutputStream
Closes this output stream and releases any system resources associated with the stream.
close() - Method in class com.mot.iden.zip.FilterInputStream
Closes this input stream and releases any system resources associated with the stream.
close() - Method in class com.mot.iden.zip.DeflaterOutputStream
Writes remaining compressed data to the output stream and closes the underlying stream.
close() - Method in interface com.motorola.iden.udm.UDMList
Closes the list, releasing any resources for this list.
close() - Method in class com.motorola.iden.udm.PhoneBook
Closes the list, releasing any resources for this list.
close() - Method in class com.motorola.iden.udm.DateBook
Closes the list, releasing any resources for this list.
close() - Method in class java.io.ByteArrayOutputStream
Closes this output stream and releases any system resources associated with this stream.
close() - Method in class java.io.ByteArrayInputStream
Closes this input stream and releases any system resources associated with the stream.
close() - Method in class java.io.DataInputStream
Closes this input stream and releases any system resources associated with the stream.
close() - Method in class java.io.InputStreamReader
Close the stream.
close() - Method in class java.io.Reader
Close the stream.
close() - Method in class java.io.OutputStreamWriter
Close the stream.
close() - Method in class java.io.Writer
Close the stream, flushing it first.
close() - Method in class java.io.PrintStream
Close the stream.
close() - Method in class java.io.OutputStream
Closes this output stream and releases any system resources associated with this stream.
close() - Method in class java.io.InputStream
Closes this input stream and releases any system resources associated with the stream.
close() - Method in class java.io.DataOutputStream
Closes this output stream and releases any system resources associated with the stream.
close() - Method in interface javax.microedition.io.Connection
Close the connection to the target.
close() - Method in interface javax.microedition.media.Player
Close the Player and release its resources.
CLOSED - Static variable in interface javax.microedition.media.PlayerListener
Posted when the Player is closed.
CLOSED - Static variable in interface javax.microedition.media.Player
The state of the Player indicating that the Player is closed.
closeEntry() - Method in class com.mot.iden.zip.ZipOutputStream
Closes the current ZIP entry and positions the stream for writing the next entry.
closeEntry() - Method in class com.mot.iden.zip.ZipInputStream
Closes the current ZIP entry and positions the stream for reading the next entry.
closeRecordStore() - Method in class javax.microedition.rms.RecordStore
This method is called when the MIDlet requests to have the record store closed.
collidesWith(Image, int, int, boolean) - Method in class javax.microedition.lcdui.game.Sprite
Checks for a collision between this Sprite and the specified Image with its upper left corner at the specified location.
collidesWith(Sprite, boolean) - Method in class javax.microedition.lcdui.game.Sprite
Checks for a collision between this Sprite and the specified Sprite.
collidesWith(TiledLayer, boolean) - Method in class javax.microedition.lcdui.game.Sprite
Checks for a collision between this Sprite and the specified TiledLayer.
COLOR_BACKGROUND - Static variable in class javax.microedition.lcdui.Display
A color specifier for use with getColor.
COLOR_BORDER - Static variable in class javax.microedition.lcdui.Display
A color specifier for use with getColor.
COLOR_CODE - Static variable in class com.mot.iden.customercare.CustomerCare
Field ID used to retrieve the Device's Carrier Color Code
COLOR_FOREGROUND - Static variable in class javax.microedition.lcdui.Display
A color specifier for use with getColor.
COLOR_HIGHLIGHTED_BACKGROUND - Static variable in class javax.microedition.lcdui.Display
A color specifier for use with getColor.
COLOR_HIGHLIGHTED_BORDER - Static variable in class javax.microedition.lcdui.Display
A color specifier for use with getColor.
COLOR_HIGHLIGHTED_FOREGROUND - Static variable in class javax.microedition.lcdui.Display
A color specifier for use with getColor.
COLOR_MODIFIER_MASK - Static variable in class com.motorola.iden.lnf.ColorPalette
The mask to define the changes applicable to a color if the color of its corresponding color type changes in the underlined platform
COLOR_TYPE_MASK - Static variable in class com.motorola.iden.lnf.ColorPalette
The mask to determine the basic color type (BACKGROUND_COLOR, FOREGROUND_COLOR, HIGHLIGHTED_COLOR, URGENT_COLOR) of a color
ColorPalette - class com.motorola.iden.lnf.ColorPalette.
The ColorPalette class provides basic functionality to interact with the color scheme of the underlined platform.
com.mot.iden.customercare - package com.mot.iden.customercare
 
com.mot.iden.device - package com.mot.iden.device
 
com.mot.iden.device.controls - package com.mot.iden.device.controls
 
com.mot.iden.math - package com.mot.iden.math
 
com.mot.iden.multimedia - package com.mot.iden.multimedia
 
com.mot.iden.t9 - package com.mot.iden.t9
 
com.mot.iden.util - package com.mot.iden.util
 
com.mot.iden.voicenote - package com.mot.iden.voicenote
 
com.mot.iden.zip - package com.mot.iden.zip
 
com.motorola.iden.call - package com.motorola.iden.call
 
com.motorola.iden.crypto - package com.motorola.iden.crypto
 
com.motorola.iden.crypto.spec - package com.motorola.iden.crypto.spec
 
com.motorola.iden.lcdui - package com.motorola.iden.lcdui
 
com.motorola.iden.lnf - package com.motorola.iden.lnf
 
com.motorola.iden.micro3d - package com.motorola.iden.micro3d
 
com.motorola.iden.multimedia - package com.motorola.iden.multimedia
 
com.motorola.iden.position - package com.motorola.iden.position
 
com.motorola.iden.provider - package com.motorola.iden.provider
 
com.motorola.iden.recentcalls - package com.motorola.iden.recentcalls
 
com.motorola.iden.security - package com.motorola.iden.security
 
com.motorola.iden.security.spec - package com.motorola.iden.security.spec
 
com.motorola.iden.udm - package com.motorola.iden.udm
 
com.motorola.lwt - package com.motorola.lwt
 
com.motorola.midi - package com.motorola.midi
 
Command - class javax.microedition.lcdui.Command.
The Command class is a construct that encapsulates the semantic information of an action.
Command(String, int, int) - Constructor for class javax.microedition.lcdui.Command
Creates a new command object with the given short label, type, and priority.
Command(String, String, int, int) - Constructor for class javax.microedition.lcdui.Command
Creates a new command object with the given labels, type, and priority.
commandAction(Command, Displayable) - Method in interface javax.microedition.lcdui.CommandListener
Indicates that a command event has occurred on Displayable d.
commandAction(Command, Item) - Method in interface javax.microedition.lcdui.ItemCommandListener
Called by the system to indicate that a command has been invoked on a particular item.
CommandAreaLookAndFeel - class com.motorola.iden.lnf.CommandAreaLookAndFeel.
The CommandLookAndFeel class is the container of all the customizable Look-and-Feel attributes of the command-area of a Displayable.
CommandAreaLookAndFeel() - Constructor for class com.motorola.iden.lnf.CommandAreaLookAndFeel
Creates an instance of CommandAreaLookAndFeel
CommandListener - interface javax.microedition.lcdui.CommandListener.
This interface is used by applications which need to receive high-level events from the implementation.
CommConnection - interface javax.microedition.io.CommConnection.
This interface defines a logical serial port connection.
commit() - Method in interface com.motorola.iden.udm.UDMEntry
This method commits that data to the underlying data storage for the list.
commit() - Method in class com.motorola.iden.udm.PhoneBookEntry
This method commits that data to the underlying data storage for the list.
commit() - Method in class com.motorola.iden.udm.DateBookEvent
This method commits that data to the underlying data storage for the list.
commit() - Method in interface javax.microedition.media.control.RecordControl
Complete the current recording.
compare(byte[], byte[]) - Method in interface javax.microedition.rms.RecordComparator
Returns RecordComparator.PRECEDES if rec1 precedes rec2 in sort order, or RecordComparator.FOLLOWS if rec1 follows rec2 in sort order, or RecordComparator.EQUIVALENT if rec1 and rec2 are equivalent in terms of sort order.
compareTo(String) - Method in class java.lang.String
Compares two strings lexicographically.
Component - class com.motorola.lwt.Component.
The Component class is the abstract base class for all LWT components.
Component() - Constructor for class com.motorola.lwt.Component
 
componentActuated() - Method in class com.motorola.lwt.InteractableComponent
Called when the Component is actuated (tapped and released).
componentActuated() - Method in class com.motorola.lwt.ImageLabel
Called when this ImageLabel is actuated by the user.
componentActuated() - Method in class com.motorola.lwt.Checkbox
Called when this Checkbox is actuated by the user.
componentActuated() - Method in class com.motorola.lwt.Button
Called when this Button is actuated.
ComponentListener - interface com.motorola.lwt.ComponentListener.
The ComponentListener interface is implemented by any class that wishes to receive events from a component.
ComponentScreen - class com.motorola.lwt.ComponentScreen.
The ComponentScreen is a subclass of Canvas that LWT Components can be added to.
ComponentScreen() - Constructor for class com.motorola.lwt.ComponentScreen
The constructor for this class.
concat(String) - Method in class java.lang.String
Concatenates the specified string to the end of this string.
CONFIRMATION - Static variable in class javax.microedition.lcdui.AlertType
A CONFIRMATION AlertType is a hint to confirm user actions.
connect() - Method in class javax.microedition.media.protocol.DataSource
Open a connection to the source described by the locator and initiate communication.
Connection - interface javax.microedition.io.Connection.
This is the most basic type of generic connection.
ConnectionNotFoundException - exception javax.microedition.io.ConnectionNotFoundException.
This class is used to signal that a connection target cannot be found
ConnectionNotFoundException() - Constructor for class javax.microedition.io.ConnectionNotFoundException
Constructs a ConnectionNotFoundException with no detail message.
ConnectionNotFoundException(String) - Constructor for class javax.microedition.io.ConnectionNotFoundException
Constructs a ConnectionNotFoundException with the specified detail message.
Connector - class javax.microedition.io.Connector.
This class contains the static methods used to create all the connection objects.
CONSTRAINT_MASK - Static variable in class javax.microedition.lcdui.TextField
CONSTRAINT_MASK The mask value for determining the constraint mode.
contains(Object) - Method in class java.util.Vector
Tests if the specified object is a component in this vector.
contains(Object) - Method in class java.util.Hashtable
Tests if some key maps into the specified value in this hashtable.
contains(Texture) - Method in class com.motorola.iden.micro3d.MultiTexture
Tests if the specified Texture is contained in this MultiTexture.
containsKey(Object) - Method in class java.util.Hashtable
Tests if the specified object is a key in this hashtable.
ContentConnection - interface javax.microedition.io.ContentConnection.
This interface defines the stream connection over which MIME encoded content is passed.
ContentDescriptor - class javax.microedition.media.protocol.ContentDescriptor.
A ContentDescriptor identifies media data containers.
ContentDescriptor(String) - Constructor for class javax.microedition.media.protocol.ContentDescriptor
Create a content descriptor with the specified content type.
CONTINUOUS_IDLE - Static variable in class javax.microedition.lcdui.Gauge
The value representing the continuous-idle state of a non-interactive Gauge with indefinite range.
CONTINUOUS_RUNNING - Static variable in class javax.microedition.lcdui.Gauge
The value representing the continuous-running state of a non-interactive Gauge with indefinite range.
Control - interface com.mot.iden.device.controls.Control.
This is an empty "marker" class for other controls.
Control - interface javax.microedition.media.Control.
A Control object is used to control some media processing functions.
CONTROL_CHANGE - Static variable in interface javax.microedition.media.control.MIDIControl
Command value for Control Change message (0xB0, or 176).
Controllable - interface javax.microedition.media.Controllable.
Controllable provides an interface for obtaining the Controls from an object like a Player.
copyArea(int, int, int, int, int, int, int) - Method in class javax.microedition.lcdui.Graphics
Copies the contents of a rectangular area (x_src, y_src, width, height) to a destination area, whose anchor point identified by anchor is located at (x_dest, y_dest).
copyInto(Object[]) - Method in class java.util.Vector
Copies the components of this vector into the specified array.
COPYRIGHT_KEY - Static variable in interface javax.microedition.media.control.MetaDataControl
Default key for COPYRIGHT information.
cos(Float) - Static method in class com.mot.iden.math.Math
Returns the trigonometric cosine of an angle.
cos(int) - Static method in class com.motorola.iden.micro3d.Utility
Obtains the cosine approximation of the specified angle using only integer values.
COUNT - Static variable in class com.motorola.iden.udm.DateBookRepeatEvent
COUNT The number of times this event repeats including the first time, starting from the first time the event starts (derived from Event.START) and continuing to the last date of the repeat (defined by DateBookRepeatEvent.END).
CP_VERSION - Static variable in class com.mot.iden.customercare.CustomerCare
Field ID used to retrieve the Device's Codeplug Version
CRC32 - class com.mot.iden.zip.CRC32.
This API is a Licensee Closed Class and is therefore reserved for use by Motorola and it's Licensees A class that can be used to compute the CRC-32 of a data stream.
CRC32() - Constructor for class com.mot.iden.zip.CRC32
Creates a new CRC32 class.
createActionTable(byte[], int, int) - Static method in class com.motorola.iden.micro3d.ActionTable
Loads a Micro3D action table from a byte array containing mtra data.
createActionTable(String) - Static method in class com.motorola.iden.micro3d.ActionTable
Loads a Micro3D action table.
createAnimatedTile(int) - Method in class javax.microedition.lcdui.game.TiledLayer
Creates a new animated tile and returns the index that refers to the new animated tile.
createBorder(int) - Static method in class com.motorola.iden.lnf.BorderFactory
Returns a reference to a Border class of the specified type.
createColorPalette(int[]) - Static method in class com.motorola.iden.lnf.ColorPalette
The main method of this class.
createDateBookEvent() - Method in class com.motorola.iden.udm.DateBook
Factory method to create a DateBookEvent for this DateBookEvent list.
createFigure(byte[], int, int) - Static method in class com.motorola.iden.micro3d.Figure
Loads a Micro3D figure from a byte array containing mbac data.
createFigure(String) - Static method in class com.motorola.iden.micro3d.Figure
Loads a Micro3D figure.
createImage(byte[], int, int) - Static method in class javax.microedition.lcdui.Image
Creates an immutable image which is decoded from the data stored in the specified byte array at the specified offset and length.
createImage(Image) - Static method in class javax.microedition.lcdui.Image
Creates an immutable image from a source image.
createImage(Image, int, int, int, int, int) - Static method in class javax.microedition.lcdui.Image
Creates an immutable image using pixel data from the specified region of a source image, transformed as specified.
createImage(InputStream) - Static method in class javax.microedition.lcdui.Image
Creates an immutable image from decoded image data obtained from the named resource.
createImage(int, int) - Static method in class javax.microedition.lcdui.Image
Creates a new, mutable image for off-screen drawing.
createImage(long[], int, int) - Static method in class com.motorola.iden.lnf.ImageLoader
Instantiates a new object from a long[] buffer.
createImage(String) - Static method in class javax.microedition.lcdui.Image
Creates an immutable image from decoded image data obtained from the named resource.
createPhoneBookEntry() - Method in class com.motorola.iden.udm.PhoneBook
Factory method to create a PhoneBookEntry for this PhoneBookEntry list.
createPlayer(DataSource) - Static method in class javax.microedition.media.Manager
Create a Player for a DataSource.
createPlayer(InputStream, String) - Static method in class javax.microedition.media.Manager
Create a Player to play back media from an InputStream.
createPlayer(String) - Static method in class javax.microedition.media.Manager
Create a Player from an input locator.
createRGBImage(int[], int, int, boolean) - Static method in class javax.microedition.lcdui.Image
Creates an immutable image from a sequence of ARGB values, specified as 0xAARRGGBB.
createTexture(byte[], int, int, boolean) - Static method in class com.motorola.iden.micro3d.Texture
Loads a Micro3D texture from a byte array containing bmp data.
createTexture(String, boolean) - Static method in class com.motorola.iden.micro3d.Texture
Loads a Micro3D texture.
CSD_VERSION - Static variable in class com.mot.iden.customercare.CustomerCare
Field ID used to retrieve the Device's Customer Specific Data
CURRENT_ACTIVE_LINE - Static variable in class com.mot.iden.device.StatusManager
This is the value passed to the status manager to retrieve which line is currently active on the device.
CURRENT_VIBE_STYLE_ALERT - Static variable in class com.mot.iden.device.StatusManager
This is the value passed to the status manager to retrieve the current vibe style for Call Alerts.
CURRENT_VIBE_STYLE_LINE1 - Static variable in class com.mot.iden.device.StatusManager
This is the value passed to the status manager to retrieve the current vibe style for line 1.
CURRENT_VIBE_STYLE_LINE2 - Static variable in class com.mot.iden.device.StatusManager
This is the value passed to the status manager to retrieve the current vibe style for line 2.
currentThread() - Static method in class java.lang.Thread
Returns a reference to the currently executing thread object.
currentTimeMillis() - Static method in class java.lang.System
Returns the current time in milliseconds.
currentUsage() - Method in class com.motorola.iden.recentcalls.RecentCalls
This method retrives the current usage of Recent Calls List in java.
CURSOR_CHANGE - Static variable in class com.mot.iden.t9.T9
Used in our state change mask when a cursor change event occurs.
CURSOR_COLOR - Static variable in class com.motorola.iden.lnf.ColorPalette
The cursor color
CURSOR_COLOR_TYPE - Static variable in class com.motorola.iden.lnf.ColorPalette
 
CustomerCare - class com.mot.iden.customercare.CustomerCare.
CustomerCare API The Customer Care API will provide J2ME applications access to unit and user specific data.
CustomItem - class javax.microedition.lcdui.CustomItem.
A CustomItem is customizable by subclassing to introduce new visual and interactive elements into Forms.

D

DAILY - Static variable in class com.motorola.iden.udm.DateBookRepeatEvent
DAILY Used for frequency when the Event happens every day.
DARKER_COLOR_MODIFIER - Static variable in class com.motorola.iden.lnf.ColorPalette
The darker color modifier
DARKER2x_COLOR_MODIFIER - Static variable in class com.motorola.iden.lnf.ColorPalette
The 2x darker color modifier
DARKER3x_COLOR_MODIFIER - Static variable in class com.motorola.iden.lnf.ColorPalette
The 3x darker color modifier
DATA_SPACE_FREE - Static variable in class com.mot.iden.customercare.CustomerCare
Field ID used to retrieve the Device's Java System Free Data Space
DATA_SPACE_TOTAL - Static variable in class com.mot.iden.customercare.CustomerCare
Field ID used to retrieve the Device's Java System Total Data Space
DataFormatException - exception com.mot.iden.zip.DataFormatException.
Signals that a data format error has occurred.
DataFormatException() - Constructor for class com.mot.iden.zip.DataFormatException
Constructs a DataFormatException with no detail message.
DataFormatException(String) - Constructor for class com.mot.iden.zip.DataFormatException
Constructs a DataFormatException with the specified detail message.
Datagram - interface javax.microedition.io.Datagram.
This is the generic datagram interface.
DatagramConnection - interface javax.microedition.io.DatagramConnection.
This interface defines the capabilities that a datagram connection must have.
DataInput - interface java.io.DataInput.
The DataInput interface provides for reading bytes from a binary stream and reconstructing from them data in any of the Java primitive types.
DataInputStream - class java.io.DataInputStream.
A data input stream lets an application read primitive Java data types from an underlying input stream in a machine-independent way.
DataInputStream(InputStream) - Constructor for class java.io.DataInputStream
Creates a DataInputStream and saves its argument, the input stream in, for later use.
DataOutput - interface java.io.DataOutput.
The DataOutput interface provides for converting data from any of the Java primitive types to a series of bytes and writing these bytes to a binary stream.
DataOutputStream - class java.io.DataOutputStream.
A data input stream lets an application write primitive Java data types to an output stream in a portable way.
DataOutputStream(OutputStream) - Constructor for class java.io.DataOutputStream
Creates a new data output stream to write data to the specified underlying output stream.
DataSource - class javax.microedition.media.protocol.DataSource.
A DataSource is an abstraction for media protocol-handlers.
DataSource(String) - Constructor for class javax.microedition.media.protocol.DataSource
Construct a DataSource from a locator.
Date - class java.util.Date.
The class Date represents a specific instant in time, with millisecond precision.
DATE - Static variable in interface com.motorola.iden.udm.UDMEntry
DATE Data type ID indicating data is a Date.
DATE - Static variable in class java.util.Calendar
Field number for get and set indicating the day of the month.
DATE - Static variable in class javax.microedition.lcdui.DateField
Input mode for date information (day, month, year).
DATE_KEY - Static variable in interface javax.microedition.media.control.MetaDataControl
Default key for DATE information.
DATE_TIME - Static variable in class javax.microedition.lcdui.DateField
Input mode for date (day, month, year) and time (minutes, hours) information.
Date() - Constructor for class java.util.Date
Allocates a Date object and initializes it to represent the current time specified number of milliseconds since the standard base time known as "the epoch", namely January 1, 1970, 00:00:00 GMT.
Date(long) - Constructor for class java.util.Date
Allocates a Date object and initializes it to represent the specified number of milliseconds since the standard base time known as "the epoch", namely January 1, 1970, 00:00:00 GMT.
DateBook - class com.motorola.iden.udm.DateBook.
Represents a DateBook list containing DateBook event elements.
DateBookEvent - class com.motorola.iden.udm.DateBookEvent.
DateBookEvent represents a single Event entry in a UDM DateBook database.
DateBookRepeatEvent - class com.motorola.iden.udm.DateBookRepeatEvent.
Represents a description for a repeating pattern for an Event element.
DateBookRepeatEvent() - Constructor for class com.motorola.iden.udm.DateBookRepeatEvent
DateBookRepeatEvent Constructor
DateField - class javax.microedition.lcdui.DateField.
A DateField is an editable component for presenting date and time (calendar) information that may be placed into a Form.
DateField(String, int) - Constructor for class javax.microedition.lcdui.DateField
Creates a DateField object with the specified label and mode.
DateField(String, int, TimeZone) - Constructor for class javax.microedition.lcdui.DateField
Creates a date field in which calendar calculations are based on a specific TimeZone object and the default calendaring system for the current locale.
DateFieldItemLookAndFeel - class com.motorola.iden.lnf.DateFieldItemLookAndFeel.
The ItemLookAndFeel abstract class is the container of all the customizable Look-and-Feel attributes of an Item-like UI component.
DateFieldItemLookAndFeel() - Constructor for class com.motorola.iden.lnf.DateFieldItemLookAndFeel
 
DateFieldItemLookAndFeel(ColorPalette, Font, Border, JustificationStyle) - Constructor for class com.motorola.iden.lnf.DateFieldItemLookAndFeel
 
DAY_IN_MONTH - Static variable in class com.motorola.iden.udm.DateBookRepeatEvent
DAY_IN_MONTH The day of the month an Event occurs; for example, 15.
DAY_IN_WEEK - Static variable in class com.motorola.iden.udm.DateBookRepeatEvent
DAY_IN_WEEK The days of the week an Event occurs.
DAY_IN_YEAR - Static variable in class com.motorola.iden.udm.DateBookRepeatEvent
DAY_IN_YEAR The day of the year an Event occurs; for example, 134.
DAY_OF_MONTH - Static variable in class java.util.Calendar
Field number for get and set indicating the day of the month.
DAY_OF_WEEK - Static variable in class java.util.Calendar
Field number for get and set indicating the day of the week.
deallocate() - Method in interface javax.microedition.media.Player
Release the scarce or exclusive resources like the audio device acquired by the Player.
DECEMBER - Static variable in class com.motorola.iden.udm.DateBookRepeatEvent
DECEMBER Constant for the month of December.
DECEMBER - Static variable in class java.util.Calendar
Value of the MONTH field indicating the twelfth month of the year.
DECIMAL - Static variable in class javax.microedition.lcdui.TextField
The user is allowed to enter numeric values with optional decimal fractions, for example "-123", "0.123", or ".5".
DECIMAL_MODE - Static variable in class com.mot.iden.t9.T9
Used to put T9 in DECIMAL_MODE.
decode(byte[]) - Static method in class com.mot.iden.util.Base64
Decode Base64 encoded bytes.
decode(InputStream, OutputStream) - Static method in class com.mot.iden.util.Base64
Provides decoding of base64 streams from InputStream to the OutputStream.
DECRYPT_MODE - Static variable in class com.motorola.iden.crypto.Cipher
Constant used to initialize cipher to decryption mode.
DEFAULT - Static variable in class com.motorola.iden.lnf.ScrollbarLookAndFeel
Locate the scrollbar on the same side the native user interface implementation does DEFAULT has value of 0
DEFAULT_COLOR - Static variable in class com.motorola.iden.lnf.ColorPalette
The default color
DEFAULT_COLOR_MASK - Static variable in class com.motorola.iden.lnf.ColorPalette
The mask to determine if a color must be updated (default) when the platform's color scheme changes
DEFAULT_COMPRESSION - Static variable in class com.mot.iden.zip.Deflater
Default compression level.
DEFAULT_PRECISION - Static variable in class com.mot.iden.math.Float
Default precision in number of decimal places
DEFAULT_STRATEGY - Static variable in class com.mot.iden.zip.Deflater
Default compression strategy.
defineCollisionRectangle(int, int, int, int) - Method in class javax.microedition.lcdui.game.Sprite
Defines the Sprite's bounding rectangle that is used for collision detection purposes.
defineReferencePixel(int, int) - Method in class javax.microedition.lcdui.game.Sprite
Defines the location of the reference pixel for this Sprite.
deflate(byte[]) - Method in class com.mot.iden.zip.Deflater
Fills specified buffer with compressed data.
deflate(byte[], int, int) - Method in class com.mot.iden.zip.Deflater
Fills specified buffer with compressed data.
DEFLATED - Static variable in class com.mot.iden.zip.ZipOutputStream
Compression method for compressed (DEFLATED) entries.
DEFLATED - Static variable in class com.mot.iden.zip.ZipEntry
Compression method for compressed (deflated) entries.
DEFLATED - Static variable in class com.mot.iden.zip.Deflater
Compression method for the deflate algorithm (the only one currently supported).
Deflater - class com.mot.iden.zip.Deflater.
This class provides support for general purpose compression using the popular ZLIB compression library.
Deflater() - Constructor for class com.mot.iden.zip.Deflater
Creates a new compressor with the default compression level.
Deflater(int) - Constructor for class com.mot.iden.zip.Deflater
Creates a new compressor using the specified compression level.
Deflater(int, boolean) - Constructor for class com.mot.iden.zip.Deflater
Creates a new compressor using the specified compression level.
DeflaterOutputStream - class com.mot.iden.zip.DeflaterOutputStream.
This API is a Licensee Closed Class and is therefore reserved for use by Motorola and it's Licensees This class implements an output stream filter for compressing data in the "deflate" compression format.
DeflaterOutputStream(OutputStream) - Constructor for class com.mot.iden.zip.DeflaterOutputStream
Creates a new output stream with a defaul compressor and buffer size.
DeflaterOutputStream(OutputStream, Deflater) - Constructor for class com.mot.iden.zip.DeflaterOutputStream
Creates a new output stream with the specified compressor and a default buffer size.
DeflaterOutputStream(OutputStream, Deflater, int) - Constructor for class com.mot.iden.zip.DeflaterOutputStream
Creates a new output stream with the specified compressor and buffer size.
DEG_MIN - Static variable in interface com.motorola.iden.position.Position2D
A constant to set the output format of getLongitude() or getLatitude() as "Direction DD MM.MMMM".
DEG_MIN_SEC - Static variable in interface com.motorola.iden.position.Position2D
A constant to set the output format of getLongitude() or getLatitude() as "Direction DD MM SS.SS".
DEGREES - Static variable in interface com.motorola.iden.position.Position2D
A constant to set the output format of getLongitude() or getLatitude() as "Direction DD.DDDDDD".
DELAY - Static variable in interface javax.microedition.io.SocketConnection
Socket option for the small buffer writing delay (0).
delete(int) - Method in class javax.microedition.lcdui.List
 
delete(int) - Method in class javax.microedition.lcdui.Form
Deletes the Item referenced by itemNum.
delete(int) - Method in class javax.microedition.lcdui.ChoiceGroup
 
delete(int) - Method in interface javax.microedition.lcdui.Choice
Deletes the element referenced by elementNum.
delete(int, int) - Method in class java.lang.StringBuffer
Removes the characters in a substring of this StringBuffer.
delete(int, int) - Method in class javax.microedition.lcdui.TextField
Deletes characters from the TextField.
delete(int, int) - Method in class javax.microedition.lcdui.TextBox
Deletes characters from the TextBox.
delete(String) - Static method in class com.mot.iden.voicenote.VoiceNote
Deletes a voicenote
deleteAll() - Method in class javax.microedition.lcdui.List
Deletes all elements from this List.
deleteAll() - Method in class javax.microedition.lcdui.Form
Deletes all the items from this Form, leaving it with zero items.
deleteAll() - Method in class javax.microedition.lcdui.ChoiceGroup
Deletes all elements from this Choice, leaving it with zero elements.
deleteAll() - Method in interface javax.microedition.lcdui.Choice
Deletes all elements from this Choice, leaving it with zero elements.
deleteAllDateBookEvents() - Method in class com.motorola.iden.udm.DateBook
Removes all DateBookEvents from the list.
deleteAllPhoneBookEntries() - Method in class com.motorola.iden.udm.PhoneBook
Removes all PhoneBookEntries from the list.
deleteCharAt(int) - Method in class java.lang.StringBuffer
Removes the character at the specified position in this StringBuffer (shortening the StringBuffer by one character).
deleteRecord(int) - Method in class javax.microedition.rms.RecordStore
The record is deleted from the record store.
deleteRecordStore(String) - Static method in class javax.microedition.rms.RecordStore
Deletes the named record store.
deleteText(int, int) - Method in class com.mot.iden.t9.T9
Deletes text up to given length starting at the specified location.
DES - class com.motorola.iden.provider.DES.
DES was written by IBM and first released in 1976.
DES() - Constructor for class com.motorola.iden.provider.DES
 
DESede - class com.motorola.iden.provider.DESede.
DESede was written by IBM and first released in 1976.
DESede() - Constructor for class com.motorola.iden.provider.DESede
 
destroy() - Method in interface javax.microedition.rms.RecordEnumeration
Frees internal resources used by this RecordEnumeration.
DEVICE_AVAILABLE - Static variable in interface javax.microedition.media.PlayerListener
Posted when the system or application has released an exclusive device which is now available to the Player.
DEVICE_DEFAULT - Static variable in class com.motorola.iden.lnf.ColorPalette
The device's default color palette desciptor
DEVICE_MODEL - Static variable in class com.mot.iden.customercare.CustomerCare
Field ID used to retrieve the Device's Model Number
DEVICE_UNAVAILABLE - Static variable in interface javax.microedition.media.PlayerListener
Posted when a Player tries to open the audio device and the device is not available for use.
DH - class com.motorola.iden.provider.DH.
Implement Diffie-Hellman KeyAgreement Algorithm.
DH_PrivateKey - class com.motorola.iden.crypto.DH_PrivateKey.
This class specifies a Diffie-Hellman private key.
DH_PrivateKey(byte[], DHParameterSpec) - Constructor for class com.motorola.iden.crypto.DH_PrivateKey
Initialize DH_PrivateKey
DH_PublicKey - class com.motorola.iden.crypto.DH_PublicKey.
This class specifies a Diffie-Hellman public key.
DH_PublicKey(byte[], DHParameterSpec) - Constructor for class com.motorola.iden.crypto.DH_PublicKey
Initialize DH_PublicKey
DH() - Constructor for class com.motorola.iden.provider.DH
 
DHKeyPairGen - class com.motorola.iden.provider.DHKeyPairGen.
[Class/Interface Description] [i.e.
DHKeyPairGen() - Constructor for class com.motorola.iden.provider.DHKeyPairGen
 
DHParameterSpec - class com.motorola.iden.crypto.spec.DHParameterSpec.
This class specifies the elliptic curves used to generate elliptic curve key-pairs.
DHParameterSpec(byte[], byte[], byte[]) - Constructor for class com.motorola.iden.crypto.spec.DHParameterSpec
Constructs a parameter set for Diffie-Hellman, using a prime modulus p, a base generator g and q which is a prive factor of p-1 such that p = jq+1 and q>2^(m-1). m is the bit length of q.
digest() - Method in class com.motorola.iden.security.MessageDigest
Completes the hash computation by performing final operations such as padding.
digit(char, int) - Static method in class java.lang.Character
Returns the numeric value of the character ch in the specified radix.
DigitalCamera - class com.motorola.iden.multimedia.DigitalCamera.
DigitalCamera API DigitalCamera API provides control over digital still-image camera.
directory() - Static method in class com.mot.iden.voicenote.VoiceNote
Returns a list of available voicenotes
DISABLED_COLOR - Static variable in class com.motorola.iden.lnf.ColorPalette
The disabled color
DISABLED_COLOR_TYPE - Static variable in class com.motorola.iden.lnf.ColorPalette
The disabled color type In UIS 2.x, this value are reused for Cursor and highlighted border
disconnect() - Method in class javax.microedition.media.protocol.DataSource
Close the connection to the source described by the locator and free resources used to maintain the connection.
DISMISS_COMMAND - Static variable in class javax.microedition.lcdui.Alert
A Command delivered to a listener to indicate that the Alert has been dismissed.
Display - class javax.microedition.lcdui.Display.
Display represents the manager of the display and input devices of the system.
Displayable - class javax.microedition.lcdui.Displayable.
An object that has the capability of being placed on the display.
DisplayableLookAndFeel - class com.motorola.iden.lnf.DisplayableLookAndFeel.
The DisplayableLookAndFeel abstract class is the container of all the customizable Look-and-Feel attributes of a Displayable.
DisplayableLookAndFeel() - Constructor for class com.motorola.iden.lnf.DisplayableLookAndFeel
Creates a DisplayableLookAndFeel instance responsible for rendering Displayables.
DITHERING_8BIT_FLOYD_STEINBERG - Static variable in class com.motorola.iden.multimedia.DigitalCamera
Specifies dithering algorithm for the viewfinder image.
DITHERING_8BIT_ORDERED - Static variable in class com.motorola.iden.multimedia.DigitalCamera
Specifies dithering algorithm for the viewfinder image.
DITHERING_NONE - Static variable in class com.motorola.iden.multimedia.DigitalCamera
Specifies dithering algorithm for the viewfinder image.
divide(Float, Float) - Static method in class com.mot.iden.math.Math
Returns the floating-point division of the two specified Float arguments as a new Float object.
divide(Float, Float) - Static method in class com.mot.iden.math.Float
Deprecated.  
divide(String, String) - Static method in class com.mot.iden.math.Float
Deprecated.  
DK_BACKGROUND_COLOR - Static variable in class com.motorola.iden.lnf.ColorPalette
The background color but darker
DK_FOREGROUND_COLOR - Static variable in class com.motorola.iden.lnf.ColorPalette
The foreground color but darker
DK_HIGHLIGHTED_COLOR - Static variable in class com.motorola.iden.lnf.ColorPalette
The highlighted color but darker
DK_URGENT_COLOR - Static variable in class com.motorola.iden.lnf.ColorPalette
The urgent color but darker
DK2x_BACKGROUND_COLOR - Static variable in class com.motorola.iden.lnf.ColorPalette
The background color but 2x darker
DK2x_FOREGROUND_COLOR - Static variable in class com.motorola.iden.lnf.ColorPalette
The foreground color but 2x darker
DK2x_HIGHLIGHTED_COLOR - Static variable in class com.motorola.iden.lnf.ColorPalette
The highlighted color but 2x darker
DK2x_URGENT_COLOR - Static variable in class com.motorola.iden.lnf.ColorPalette
The urgent color but 2x darker
DK3x_BACKGROUND_COLOR - Static variable in class com.motorola.iden.lnf.ColorPalette
The background color but 3x darker
DK3x_FOREGROUND_COLOR - Static variable in class com.motorola.iden.lnf.ColorPalette
The foreground color but 3x darker
DK3x_HIGHLIGHTED_COLOR - Static variable in class com.motorola.iden.lnf.ColorPalette
The highlighted color but 3x darker
DK3x_URGENT_COLOR - Static variable in class com.motorola.iden.lnf.ColorPalette
The urgent color but 3x darker
doesContain(RecentCallsEntry) - Method in class com.motorola.iden.recentcalls.RecentCalls
This method checkes if the entry is in Recent Calls List in java or not.
doFinal() - Method in class com.motorola.iden.crypto.Cipher
Finishes a multiple-part encryption or decryption operation, depending on how this cipher was initialized.
doFinal(byte[]) - Method in class com.motorola.iden.crypto.Cipher
Encrypts or decrypts data in a single-part operation, or finishes a multiple-part operation.
doFinal(byte[], int, int) - Method in class com.motorola.iden.crypto.Cipher
Encrypts or decrypts data in a single-part operation, or finishes a multiple-part operation.
doPhase(Key, boolean) - Method in class com.motorola.iden.crypto.KeyAgreement
Executes the next phase of this key agreement with the given key that was received from one of the other parties involved in this key agreement.
DOTTED - Static variable in class javax.microedition.lcdui.Graphics
Constant for DOTTED stroke style.
DOWN - Static variable in class javax.microedition.lcdui.Canvas
Constant for the DOWN game action.
DOWN_PRESSED - Static variable in class javax.microedition.lcdui.game.GameCanvas
The bit representing the DOWN key.
draw(Object3D, int, int) - Method in class com.motorola.iden.micro3d.Renderer
Registers an Object3D to be drawn by this Renderer the next time paint is called.
drawArc(int, int, int, int, int, int) - Method in class javax.microedition.lcdui.Graphics
Draws the outline of a circular or elliptical arc covering the specified rectangle, using the current color and stroke style.
drawBidiString(Graphics, String, int, int, int) - Static method in class com.motorola.iden.lnf.FontUtility
Draw the specified string at the specified coordinates and anchor, This function receives input string and calls to native function drawBidiChars0 that performs following: 1.
drawChar(char, int, int, int) - Method in class javax.microedition.lcdui.Graphics
Draws the specified character using the current font and color.
drawChars(char[], int, int, int, int, int) - Method in class javax.microedition.lcdui.Graphics
Draws the specified characters using the current font and color.
drawImage(Image, int, int, int) - Method in class javax.microedition.lcdui.Graphics
Draws the specified image by using the anchor point.
drawLine(int, int, int, int) - Method in class javax.microedition.lcdui.Graphics
Draws a line between the coordinates (x1, y1) and (x2, y2) using the current color and stroke style.
drawOnlyFullChars(Graphics, char[], int, int, int, int, int) - Static method in class com.motorola.iden.lnf.FontUtility
Draw a char[] making sure that all character whitin the range defined by offset and length fully fit whitin the clipping rect.
drawRect(int, int, int, int) - Method in class javax.microedition.lcdui.Graphics
Draws the outline of the specified rectangle using the current color and stroke style.
drawRegion(Image, int, int, int, int, int, int, int, int) - Method in class javax.microedition.lcdui.Graphics
Copies a region of the specified source image to a location within the destination, possibly transforming (rotating and reflecting) the image data using the chosen transform function.
drawRGB(int[], int, int, int, int, int, int, boolean) - Method in class javax.microedition.lcdui.Graphics
Renders a series of device-independent RGB+transparency values in a specified region.
drawRoundRect(int, int, int, int, int, int) - Method in class javax.microedition.lcdui.Graphics
Draws the outline of the specified rounded corner rectangle using the current color and stroke style.
drawString(String, int, int, int) - Method in class javax.microedition.lcdui.Graphics
Draws the specified String using the current font and color.
drawSubstring(String, int, int, int, int, int) - Method in class javax.microedition.lcdui.Graphics
Draws the specified String using the current font and color.
DURATION_UPDATED - Static variable in interface javax.microedition.media.PlayerListener
Posted when the duration of the Player is updated.
dwReserved - Variable in class com.mot.iden.t9.T9
Reserved bits used by native T9 engine.
dwStateBits - Variable in class com.mot.iden.t9.T9
Current State bits.

E

E - Static variable in class com.mot.iden.math.Math
The String value that is closer than any other to e, the base of the natural logarithms.
EARPIECE - Static variable in class com.mot.iden.device.AudioManager
This is a return value used in getAudioAccessoryType.
ECB - Static variable in class com.motorola.iden.crypto.Cipher
Constant used to initialize cipher to ECB mode.
ECB - Static variable in class com.motorola.iden.security.Security
Cipher mode ECB
ECC_PrivateKey - class com.motorola.iden.crypto.ECC_PrivateKey.
This class specifies an elliptic curve private key.
ECC_PrivateKey(byte[]) - Constructor for class com.motorola.iden.crypto.ECC_PrivateKey
Initialize ECC_PrivateKey
ECC_PublicKey - class com.motorola.iden.crypto.ECC_PublicKey.
This class specifies an elliptic curve public key.
ECC_PublicKey(byte[]) - Constructor for class com.motorola.iden.crypto.ECC_PublicKey
Initialize ECC_PublicKey
ECCKeyPairGen - class com.motorola.iden.provider.ECCKeyPairGen.
This class implements the ECC key pair generation.
ECCKeyPairGen() - Constructor for class com.motorola.iden.provider.ECCKeyPairGen
 
ECDH - class com.motorola.iden.provider.ECDH.
Implement Elliptic Curve Diffie-Hellman KeyAgreement Algorithm.
ECDH() - Constructor for class com.motorola.iden.provider.ECDH
 
ECDSA - class com.motorola.iden.provider.ECDSA.
Implement ECDSA.
ECDSA() - Constructor for class com.motorola.iden.provider.ECDSA
 
ECDSAParameterSpec - class com.motorola.iden.security.spec.ECDSAParameterSpec.
This class specifies the ECDSA parameters used to sign or verify ECDSA signature.
ECDSAParameterSpec(int, byte[]) - Constructor for class com.motorola.iden.security.spec.ECDSAParameterSpec
Construct an ECDSAPatameterSpec.java
ECKeyParameterSpec - class com.motorola.iden.crypto.spec.ECKeyParameterSpec.
This class specifies the elliptic curves used to generate elliptic curve key-pairs.
ECKeyParameterSpec(int) - Constructor for class com.motorola.iden.crypto.spec.ECKeyParameterSpec
Construct an ECKeyPatameterSpec.java
elementAt(int) - Method in class java.util.Vector
Returns the component at the specified index.
elements() - Method in interface com.motorola.iden.udm.UDMList
Return an Enumeration of all elements in the list.
elements() - Method in class com.motorola.iden.udm.PhoneBook
Return an Enumeration of all elements in the list.
elements() - Method in class com.motorola.iden.udm.DateBook
Return an Enumeration of all elements in the list.
elements() - Method in class java.util.Vector
Returns an enumeration of the components of this vector.
elements() - Method in class java.util.Hashtable
Returns an enumeration of the values in this hashtable.
elements(long, long) - Method in class com.motorola.iden.udm.DateBook
Return an Enumeration of all elements in the list.
EMAIL - Static variable in class com.motorola.iden.udm.PhoneBookEntry
EMAIL Field ID for an e-mail address.
EMAIL_MODE - Static variable in class com.mot.iden.t9.T9
Used to put T9 into email mode.
EMAILADDR - Static variable in class javax.microedition.lcdui.TextField
EMAILADDR The user is allowed to enter an e-mail address.
EMPTY_BORDER - Static variable in class com.motorola.iden.lnf.BorderFactory
The default border.
empty() - Method in class java.util.Stack
Tests if this stack is empty.
EmptyStackException - exception java.util.EmptyStackException.
Thrown by methods in the Stack class to indicate that the stack is empty.
EmptyStackException() - Constructor for class java.util.EmptyStackException
Constructs a new EmptyStackException with null as its error message string.
enableCamera(boolean) - Method in class com.motorola.iden.multimedia.DigitalCamera
Enables or disables the camera.
enableColorKeyTransparency(boolean) - Method in class com.motorola.iden.micro3d.Primitive
Enables/disables color key transparency.
enableMute(boolean) - Method in class com.motorola.iden.call.InterconnectCallImpl
 
enableSpkrPhone(boolean) - Method in class com.motorola.iden.call.InterconnectCallImpl
 
encode(byte[]) - Static method in class com.mot.iden.util.Base64
Encodes bytes in Base64.
encode(InputStream, OutputStream, int) - Static method in class com.mot.iden.util.Base64
Provides encoding of data from InputStream to base64 via the OutputStream.
ENCRYPT_MODE - Static variable in class com.motorola.iden.crypto.Cipher
Constant used to initialize cipher to encryption mode.
END - Static variable in interface com.motorola.iden.call.InterconnectCall
The InterconnectCall.END indicates a action_type to end a phone call.
END - Static variable in class com.motorola.iden.udm.DateBookRepeatEvent
END The ending date of the repeating event.
END - Static variable in class com.motorola.iden.udm.DateBookEvent
END Field ID specifying the non-inclusive date and time a single Event ends.
END_CALL - Static variable in class com.motorola.iden.call.InterconnectCallImpl
 
END_OF_MEDIA - Static variable in interface javax.microedition.media.PlayerListener
Posted when a Player reached the end of the media.
end() - Method in class com.mot.iden.zip.Inflater
Closes the decompressor and discards any unprocessed input.
end() - Method in class com.mot.iden.zip.Deflater
Closes the compressor and discards any unprocessed input.
endsWith(String) - Method in class java.lang.String
Tests if this string ends with the specified suffix.
ensureCapacity(int) - Method in class java.lang.StringBuffer
Ensures that the capacity of the buffer is at least equal to the specified minimum.
ensureCapacity(int) - Method in class java.util.Vector
Increases the capacity of this vector, if necessary, to ensure that it can hold at least the number of components specified by the minimum capacity argument.
entryAt(int) - Method in class com.motorola.iden.recentcalls.RecentCalls
This methond retrives a single Entry at requested index from Recent Calls Entry list.
enumerateRecords(RecordFilter, RecordComparator, boolean) - Method in class javax.microedition.rms.RecordStore
Returns an enumeration for traversing a set of records in the record store in an optionally specified order.
Enumeration - interface java.util.Enumeration.
An object that implements the Enumeration interface generates a series of elements, one at a time.
EOFException - exception java.io.EOFException.
Signals that an end of file or end of stream has been reached unexpectedly during input.
EOFException() - Constructor for class java.io.EOFException
Constructs an EOFException with null as its error detail message.
EOFException(String) - Constructor for class java.io.EOFException
Constructs an EOFException with the specified detail message.
equals(Object) - Method in class java.lang.Long
Compares this object against the specified object.
equals(Object) - Method in class java.lang.Integer
Compares this object to the specified object.
equals(Object) - Method in class java.lang.Short
Compares this object to the specified object.
equals(Object) - Method in class java.lang.Byte
Compares this object to the specified object.
equals(Object) - Method in class java.lang.Character
Compares this object against the specified object.
equals(Object) - Method in class java.lang.Boolean
Returns true if and only if the argument is not null and is a Booleanobject that contains the same boolean value as this object.
equals(Object) - Method in class java.lang.String
Compares this string to the specified object.
equals(Object) - Method in class java.lang.Object
Compares two Objects for equality.
equals(Object) - Method in class java.util.Calendar
Compares this calendar to the specified object.
equals(Object) - Method in class java.util.Date
Compares two dates for equality.
EQUIVALENT - Static variable in interface javax.microedition.rms.RecordComparator
EQUIVALENT means that in terms of search or sort order, the two records are the same.
err - Static variable in class java.lang.System
The "standard" error output stream.
Error - error java.lang.Error.
An Error is a subclass of Throwable that indicates serious problems that a reasonable application should not try to catch.
ERROR - Static variable in class javax.microedition.lcdui.AlertType
An ERROR AlertType is a hint to alert the user to an erroneous operation.
ERROR - Static variable in interface javax.microedition.media.PlayerListener
Posted when an error had occurred.
Error() - Constructor for class java.lang.Error
Constructs an Error with no specified detail message.
Error(String) - Constructor for class java.lang.Error
Constructs an Error with the specified detail message.
ETCHED_BORDER - Static variable in class com.motorola.iden.lnf.BorderFactory
The lowered bevel border.
EVTCTRL - Static variable in class com.mot.iden.t9.T9
The event ID used with control events to change the T9 engine's state.
EVTCURSOR - Static variable in class com.mot.iden.t9.T9
The event ID used to set the cursor position.
EVTEXPL - Static variable in class com.mot.iden.t9.T9
The event ID used when adding a character to the text buffer at the current cursor position.
EVTKEY - Static variable in class com.mot.iden.t9.T9
The event ID used to when sending a key event.
EVTNONE - Static variable in class com.mot.iden.t9.T9
T9 null event, no action performed on this event.
EVTSETLANG - Static variable in class com.mot.iden.t9.T9
The event ID used to set a new language number.
EVTSYMTOKEY - Static variable in class com.mot.iden.t9.T9
The event ID used to map a character to the ambiguous key it is identified with.
EVTTEXTKEY - Static variable in class com.mot.iden.t9.T9
The event ID used when presetting the T9 text buffer with valid T9 words.
EVTUDBFENCE - Static variable in class com.mot.iden.t9.T9
The event ID used to set the cutover point for mapping UDB words to a key sequence.
Exception - exception java.lang.Exception.
The class Exception and its subclasses are a form of Throwable that indicates conditions that a reasonable application might want to catch.
Exception() - Constructor for class java.lang.Exception
Constructs an Exception with no specified detail message.
Exception(String) - Constructor for class java.lang.Exception
Constructs an Exception with the specified detail message.
EXCLUSIVE - Static variable in interface javax.microedition.lcdui.Choice
EXCLUSIVE is a choice having exactly one element selected at time.
EXIT - Static variable in class javax.microedition.lcdui.Command
A command used for exiting from the application.
exit(int) - Method in class java.lang.Runtime
Terminates the currently running Java Virtual Machine.
exit(int) - Static method in class java.lang.System
Terminates the currently running Java Virtual Machine.
exp(Float) - Static method in class com.mot.iden.math.Math
Returns Euler's number e raised to the power of a Float value.
EXPANDED_AVAILABLE - Static variable in class com.motorola.iden.udm.PhoneBook
EXPANDED_AVAILABLE available Expanded slots in the falcon SIM.
EXPIRED - Static variable in class javax.microedition.pki.CertificateException
Indicates a certificate is expired.
ExternalDisplay - class com.motorola.iden.lcdui.ExternalDisplay.
ExternalDisplay represents the manager of the external display and input devices of the system when the external display is active.
ExternalDisplayCanvas - class com.motorola.iden.lcdui.ExternalDisplayCanvas.
ExternalDisplayCanvas represents a Canvas that can be rendered onto the External Display.
ExternalDisplayCanvas() - Constructor for class com.motorola.iden.lcdui.ExternalDisplayCanvas
 

F

FACE_MONOSPACE - Static variable in class javax.microedition.lcdui.Font
The "monospace" font face.
FACE_NORMAL - Static variable in class com.motorola.iden.micro3d.Primitive
Identifier for a vector positioned at the face of a 3D object.
FACE_PROPORTIONAL - Static variable in class javax.microedition.lcdui.Font
The "proportional" font face.
FACE_SYSTEM - Static variable in class javax.microedition.lcdui.Font
The "system" font face.
FEBRUARY - Static variable in class com.motorola.iden.udm.DateBookRepeatEvent
FEBRUARY Constant for the month of February.
FEBRUARY - Static variable in class java.util.Calendar
Value of the MONTH field indicating the second month of the year.
FIFTH - Static variable in class com.motorola.iden.udm.DateBookRepeatEvent
FIFTH Constant for the fifth week of the month.
FIFTHLAST - Static variable in class com.motorola.iden.udm.DateBookRepeatEvent
FIFTHLAST Constant for the fifth to last week of the month.
Figure - class com.motorola.iden.micro3d.Figure.
Figure contains model data.
fillArc(int, int, int, int, int, int) - Method in class javax.microedition.lcdui.Graphics
Fills a circular or elliptical arc covering the specified rectangle.
fillCells(int, int, int, int, int) - Method in class javax.microedition.lcdui.game.TiledLayer
Fills a region cells with the specific tile.
fillRect(int, int, int, int) - Method in class javax.microedition.lcdui.Graphics
Fills the specified rectangle with the current color.
fillRoundRect(int, int, int, int, int, int) - Method in class javax.microedition.lcdui.Graphics
Fills the specified rounded corner rectangle with the current color.
fillTriangle(int, int, int, int, int, int) - Method in class javax.microedition.lcdui.Graphics
Fills the specified triangle will the current color.
FILTERED - Static variable in class com.mot.iden.zip.Deflater
Compression strategy best used for data consisting mostly of small values with a somewhat random distribution.
FilterInputStream - class com.mot.iden.zip.FilterInputStream.
This class is the superclass of all classes that filter input streams.
FilterOutputStream - class com.mot.iden.zip.FilterOutputStream.
This class is the superclass of all classes that filter output streams.
FilterOutputStream(OutputStream) - Constructor for class com.mot.iden.zip.FilterOutputStream
Creates an output stream filter built on top of the specified underlying output stream.
finish() - Method in class com.mot.iden.zip.ZipOutputStream
Finishes writing the contents of the ZIP output stream without closing the underlying stream.
finish() - Method in class com.mot.iden.zip.GZIPOutputStream
Finishes writing compressed data to the output stream without closing the underlying stream.
finish() - Method in class com.mot.iden.zip.DeflaterOutputStream
Finishes writing compressed data to the output stream without closing the underlying stream.
finish() - Method in class com.mot.iden.zip.Deflater
When called, indicates that compression should end with the current contents of the input buffer.
finished() - Method in class com.mot.iden.zip.Inflater
Return true if the end of the compressed data stream has been reached.
finished() - Method in class com.mot.iden.zip.Deflater
Returns true if the end of the compressed data output stream has been reached.
FIPS186 - class com.motorola.iden.provider.FIPS186.
This class provides a crytpographically strong pseudo-random number generator based on the SHA-1 hash algorithm.
FIPS186() - Constructor for class com.motorola.iden.provider.FIPS186
Create new FIPS186 instance.
FIRE - Static variable in class javax.microedition.lcdui.Canvas
Constant for the FIRE game action.
FIRE_PRESSED - Static variable in class javax.microedition.lcdui.game.GameCanvas
The bit representing the FIRE key.
FIRST - Static variable in class com.motorola.iden.udm.DateBookRepeatEvent
FIRST Constant for the first week of the month.
FIRST_ROW - Static variable in class com.motorola.iden.lnf.TextView
Indicates that the row height indicated is for the first row.
firstElement() - Method in class java.util.Vector
Returns the first component of this vector.
firstEntry() - Method in class com.motorola.iden.recentcalls.RecentCalls
This method retrives the first Entry from Recent Calls Entry list.
FIX_NOT_ATTAIN_ASSIST_DATA_UNAV - Static variable in interface com.motorola.iden.position.PositionDevice
This constant indicates that the location fix has timed out because a fix is not attainable, and assist data is unavailable.
FIX_NOT_ATTAINABLE - Static variable in interface com.motorola.iden.position.PositionDevice
This constant indicates that the location fix has timed out because a fix is not attainable.
flashBacklight(int) - Method in class javax.microedition.lcdui.Display
Requests a flashing effect for the device's backlight.
Float - class com.mot.iden.math.Float.
Class to provide the following arithmetic operations: Addition, Subtraction, Multiplication, Division, Power, and Square root.
Float(String) - Constructor for class com.mot.iden.math.Float
Allocates a new floating-point object from the specified String argument.
floor(Float) - Static method in class com.mot.iden.math.Math
Returns the largest integer (represented as a double-precision number) not greater than x.
flush() - Method in class com.mot.iden.zip.FilterOutputStream
Flushes this output stream and forces any buffered output bytes to be written out to the stream.
flush() - Method in class java.io.OutputStreamWriter
Flush the stream.
flush() - Method in class java.io.Writer
Flush the stream.
flush() - Method in class java.io.PrintStream
Flush the stream.
flush() - Method in class java.io.OutputStream
Flushes this output stream and forces any buffered output bytes to be written out.
flush() - Method in class java.io.DataOutputStream
Flushes this data output stream.
flushGraphics() - Method in class javax.microedition.lcdui.game.GameCanvas
Flushes the off-screen buffer to the display.
flushGraphics(int, int, int, int) - Method in class javax.microedition.lcdui.game.GameCanvas
Flushes the specified region of the off-screen buffer to the display.
FMRadio - class com.mot.iden.multimedia.FMRadio.
FMRadio This Class allow an application to control the use of the FM headset.
FMRadio() - Constructor for class com.mot.iden.multimedia.FMRadio
 
FOLLOWS - Static variable in interface javax.microedition.rms.RecordComparator
FOLLOWS means that the left (first parameter) record follows the right (second parameter) record in terms of search or sort order.
Font - class javax.microedition.lcdui.Font.
The Font class represents fonts and font metrics.
FONT_INPUT_TEXT - Static variable in class javax.microedition.lcdui.Font
Font specifier used by the implementation to draw text input by a user.
FONT_STATIC_TEXT - Static variable in class javax.microedition.lcdui.Font
Default font specifier used to draw Item and Screen contents.
FontUtility - class com.motorola.iden.lnf.FontUtility.
The FontUtility class allows to calculate the advance width of a char[] and populate a passed int short[] with the advance width of every character.
FontUtility() - Constructor for class com.motorola.iden.lnf.FontUtility
 
FOREGROUND_COLOR - Static variable in class com.motorola.iden.lnf.ColorPalette
The foreground color
FOREGROUND_COLOR_TYPE - Static variable in class com.motorola.iden.lnf.ColorPalette
The foreground color type
FOREVER - Static variable in class javax.microedition.lcdui.Alert
FOREVER indicates that an Alert is kept visible until the user dismisses it.
Form - class javax.microedition.lcdui.Form.
A Form is a Screen that contains an arbitrary mixture of items: images, read-only text fields, editable text fields, editable date fields, gauges, choice groups, and custom items.
Form(String) - Constructor for class javax.microedition.lcdui.Form
Creates a new, empty Form.
Form(String, Item[]) - Constructor for class javax.microedition.lcdui.Form
Creates a new Form with the specified contents.
FORMATTED_NAME - Static variable in class com.motorola.iden.udm.PhoneBookEntry
FORMATTED_NAME Field ID for data corresponding to the name of the PhoneBookEntry.
forName(String) - Static method in class java.lang.Class
Returns the Class object associated with the class with the given string name.
FOURTH - Static variable in class com.motorola.iden.udm.DateBookRepeatEvent
FOURTH Constant for the fourth week of the month.
FOURTHLAST - Static variable in class com.motorola.iden.udm.DateBookRepeatEvent
FOURTHLAST Constant for the fourth to last week of the month.
FramePositioningControl - interface javax.microedition.media.control.FramePositioningControl.
The FramePositioningControl is the interface to control precise positioning to a video frame for Players.
freeMemory() - Method in class java.lang.Runtime
Returns the amount of free memory in the system.
FREQUENCY - Static variable in class com.motorola.iden.udm.DateBookRepeatEvent
FREQUENCY The frequency of the Repeat.
FRIDAY - Static variable in class com.motorola.iden.udm.DateBookRepeatEvent
FRIDAY Constant for the day of week Friday.
FRIDAY - Static variable in class java.util.Calendar
Value of the DAY_OF_WEEK field indicating Friday.

G

gainedFocus() - Method in class com.motorola.lwt.TextComponent
Called when this TextComponent gains key focus.
gainedFocus() - Method in class com.motorola.lwt.Component
Called when this Component gains key focus.
gainedFocus() - Method in class com.motorola.lwt.Checkbox
 
GAME_A - Static variable in class javax.microedition.lcdui.Canvas
Constant for the GAME_A game action.
GAME_A_PRESSED - Static variable in class javax.microedition.lcdui.game.GameCanvas
The bit representing the GAME_A key (may not be supported on all devices).
GAME_B - Static variable in class javax.microedition.lcdui.Canvas
Constant for the GAME_B game action.
GAME_B_PRESSED - Static variable in class javax.microedition.lcdui.game.GameCanvas
The bit representing the GAME_B key (may not be supported on all devices).
GAME_C - Static variable in class javax.microedition.lcdui.Canvas
Constant for the GAME_C game action.
GAME_C_PRESSED - Static variable in class javax.microedition.lcdui.game.GameCanvas
The bit representing the GAME_C key (may not be supported on all devices).
GAME_D - Static variable in class javax.microedition.lcdui.Canvas
Constant for the GAME_D game action.
GAME_D_PRESSED - Static variable in class javax.microedition.lcdui.game.GameCanvas
The bit representing the GAME_D key (may not be supported on all devices).
GameCanvas - class javax.microedition.lcdui.game.GameCanvas.
The GameCanvas class provides the basis for a game user interface.
Gauge - class javax.microedition.lcdui.Gauge.
Implements a graphical display, such as a bar graph, of an integer value.
Gauge(String, boolean, int, int) - Constructor for class javax.microedition.lcdui.Gauge
Creates a new Gauge object with the given label, in interactive or non-interactive mode, with the given maximum and initial values.
GaugeItemLookAndFeel - class com.motorola.iden.lnf.GaugeItemLookAndFeel.
The GaugeItemLookAndFeel class is responsible for rendering Gauges.
GaugeItemLookAndFeel() - Constructor for class com.motorola.iden.lnf.GaugeItemLookAndFeel
 
GaugeItemLookAndFeel(ColorPalette, Font, Border, JustificationStyle) - Constructor for class com.motorola.iden.lnf.GaugeItemLookAndFeel
 
gc() - Method in class java.lang.Runtime
Runs the garbage collector.
gc() - Static method in class java.lang.System
Runs the garbage collector.
GeneralSecurityException - exception com.motorola.iden.security.GeneralSecurityException.
This is the general security exception class, which serves to group all the exception classes of the com.motorola.iden.security package that extend from it.
GeneralSecurityException() - Constructor for class com.motorola.iden.security.GeneralSecurityException
Constructs a GeneralSecurityException with no detail message.
GeneralSecurityException(String) - Constructor for class com.motorola.iden.security.GeneralSecurityException
Constructs a GeneralSecurityException with the specified detail message.
generateKeyPair() - Method in class com.motorola.iden.security.KeyPairGenerator
Generates a key pair.
generateSecret() - Method in class com.motorola.iden.crypto.KeyAgreement
Generates the shared secret and returns it in a new buffer.
generateSeed(int) - Method in class com.motorola.iden.security.SecureRandom
Returns the given number of seed bytes, computed using the seed generation algorithm that this class uses to seed itself.
GenericCall - class com.motorola.iden.call.GenericCall.
This class is a place holder for the static method to initiate phone call.
GET - Static variable in interface javax.microedition.io.HttpConnection
HTTP Get method
get_d() - Method in class com.motorola.iden.crypto.RSA_PrivateKey
Return the exponent
get_e() - Method in class com.motorola.iden.crypto.RSA_PublicKey
Return the exponent
get_n() - Method in class com.motorola.iden.crypto.RSA_PublicKey
Return the modulus
get_n() - Method in class com.motorola.iden.crypto.RSA_PrivateKey
Return the modulus
get_p() - Method in class com.motorola.iden.crypto.RSA_PrivateKey
Return the prime 1
get_q() - Method in class com.motorola.iden.crypto.RSA_PrivateKey
Return the prime 2
get(int) - Static method in class com.motorola.iden.lnf.LookAndFeelEngine
Gets the LookAndFeel instance associated with the provided lnfId.
get(int) - Method in class com.motorola.iden.lnf.LookAndFeel
Retrieve the attribute specified by attrId If attrId is negative, the implementation will attempt to return the specified attribute if it exists in the attribute pool (see attributes).
get(int) - Method in class com.motorola.iden.micro3d.AffineTransform
Gets the specified AffineTransform matrix element value.
get(int) - Method in class java.util.Calendar
Gets the value for a given time field.
get(int) - Method in class javax.microedition.lcdui.Form
Gets the item at given position.
get(Object) - Method in class java.util.Hashtable
Returns the value to which the specified key is mapped in this hashtable.
getActionIndex() - Method in class com.motorola.iden.micro3d.Figure
Returns the action index value this Figure is using for animation.
getActionTable() - Method in class com.motorola.iden.micro3d.Figure
Returns the ActionTable this Figure is using or null if no ActionTable has been set.
getAddress() - Method in interface javax.microedition.io.SocketConnection
Gets the remote address to which the socket is bound.
getAddress() - Method in interface javax.microedition.io.Datagram
Get the address in the datagran
getAddress() - Method in interface javax.wireless.messaging.Message
Returns the address associated with this message.
getAdler() - Method in class com.mot.iden.zip.Inflater
Returns the ADLER-32 value of the uncompressed data.
getAdler() - Method in class com.mot.iden.zip.Deflater
Returns the ADLER-32 value of the uncompressed data.
getAlgorithm() - Method in class com.motorola.iden.crypto.RSA_PublicKey
Return the algorithm name "RSA_PublicKey";
getAlgorithm() - Method in class com.motorola.iden.crypto.RSA_PrivateKey
Return the algorithm name "RSA_PrivateKey";
getAlgorithm() - Method in class com.motorola.iden.crypto.ECC_PublicKey
Return the algorithm name "ECC"
getAlgorithm() - Method in class com.motorola.iden.crypto.ECC_PrivateKey
Return the algorithm name "ECC"
getAlgorithm() - Method in class com.motorola.iden.crypto.DH_PublicKey
Return the algorithm name "DH"
getAlgorithm() - Method in class com.motorola.iden.crypto.DH_PrivateKey
Return the algorithm name "DH"
getAlgorithm() - Method in class com.motorola.iden.crypto.Cipher
Returns the algorithm name of this Cipher object.
getAlgorithm() - Method in class com.motorola.iden.security.MessageDigest
Returns a string that identifies the algorithm, independent of implementation details.
getAlgorithm() - Method in interface com.motorola.iden.security.Key
Returns the standard algorithm name for this key.
getAltitude() - Method in interface com.motorola.iden.position.AggregatePosition
Returns the altitude of a position in meters.
getAltitudeUncertainty() - Method in interface com.motorola.iden.position.AggregatePosition
Returns the altitude uncertainty in millimeters as the measurement is taken.
getAltText() - Method in class javax.microedition.lcdui.ImageItem
Gets the text string to be used if the image exceeds the device's capacity to display it.
getAmbientIntensity() - Method in class com.motorola.iden.micro3d.Light
Returns the ambient light intensity for this Light object.
getAnimatedTile(int) - Method in class javax.microedition.lcdui.game.TiledLayer
Gets the tile referenced by an animated tile.
getAppearanceMode() - Method in class javax.microedition.lcdui.StringItem
Returns the appearance mode of the StringItem.
getAppearanceMode() - Method in class javax.microedition.lcdui.ImageItem
Returns the appearance mode of the ImageItem.
getAppProperty(String) - Method in class javax.microedition.midlet.MIDlet
Provides a MIDlet with a mechanism to retrieve named properties from the application management software.
getAssistanceUsed() - Method in interface com.motorola.iden.position.Position2D
Returns a boolean value indicating whether assistance was used.
getAudioAccessoryType() - Static method in class com.mot.iden.device.AudioManager
 
getAvailableIDs() - Static method in class java.util.TimeZone
Gets all the available IDs supported.
getAvailableStorage() - Method in class com.motorola.iden.udm.PhoneBook
Returns an integer array the amount of slots available on the native database.
getAvailableStorage() - Method in class com.motorola.iden.udm.DateBook
Returns an integer array the amount of slots available on the native database.
getAvailSpeedNum(boolean) - Method in class com.motorola.iden.udm.PhoneBookEntry
This method returns the next available speed dial number.
getBackgroundColor() - Method in class com.motorola.lwt.ImageLabel
Gets the current background color.
getBankList(boolean) - Method in interface javax.microedition.media.control.MIDIControl
Returns list of installed banks.
getBaseDirection(char) - Static method in class com.motorola.iden.lnf.FontUtility
Get base Direction LEFT/RIGHT/NEUTRAL of input string(String received as String object).
getBaseDirection(char[]) - Static method in class com.motorola.iden.lnf.FontUtility
Get base Direction LEFT/RIGHT/NEUTRAL of input string(String received as String object).
getBaseDirection(String) - Static method in class com.motorola.iden.lnf.FontUtility
Get base Direction LEFT/RIGHT/NEUTRAL of input string(String received as String object).
getBaselinePosition() - Method in class javax.microedition.lcdui.Font
Gets the distance in pixels from the top of the text to the text's baseline.
getBaudRate() - Method in interface javax.microedition.io.CommConnection
Gets the baudrate for the serial port connection.
getBestImageHeight(int) - Method in class javax.microedition.lcdui.Display
Returns the best image height for a given image type.
getBestImageWidth(int) - Method in class javax.microedition.lcdui.Display
Returns the best image width for a given image type.
getBidirectionalizedChars(String, Font, int) - Static method in class com.motorola.iden.lnf.FontUtility
Performs truncation and bidirectional algorithm on a String s in Logical order and returns a new character array of length equal to s.length() + 1 represented in Display order (the last character is "†0") The truncation takes place if any of the following happens: when a new line character is found ("†n") when the summation of the advance width of every character exceeds the given width
getBlendingType() - Method in class com.motorola.iden.micro3d.Primitive
Returns the blending type.
getBlockSize() - Method in class com.motorola.iden.crypto.Cipher
Returns the block size (in bytes).
getBlueComponent() - Method in class javax.microedition.lcdui.Graphics
Gets the blue component of the current color.
getBorder() - Method in class com.motorola.iden.lnf.LookAndFeel
Retrieves the Border attribute If the device current settings and/or user preferences have somehow changed the current platform look-and-feel, this method will call update to notify that this LookAndFeel object must be updated by its implementor.
getBorderStyle(boolean) - Method in class javax.microedition.lcdui.Display
Returns the stroke style used for border drawing depending on the state of the component (highlighted/non-highlighted).
getBrightness() - Method in class com.motorola.iden.multimedia.DigitalCamera
Returns the brightness setting for the camera.
getBytes() - Method in class java.lang.String
Convert this String into bytes according to the platform's default character encoding, storing the result into a new byte array.
getBytes(String) - Method in class java.lang.String
Convert this String into bytes according to the specified character encoding, storing the result into a new byte array.
getCallNumber() - Method in class com.motorola.iden.call.CallImpl
 
getCallNumber() - Method in interface com.motorola.iden.call.Call
Returns an incoming number based on the call type it is registered to.
getCallState() - Method in class com.motorola.iden.call.CallImpl
Returns the immediate state of a call.
getCallState() - Method in interface com.motorola.iden.call.Call
Returns an integer value based on the state of a call.
getCallType() - Method in class com.motorola.iden.recentcalls.RecentCallsEntry
To Retrive the call Type of entry in RCL
getCaretPosition() - Method in class javax.microedition.lcdui.TextField
Gets the current input position.
getCaretPosition() - Method in class javax.microedition.lcdui.TextBox
Gets the current input position.
getCell(int, int) - Method in class javax.microedition.lcdui.game.TiledLayer
Gets the contents of a cell.
getCellHeight() - Method in class javax.microedition.lcdui.game.TiledLayer
Gets the height of a single cell, in pixels.
getCellWidth() - Method in class javax.microedition.lcdui.game.TiledLayer
Gets the width of a single cell, in pixels.
getCertificate() - Method in class javax.microedition.pki.CertificateException
Get the Certificate that caused the exception.
getChannelVolume(int) - Method in interface javax.microedition.media.control.MIDIControl
Get volume for the given channel.
getChars(char[]) - Method in class javax.microedition.lcdui.TextField
Copies the contents of the TextField into a character array starting at index zero.
getChars(char[]) - Method in class javax.microedition.lcdui.TextBox
Copies the contents of the TextBox into a character array starting at index zero.
getChars(int, int, char[], int) - Method in class java.lang.StringBuffer
Characters are copied from this string buffer into the destination character array dst.
getChars(int, int, char[], int) - Method in class java.lang.String
Copies characters from this string into the destination character array.
getCheckbox(int) - Method in class com.motorola.lwt.CheckboxGroup
Gets the Checkbox with the specified index.
getCheckboxCount() - Method in class com.motorola.lwt.CheckboxGroup
Gets the number of Checkboxes that belong to this CheckboxGroup.
getChecksum() - Method in class com.mot.iden.zip.CheckedOutputStream
Returns the Checksum for this output stream.
getChecksum() - Method in class com.mot.iden.zip.CheckedInputStream
Returns the Checksum for this input stream.
getCipherSuite() - Method in interface javax.microedition.io.SecurityInfo
Returns the name of the cipher suite in use for the connection.
getClass() - Method in class java.lang.Object
Returns the runtime class of an object.
getClientInfo(int) - Static method in class com.mot.iden.customercare.CustomerCare
This method provides client information such as a unique identifier (or IMEI), the device's serial number, and the SIM identifier.
getClipHeight() - Method in class javax.microedition.lcdui.Graphics
Gets the height of the current clipping area.
getClipWidth() - Method in class javax.microedition.lcdui.Graphics
Gets the width of the current clipping area.
getClipX() - Method in class javax.microedition.lcdui.Graphics
Gets the X offset of the current clipping area, relative to the coordinate system origin of this graphics context.
getClipY() - Method in class javax.microedition.lcdui.Graphics
Gets the Y offset of the current clipping area, relative to the coordinate system origin of this graphics context.
getColor() - Method in class com.motorola.iden.micro3d.Primitive
Returns the color that is used for rendering this Primitive.
getColor() - Method in class com.motorola.iden.micro3d.PointSprite
Returns 0 since PointSprite does not support colors when rendering.
getColor() - Method in class javax.microedition.lcdui.Graphics
Gets the current color.
getColor(int) - Method in class com.motorola.iden.lnf.LookAndFeel
Retrieves the color identified by colorID.
getColor(int) - Method in class com.motorola.iden.lnf.ColorPalette
Returns the color associated with the provided id If the color is not in this palette, the default color is returned (see DEFAULT_COLOR.
getColor(int) - Method in class javax.microedition.lcdui.Display
Returns one of the colors from the high level user interface color scheme, in the form 0x00RRGGBB based on the colorSpecifier passed in.
getColor(int, int) - Static method in class com.motorola.iden.lnf.ColorPalette
Returns a modified version of color hich derives from the manipulations associated with the provided modifier
getColumns() - Method in class javax.microedition.lcdui.game.TiledLayer
Gets the number of columns in the TiledLayer grid.
getCommandArea() - Method in class com.motorola.iden.lnf.DisplayableLookAndFeel
Returns the CommandAreaLookAndFeel instance of this DisplayableLookAndFeel
getCommandLabelWidth(int) - Method in class com.motorola.iden.lnf.CommandAreaLookAndFeel
Returns the available width to render a Command label.
getCommandType() - Method in class javax.microedition.lcdui.Command
Gets the type of the command.
getComment() - Method in class com.mot.iden.zip.ZipEntry
Returns the comment string for the entry, or null if none.
getComponent(int) - Method in class com.motorola.lwt.ComponentScreen
Gets the Component at the specified index.
getComponentCount() - Method in class com.motorola.lwt.ComponentScreen
Gets the number of Components currently added to this screen.
getCompressedSize() - Method in class com.mot.iden.zip.ZipEntry
Returns the size of the compressed entry data, or -1 if not known.
getConstraint() - Method in class com.motorola.lwt.TextComponent
Gets the text entry constraint for this TextComponent.
getConstraints() - Method in class javax.microedition.lcdui.TextField
Get the current input constraints of the TextField.
getConstraints() - Method in class javax.microedition.lcdui.TextBox
Get the current input constraints of the TextBox.
getContentDescriptor() - Method in interface javax.microedition.media.protocol.SourceStream
Get the content type for this stream.
getContentLength() - Method in interface javax.microedition.media.protocol.SourceStream
Get the size in bytes of the content on this stream.
getContentType() - Method in interface javax.microedition.media.Player
Get the content type of the media that's being played back by this Player.
getContentType() - Method in interface javax.microedition.media.control.RecordControl
Return the content type of the recorded media.
getContentType() - Method in class javax.microedition.media.protocol.DataSource
Get a string that describes the content-type of the media that the source is providing.
getContentType() - Method in class javax.microedition.media.protocol.ContentDescriptor
Obtain a string that represents the content type for this descriptor.
getControl(String) - Static method in class com.mot.iden.device.AudioManager
This method returns an object for a particular notification, such as Line1, Line2, or CallAlert.
getControl(String) - Method in interface javax.microedition.media.Controllable
Obtain the object that implements the specified Control interface.
getControls() - Method in interface javax.microedition.media.Controllable
Obtain the collection of Controls from the object that implements this interface.
getCrc() - Method in class com.mot.iden.zip.ZipEntry
Returns the CRC-32 checksum of the uncompressed entry data, or -1 if not known.
getCurrent() - Method in class com.motorola.iden.lcdui.ExternalDisplay
Gets the current Displayable object associated with the external display for this MIDlet.
getCurrent() - Static method in class com.motorola.iden.lnf.ColorPalette
Returns the current color palette maintained by the LookAndFeel framework
getCurrent() - Method in class javax.microedition.lcdui.Display
Gets the current Displayable object for this MIDlet.
getCurrentIndex() - Method in class com.motorola.iden.micro3d.MultiTexture
Sets the Texture at the index specified as the current Texture for this MultiTexture.
getCurrentTexture() - Method in class com.motorola.iden.micro3d.MultiTexture
Returns the Texture at the specified index.
getCursorPosition() - Method in class com.mot.iden.t9.T9
A helper method to return the current cursor position.
getCursorPosition(int) - Method in class com.motorola.iden.lnf.TextView
This method returns the Y-coordinate of the cursor.
getCurve() - Method in class com.motorola.iden.crypto.spec.ECKeyParameterSpec
Get the elliptic curve.
getCurve() - Method in class com.motorola.iden.security.spec.ECDSAParameterSpec
Get the elliptic curve type.
getData() - Method in class com.motorola.iden.multimedia.DigitalCamera
Returns byte array containing image data.
getData() - Method in interface javax.microedition.io.Datagram
Get the buffer
getDate() - Method in interface javax.microedition.io.HttpConnection
Returns the value of the date header field.
getDate() - Method in class javax.microedition.lcdui.DateField
Returns the date value of this field.
getDate(int) - Method in interface com.motorola.iden.udm.UDMEntry
Get a Date field from the Element.
getDate(int) - Method in class com.motorola.iden.udm.PhoneBookEntry
Get a Date field from the Element.
getDate(int) - Method in class com.motorola.iden.udm.DateBookRepeatEvent
Retrieves a Date field.
getDate(int) - Method in class com.motorola.iden.udm.DateBookEvent
Get a Date field from the Element.
getDay() - Method in class com.motorola.iden.recentcalls.RecentCallsEntry
This is a java API to retrive the day in which the call was made
getDefault() - Static method in class com.motorola.iden.lnf.JustificationStyle
Return a value of JustificationStyle default object initionalized with value extracted from JAD file If JAD file contains a iDEN-MIDlet-RTL-Style tag with YES value The default Justification value will be set to JUSTIFICATION_STYLE_RIGHT.
getDefault() - Static method in class java.util.TimeZone
Gets the default TimeZone for this host.
getDefaultFont() - Static method in class com.motorola.iden.lnf.LookAndFeelEngine
Returns a Font object that follows the underlined platform settings.
getDefaultFont() - Static method in class javax.microedition.lcdui.Font
Gets the default font of the system.
getDefaultTimeout() - Method in class javax.microedition.lcdui.Alert
Gets the default time for showing an Alert.
getDigestLength() - Method in class com.motorola.iden.security.MessageDigest
Returns the length of the digest in bytes, or 0 if this operation is not supported by the provider and the implementation is not cloneable.
getDigitalCamera() - Static method in class com.motorola.iden.multimedia.DigitalCamera
Returns a reference to the DigitalCamera.
getDirectionalIntensity() - Method in class com.motorola.iden.micro3d.Light
Returns the directional light intensity for this Light object.
getDirectionVector() - Method in class com.motorola.iden.micro3d.Light
Returns the Vector3D representing the direction of light for this Light object.
getDisplay(MIDlet) - Static method in class com.motorola.iden.lcdui.ExternalDisplay
Gets the ExternalDisplay object that is unique to this MIDlet.
getDisplay(MIDlet) - Static method in class javax.microedition.lcdui.Display
Gets the Display object that is unique to this MIDlet.
getDisplayColor(int) - Method in class javax.microedition.lcdui.Graphics
Gets the color that will be displayed if the specified color is requested.
getDisplayHeight() - Method in interface javax.microedition.media.control.VideoControl
Return the actual height of the current render video.
getDisplayType() - Method in class com.motorola.iden.micro3d.PointSprite
Returns the display directive value for this PointSprite.
getDisplayWidth() - Method in interface javax.microedition.media.control.VideoControl
Return the actual width of the current render video.
getDisplayX() - Method in interface javax.microedition.media.control.VideoControl
Return the X-coordinate of the video with respect to the GUI object where the video is displayed.
getDisplayY() - Method in interface javax.microedition.media.control.VideoControl
Return the Y-coordinate of the video with respective to the GUI object where the video is displayed.
getDuration() - Method in class com.motorola.iden.recentcalls.RecentCallsEntry
To retrive the duration of call from RCL.
getDuration() - Method in interface javax.microedition.media.Player
Get the duration of the media.
getEchoChar() - Method in class com.motorola.lwt.TextComponent
Obtains the echo character used by this TextComponent
getEncoded() - Method in class com.motorola.iden.crypto.RSA_PublicKey
Return null.
getEncoded() - Method in class com.motorola.iden.crypto.RSA_PrivateKey
Return null.
getEncoded() - Method in class com.motorola.iden.crypto.ECC_PublicKey
Return the ecc public key
getEncoded() - Method in class com.motorola.iden.crypto.ECC_PrivateKey
Return the ecc private key
getEncoded() - Method in class com.motorola.iden.crypto.DH_PublicKey
Return the Diffie-Hellman public key
getEncoded() - Method in class com.motorola.iden.crypto.DH_PrivateKey
Return the Diffie-Hellman public key
getEncoded() - Method in interface com.motorola.iden.security.Key
Returns the key in its primary encoding format, or null if this key does not support encoding.
getEncoding() - Method in interface javax.microedition.io.ContentConnection
Returns the value of the content-encoding header field.
getErrors(int) - Static method in class com.mot.iden.customercare.CustomerCare
This method provides information of the error that have occurred, such as the number of resets (where 24 is the maximum value) and the reset log.
getEventCount() - Method in class com.motorola.iden.udm.DateBook
Returns an integer array of the number of used and empty slots in the datebook native database.
getExceptDates() - Method in class com.motorola.iden.udm.DateBookRepeatEvent
Returns the Dates for which this RepeatPattern should not occur.
getExpiration() - Method in interface javax.microedition.io.HttpConnection
Returns the value of the expires header field.
getExtra() - Method in class com.mot.iden.zip.ZipEntry
Returns the extra field data for the entry, or null if none.
getFace() - Method in class javax.microedition.lcdui.Font
Gets the face of the font.
getFieldDataType(int) - Method in interface com.motorola.iden.udm.UDMEntry
Returns an int representing the data type of the data associated with the given field ID.
getFieldDataType(int) - Method in class com.motorola.iden.udm.PhoneBookEntry
Returns an int representing the data type of the data associated with the given field ID.
getFieldDataType(int) - Method in class com.motorola.iden.udm.DateBookEvent
Returns an int representing the data type of the data associated with the given field ID.
getFieldLabel(int) - Method in interface com.motorola.iden.udm.UDMEntry
Returns a String label associated with the given field ID.
getFieldLabel(int) - Method in class com.motorola.iden.udm.PhoneBookEntry
Returns a String label associated with the given field ID.
getFieldLabel(int) - Method in class com.motorola.iden.udm.DateBookEvent
Returns a String label associated with the given field ID.
getFields() - Method in interface com.motorola.iden.udm.UDMEntry
Returns all field IDs in the element that have data stored for them.
getFields() - Method in class com.motorola.iden.udm.PhoneBookEntry
Returns all field IDs in the element that have data stored for them.
getFields() - Method in class com.motorola.iden.udm.DateBookEvent
Returns all field IDs in the element that have data stored for them.
getFile() - Method in interface javax.microedition.io.HttpConnection
Returns the file portion of the URL of this HttpConnection.
getFilter(String) - Static method in class javax.microedition.io.PushRegistry
Retrieve the registered filter for a requested connection.
getFitPolicy() - Method in class javax.microedition.lcdui.List
Gets the application's preferred policy for fitting Choice element contents to the available screen space.
getFitPolicy() - Method in class javax.microedition.lcdui.ChoiceGroup
Gets the application's preferred policy for fitting Choice element contents to the available screen space.
getFitPolicy() - Method in interface javax.microedition.lcdui.Choice
Gets the application's preferred policy for fitting Choice element contents to the available screen space.
getFlipState() - Method in class com.motorola.iden.lcdui.ExternalDisplay
Returns what the current state of the flip is.
getFocusOwner() - Method in class com.motorola.lwt.ComponentScreen
Returns the Component that currently has key event focus.
getFont() - Method in class com.motorola.iden.lnf.TextView
Returns the font being used by this TextView when formatting and rendering text.
getFont() - Method in class com.motorola.iden.lnf.LookAndFeel
Retrieves the Font attribute If the device current settings and/or user preferences have somehow changed the current platform look-and-feel, this method will call update to notify that this LookAndFeel object must be updated by its implementor.
getFont() - Method in class com.motorola.lwt.TextComponent
Gets the font currently used by this TextComponent.
getFont() - Method in class com.motorola.lwt.InteractableComponent
Gets the Font associated with this Label
getFont() - Method in class javax.microedition.lcdui.StringItem
Gets the application's preferred font for rendering this StringItem.
getFont() - Method in class javax.microedition.lcdui.Graphics
Gets the current font.
getFont(int) - Method in class javax.microedition.lcdui.List
Gets the application's preferred font for rendering the specified element of this Choice.
getFont(int) - Static method in class javax.microedition.lcdui.Font
Gets the Font used by the high level user interface for the fontSpecifier passed in.
getFont(int) - Method in class javax.microedition.lcdui.ChoiceGroup
Gets the application's preferred font for rendering the specified element of this Choice.
getFont(int) - Method in interface javax.microedition.lcdui.Choice
Gets the application's preferred font for rendering the specified element of this Choice.
getFont(int, int, int) - Static method in class javax.microedition.lcdui.Font
Obtains an object representing a font having the specified face, style, and size.
getForegroundColor() - Method in class com.motorola.lwt.ImageLabel
Gets the current foreground color.
getFormat() - Method in class com.motorola.iden.crypto.RSA_PublicKey
Return RAW
getFormat() - Method in class com.motorola.iden.crypto.RSA_PrivateKey
Return "RAW"
getFormat() - Method in class com.motorola.iden.crypto.ECC_PublicKey
Return the encoding format, raw
getFormat() - Method in class com.motorola.iden.crypto.ECC_PrivateKey
Return the encoding format, raw
getFormat() - Method in class com.motorola.iden.crypto.DH_PublicKey
Return the encoding format, raw
getFormat() - Method in class com.motorola.iden.crypto.DH_PrivateKey
Return the encoding format, raw
getFormat() - Method in interface com.motorola.iden.security.Key
Returns the name of the primary encoding format of this key, or null if this key does not support encoding.
getFrame() - Method in class javax.microedition.lcdui.game.Sprite
Gets the current index in the frame sequence.
getFrameIndex() - Method in class com.motorola.iden.micro3d.Figure
Returns the frame index value this Figure is using for animation.
getFrameSequenceLength() - Method in class javax.microedition.lcdui.game.Sprite
Gets the number of elements in the frame sequence.
getG() - Method in class com.motorola.iden.crypto.spec.DHParameterSpec
Returns the base generator g.
getGameAction(int) - Method in class javax.microedition.lcdui.CustomItem
Gets the game action associated with the given key code of the device.
getGameAction(int) - Method in class javax.microedition.lcdui.Canvas
Gets the game action associated with the given key code of the device.
getGraphics() - Method in class javax.microedition.lcdui.Image
Creates a Graphics object that renders to this image.
getGrayScale() - Method in class javax.microedition.lcdui.Graphics
Gets the current grayscale value of the color being used for rendering operations.
getGreenComponent() - Method in class javax.microedition.lcdui.Graphics
Gets the green component of the current color.
getHeaderField(int) - Method in interface javax.microedition.io.HttpConnection
Gets a header field value by index.
getHeaderField(String) - Method in interface javax.microedition.io.HttpConnection
Returns the value of the named header field.
getHeaderFieldDate(String, long) - Method in interface javax.microedition.io.HttpConnection
Returns the value of the named field parsed as date.
getHeaderFieldInt(String, int) - Method in interface javax.microedition.io.HttpConnection
Returns the value of the named field parsed as a number.
getHeaderFieldKey(int) - Method in interface javax.microedition.io.HttpConnection
Gets a header field key by index.
getHeadset() - Static method in class com.mot.iden.device.AudioManager
 
getHeight() - Static method in class com.motorola.iden.lcdui.ExternalDisplay
Retrives the External Display's width
getHeight() - Method in class com.motorola.iden.lnf.TextView
Returns the height, in pixels, of this TextView
getHeight() - Method in class com.motorola.iden.micro3d.PointSprite
Returns the height of the PointSprite.
getHeight() - Method in class com.motorola.iden.multimedia.DigitalCamera
Returns the height of the captured images.
getHeight() - Method in class com.motorola.lwt.ComponentScreen
Get height of the ComponentScreen in pixels.
getHeight() - Method in class com.motorola.lwt.Component
Gets the height of the Component, in pixels.
getHeight() - Method in class javax.microedition.lcdui.Image
Gets the height of the image in pixels.
getHeight() - Method in class javax.microedition.lcdui.Form
Returns the height in pixels of the displayable area available for items.
getHeight() - Method in class javax.microedition.lcdui.Font
Gets the standard height of a line of text in this font.
getHeight() - Method in class javax.microedition.lcdui.Displayable
Gets the height in pixels of the displayable area available to the application.
getHeight() - Method in class javax.microedition.lcdui.Canvas
Gets the height in pixels of the displayable area of the Canvas.
getHeight() - Method in class javax.microedition.lcdui.game.Layer
Gets the current height of this layer, in pixels.
getHorizontalInset() - Method in class com.motorola.iden.lnf.TextView
Returns the width, in pixels, of the horizontal inset for this TextView
getHorizontalPadding(int) - Method in class com.motorola.iden.lnf.TitleLookAndFeel
Returns the horizontal space to be subtracted on each side of the total width allocated to render this title.
getHost() - Method in interface javax.microedition.io.HttpConnection
Returns the host information of the URL of this HttpConnection. e.g. host name or IPv4 address
getHour() - Method in class com.motorola.iden.recentcalls.RecentCallsEntry
To Retrive the Hour of call from RCL.
getIcon() - Method in class com.motorola.iden.lnf.DisplayableLookAndFeel
Gets the icon for this SystemLookAndFeel object, null if no icon has been set.
getID() - Method in class java.util.TimeZone
Gets the ID of this time zone.
getImage() - Method in class javax.microedition.lcdui.ImageItem
Gets the image contained within the ImageItem, or null if there is no contained image.
getImage() - Method in class javax.microedition.lcdui.Alert
Gets the Image used in the Alert.
getImage(int) - Method in class javax.microedition.lcdui.List
 
getImage(int) - Method in class javax.microedition.lcdui.ChoiceGroup
 
getImage(int) - Method in interface javax.microedition.lcdui.Choice
Gets the Image part of the element referenced by elementNum.
getImpl(String, String, String) - Static method in class com.motorola.iden.security.Security
Returns an array of object which is an instance of the requested algorithm.
getIndicator() - Method in class javax.microedition.lcdui.Alert
Gets the activity indicator for this Alert.
getInputMode() - Method in class javax.microedition.lcdui.DateField
Gets input mode for this date field.
getInstance() - Static method in class java.util.Calendar
Gets a calendar using the default time zone and default locale.
getInstance(int, CallListener) - Static method in class com.motorola.iden.call.CallHandler
Returns an instance of a Call.
getInstance(String) - Static method in class com.motorola.iden.crypto.KeyAgreement
Generates a KeyAgreement object that implements the specified key agreement algorithm.
getInstance(String) - Static method in class com.motorola.iden.crypto.Cipher
Generates a Cipher object that implements the specified transformation.
getInstance(String) - Static method in class com.motorola.iden.security.Signature
Generates a Signature object that implements the signature algorithm.
getInstance(String) - Static method in class com.motorola.iden.security.SecureRandom
Creates a SecureRandom object.
getInstance(String) - Static method in class com.motorola.iden.security.MessageDigest
Generates a MessageDigest object that implements the specified digest algorithm.
getInstance(String) - Static method in class com.motorola.iden.security.KeyPairGenerator
Generates a KeyPairGenerator object that implements the specified key pair generation algorithm.
getInstance(String, String) - Static method in class com.motorola.iden.security.SecureRandom
Creates a SecureRandom object.
getInstance(String, String) - Static method in class com.motorola.iden.security.MessageDigest
Generates a MessageDigest object that implements the specified digest algorithm.
getInstance(TimeZone) - Static method in class java.util.Calendar
Gets a calendar using the specified time zone and default locale.
getInt(int) - Method in interface com.motorola.iden.udm.UDMEntry
Get an integer field from the Element.
getInt(int) - Method in class com.motorola.iden.udm.PhoneBookEntry
Get an integer field from the Element.
getInt(int) - Method in class com.motorola.iden.udm.DateBookRepeatEvent
Retrieves an int field.
getInt(int) - Method in class com.motorola.iden.udm.DateBookEvent
Get an integer field from the Element.
getIssuer() - Method in interface javax.microedition.pki.Certificate
Gets the name of this certificate's issuer.
getIV() - Method in class com.motorola.iden.crypto.Cipher
Returns the initialization vector (IV) in a new buffer.
getIV() - Method in class com.motorola.iden.crypto.spec.RC5ParameterSpec
Returns the IV or null if this parameter set does not contain an IV.
getIV() - Method in class com.motorola.iden.crypto.spec.IvParameterSpec
Returns the initialization vector (IV).
getJustificationStyle() - Method in class com.motorola.iden.lnf.LookAndFeel
Retrieves the JustificationStyle object.
getJustStyle() - Method in class com.motorola.iden.lnf.JustificationStyle
This method get the Justification style value
getKeyCode(int) - Method in class javax.microedition.lcdui.Canvas
Gets the key code that corresponds to the specified game action on the device.
getKeyName(int) - Method in class javax.microedition.lcdui.Canvas
Gets an informative key string for a key.
getKeyName(int, int, int) - Method in interface javax.microedition.media.control.MIDIControl
Given bank, program and key, get name of key.
getKeys() - Method in interface javax.microedition.media.control.MetaDataControl
Return the list of keys for the available metadata values.
getKeyStates() - Method in class javax.microedition.lcdui.game.GameCanvas
Gets the states of the physical game keys.
getKeyValue(String) - Method in interface javax.microedition.media.control.MetaDataControl
Retrieve the value found in the metadata associated with the given key.
getKoreanSelectPage() - Method in class com.mot.iden.t9.T9
Get the string stored in the Korean selection page.
getKoreanSelectPageLength() - Method in class com.mot.iden.t9.T9
Get the amount of characters currently in the Korean select page.
getKoreanSelectPageMax() - Method in class com.mot.iden.t9.T9
Get the max amount of characters that can be held in the Korean select page.
getLabel() - Method in class com.motorola.lwt.InteractableComponent
Gets the label for this Component
getLabel() - Method in class javax.microedition.lcdui.Item
Gets the label of this Item object.
getLabel() - Method in class javax.microedition.lcdui.Command
Gets the short label of the command.
getLanguage() - Method in class com.mot.iden.t9.T9
A helper method to return the current language.
getLastModified() - Method in interface javax.microedition.io.HttpConnection
Returns the value of the last-modified header field.
getLastModified() - Method in class javax.microedition.rms.RecordStore
Returns the last time the record store was modified, in the format used by System.currentTimeMillis().
getLastRowWidth() - Method in class com.motorola.iden.lnf.TextView
This method returns the width of the last row of text for text that spans multiple rows.
getLatitude() - Method in interface com.motorola.iden.position.Position2D
Returns the latitude of the position in 1/100,000 minutes.
getLatitude(int) - Method in interface com.motorola.iden.position.Position2D
Returns the latitude of a the position as a String (degrees and minutes notation)
getLatLonAccuracy() - Method in interface com.motorola.iden.position.Position2D
Returns the latitude and longitude accuracy in millimeter.
getLayerAt(int) - Method in class javax.microedition.lcdui.game.LayerManager
Gets the Layer with the specified index.
getLayout() - Method in class com.motorola.iden.micro3d.Object3D
Returns the Layout3D used for rendering this Object3D, or null if no Layout3D has been set.
getLayout() - Method in class javax.microedition.lcdui.Item
Gets the layout directives used for placing the item.
getLength() - Method in interface javax.microedition.io.Datagram
Get the length
getLength() - Method in interface javax.microedition.io.ContentConnection
Returns the value of the content-length header field.
getLengthLimit() - Method in class com.motorola.lwt.TextComponent
Gets the length limit.
getLevel() - Method in interface javax.microedition.media.control.VolumeControl
Get the current volume level set.
getLight() - Method in class com.motorola.iden.micro3d.Layout3D
Returns the Light used with this Layout3D.
getLightMode() - Method in class com.motorola.iden.multimedia.DigitalCamera
Returns the light mode of the camera.
getLineNumber() - Method in class com.motorola.iden.call.InterconnectCallImpl
 
getLineNumber() - Method in interface com.motorola.iden.call.InterconnectCall
Returns an incoming line number.
getLocalAddress() - Method in interface javax.microedition.io.UDPDatagramConnection
Gets the local address to which the datagram connection is bound.
getLocalAddress() - Method in interface javax.microedition.io.SocketConnection
Gets the local address to which the socket is bound.
getLocalAddress() - Method in interface javax.microedition.io.ServerSocketConnection
Gets the local address to which the socket is bound.
getLocalPort() - Method in interface javax.microedition.io.UDPDatagramConnection
Returns the local port to which this datagram connection is bound.
getLocalPort() - Method in interface javax.microedition.io.SocketConnection
Returns the local port to which this socket is bound.
getLocalPort() - Method in interface javax.microedition.io.ServerSocketConnection
Returns the local port to which this socket is bound.
getLocation() - Method in class com.motorola.iden.lnf.ScrollbarLookAndFeel
Returns the current location of this ScrollbarLookAndFeel.
getLocator() - Method in class javax.microedition.media.protocol.DataSource
Get the locator that describes this source.
getLongitude() - Method in interface com.motorola.iden.position.Position2D
Returns the longitude of the position in 1/100,000 minutes.
getLongitude(int) - Method in interface com.motorola.iden.position.Position2D
Returns the longitude of the position as a String (degrees and minutes notation)
getLongLabel() - Method in class javax.microedition.lcdui.Command
Gets the long label of the command.
getMaximumLength() - Method in interface javax.microedition.io.DatagramConnection
Get the maximum length a datagram can be.
getMaxPitch() - Method in interface javax.microedition.media.control.PitchControl
Gets the maximum playback pitch raise supported by the Player.
getMaxRate() - Method in interface javax.microedition.media.control.RateControl
Gets the maximum playback rate supported by the Player.
getMaxSize() - Method in class javax.microedition.lcdui.TextField
Returns the maximum size (number of characters) that can be stored in this TextField.
getMaxSize() - Method in class javax.microedition.lcdui.TextBox
Returns the maximum size (number of characters) that can be stored in this TextBox.
getMaxValue() - Method in class com.motorola.lwt.Slider
Gets the maximum value of the Slider.
getMaxValue() - Method in class javax.microedition.lcdui.Gauge
Gets the maximum value of this Gauge object.
getMediaTime() - Method in interface javax.microedition.media.Player
Gets this Player's current media time.
getMessage() - Method in class java.lang.Throwable
Returns the detail message of this throwable object.
getMethod() - Method in class com.mot.iden.zip.ZipEntry
Returns the compression method of the entry, or -1 if not specified.
getMIDlet(String) - Static method in class javax.microedition.io.PushRegistry
Retrieve the registered MIDlet for a requested connection.
getMinimumHeight() - Method in class javax.microedition.lcdui.TextField
Gets the minimum height of this TextField which is the height of the label
getMinimumHeight() - Method in class javax.microedition.lcdui.StringItem
 
getMinimumHeight() - Method in class javax.microedition.lcdui.Spacer
 
getMinimumHeight() - Method in class javax.microedition.lcdui.Item
Gets the minimum height for this Item.
getMinimumHeight() - Method in class javax.microedition.lcdui.CustomItem
Gets the minimum height for this Item.
getMinimumHeight(Object[]) - Method in class com.motorola.iden.lnf.WidgetLookAndFeel
Returns the minimum height in pixels of a widget.
getMinimumHeight(Object[], int) - Method in class com.motorola.iden.lnf.TextFieldItemLookAndFeel
Returns the minimum height in pixels of this Item.
getMinimumHeight(Object[], int) - Method in class com.motorola.iden.lnf.ItemLookAndFeel
Returns the minimum height in pixels of this Item.
getMinimumHeight(Object[], int) - Method in class com.motorola.iden.lnf.ImageItemLookAndFeel
Returns the minimum height in pixels of this ImageItem.
getMinimumWidth() - Method in class javax.microedition.lcdui.StringItem
 
getMinimumWidth() - Method in class javax.microedition.lcdui.Spacer
 
getMinimumWidth() - Method in class javax.microedition.lcdui.Item
Gets the minimum width for this Item.
getMinimumWidth() - Method in class javax.microedition.lcdui.CustomItem
 
getMinimumWidth(Object[]) - Method in class com.motorola.iden.lnf.WidgetLookAndFeel
Returns the minimum width in pixels of a widget.
getMinimumWidth(Object[], int) - Method in class com.motorola.iden.lnf.ItemLookAndFeel
Returns the minimum width in pixels of this Item.
getMinimumWidth(Object[], int) - Method in class com.motorola.iden.lnf.ImageItemLookAndFeel
Returns the minimum width in pixels of this ImageItem.
getMinPitch() - Method in interface javax.microedition.media.control.PitchControl
Gets the minimum playback pitch raise supported by the Player.
getMinRate() - Method in interface javax.microedition.media.control.RateControl
Gets the minimum playback rate supported by the Player.
getMinute() - Method in class com.motorola.iden.recentcalls.RecentCallsEntry
To Retrive the minute of call from RCL Method/constructor extra info
getMode() - Method in class com.mot.iden.t9.T9
A helper method to return the current entry mode.
getMonth() - Method in class com.motorola.iden.recentcalls.RecentCallsEntry
This is a java API to retrive the month in which the call was made
getMyInfo(int) - Static method in class com.mot.iden.customercare.CustomerCare
This method provides information on the various service ids for the device, such as private dispatch id (as a '*' deliminated UFMI), the main phone number, the alternate line phone number for supporting devices, and the carrier ip address.
getName() - Method in class com.mot.iden.zip.ZipEntry
Returns the name of the entry.
getName() - Method in class java.lang.Class
Returns the fully-qualified name of the type (class, interface, array, or primitive) represented by this Class object, as a String.
getName() - Method in class javax.microedition.rms.RecordStore
Returns the name of this RecordStore.
getNextEntry() - Method in class com.mot.iden.zip.ZipInputStream
Reads the next ZipEntry (ZIP file/inputstream entry) and positions stream at the beginning of the entry data.
getNextRecordID() - Method in class javax.microedition.rms.RecordStore
Returns the recordId of the next record to be added to the record store.
getNMEASentence(int) - Method in interface com.motorola.iden.position.PositionConnection
A method for API to get nmea sentences
getNominalLength() - Method in interface javax.microedition.io.DatagramConnection
Get the nominal length of a datagram.
getNotAfter() - Method in interface javax.microedition.pki.Certificate
Gets the time after which this Certificate may not be used from the validity period.
getNotBefore() - Method in interface javax.microedition.pki.Certificate
Gets the time before which this Certificate may not be used from the validity period.
getNumberOfActions() - Method in class com.motorola.iden.micro3d.ActionTable
Returns the number of actions found in the ActionTable.
getNumberOfFrames(int) - Method in class com.motorola.iden.micro3d.ActionTable
Returns the amount of frames for the specified action found in the ActionTable.
getNumberOfPatterns() - Method in class com.motorola.iden.micro3d.Figure
Returns the number of external appearance states for a Figure.
getNumberOfSatsUsed() - Method in interface com.motorola.iden.position.AggregatePosition
Returns the number of satellites used to get a fix.
getNumOfEntries() - Method in interface com.motorola.iden.udm.UDMList
Returns the amount of entries (not individual numbers) in the list.
getNumOfEntries() - Method in class com.motorola.iden.udm.PhoneBook
Returns the amount of entries (not individual numbers) in the list.
getNumOfEntries() - Method in class com.motorola.iden.udm.DateBook
Returns the amount of entries (not individual numbers) in the list.
getNumRecords() - Method in class javax.microedition.rms.RecordStore
Returns the number of records currently in the record store.
getOffset() - Method in interface javax.microedition.io.Datagram
Get the offset
getOffset(int, int, int, int, int, int) - Method in class java.util.TimeZone
Gets offset, for current date, modified in case of daylight savings.
getOrientation() - Method in class com.motorola.iden.multimedia.DigitalCamera
Returns the current image orientation.
getOutboundRoute(int) - Method in interface com.mot.iden.device.controls.OutboundRouteControl
This method returns which path outbound audio is being routed.
getP() - Method in class com.motorola.iden.crypto.spec.DHParameterSpec
Returns the prime modulus p.
getParameter() - Method in class com.motorola.iden.security.Signature
The returned parameters may be the same that were used to initialize this signature engine, or may contain a combination of default and randomly generated parameter values used by the underlying signature implementation if this signature engine requires algorithm parameters but was not initialized with any.
getParams() - Method in class com.motorola.iden.crypto.DH_PublicKey
Returns the key parameters.
getParams() - Method in class com.motorola.iden.crypto.DH_PrivateKey
Returns the key parameters.
getParent() - Method in class com.motorola.lwt.Component
Obtains a reference to the Component's parent screen.
getPattern() - Method in class com.motorola.iden.micro3d.Figure
Returns the pattern index this Figure is set to.
getPayloadData() - Method in interface javax.wireless.messaging.BinaryMessage
Returns the message payload data as an array of bytes.
getPayloadText() - Method in interface javax.wireless.messaging.TextMessage
Returns the message payload data as a String.
getPhoneNumber() - Method in class com.motorola.iden.recentcalls.RecentCallsEntry
To retrive the phone number of the entry from RCL
getPhotoSensorLevel() - Static method in class com.mot.iden.multimedia.Lighting
This native method is used to retrive the light level from the photo sensor
getPitch() - Method in interface javax.microedition.media.control.PitchControl
Gets the current playback pitch raise.
getPort() - Method in interface javax.microedition.io.SocketConnection
Returns the remote port to which this socket is bound.
getPort() - Method in interface javax.microedition.io.HttpsConnection
Returns the network port number of the URL for this HttpsConnection.
getPort() - Method in interface javax.microedition.io.HttpConnection
Returns the network port number of the URL for this HttpConnection.
getPosition() - Method in interface com.motorola.iden.position.PositionConnection
A method for applications to obtain the position with same delay value of Connector.open(String parameter).
getPosition(String) - Method in interface com.motorola.iden.position.PositionConnection
A method for applications to obtain a new position with appropriate delay type.
getPrecision() - Static method in class com.mot.iden.math.Float
Gets the current global precision of the floating-point operations.
getPrecision(Float) - Static method in class com.mot.iden.math.Float
Gets the current precision of the specified Float.
getPreferredHeight() - Method in class com.motorola.lwt.TextComponent
Gets the preferred height of this TextComponent.
getPreferredHeight() - Method in class com.motorola.lwt.Slider
Gets the preferred height of the Slider.
getPreferredHeight() - Method in class com.motorola.lwt.ImageLabel
Gets the preferred height of the ImageLabel.
getPreferredHeight() - Method in class com.motorola.lwt.Component
Gets the preferred height of this Component.
getPreferredHeight() - Method in class com.motorola.lwt.Checkbox
Gets the preferred height of this Component.
getPreferredHeight() - Method in class com.motorola.lwt.Button
Gets the preferred height for this Button.
getPreferredHeight() - Method in class javax.microedition.lcdui.Item
Gets the preferred height of this Item.
getPreferredHeight(Object[]) - Method in class com.motorola.iden.lnf.WidgetLookAndFeel
Returns the preferred height in pixels of a widget.
getPreferredHeight(Object[]) - Method in class com.motorola.iden.lnf.TitleLookAndFeel
Returns the preferred height in pixels of a title.
getPreferredHeight(Object[]) - Method in class com.motorola.iden.lnf.TickerLookAndFeel
Returns the preferred height in pixels of a ticker.
getPreferredHeight(Object[]) - Method in class com.motorola.iden.lnf.CommandAreaLookAndFeel
Returns the preferred height in pixels of the command area.
getPreferredHeight(Object[], int) - Method in class com.motorola.iden.lnf.TextFieldItemLookAndFeel
Returns the preferred height in pixels of this Item.
getPreferredHeight(Object[], int) - Method in class com.motorola.iden.lnf.StringItemLookAndFeel
Returns the preferred height in pixels of this Item.
getPreferredHeight(Object[], int) - Method in class com.motorola.iden.lnf.ItemLookAndFeel
Returns the preferred height in pixels of this Item.
getPreferredHeight(Object[], int) - Method in class com.motorola.iden.lnf.ImageItemLookAndFeel
Returns the preferred height in pixels of this ImageItem.
getPreferredHeight(Object[], int) - Method in class com.motorola.iden.lnf.GaugeItemLookAndFeel
Returns the preferred height in pixels of Gauge.
getPreferredHeight(Object[], int) - Method in class com.motorola.iden.lnf.DateFieldItemLookAndFeel
Returns the preferred height in pixels of this Item.
getPreferredHeight(Object[], int) - Method in class com.motorola.iden.lnf.ChoiceGroupItemLookAndFeel
Returns the preferred width in pixels of a ChoiceGroup.
getPreferredHeight(Object[], int) - Method in class com.motorola.iden.lnf.CheckboxItemLookAndFeel
Returns the preferred height in pixels of a given ChoiceGroup option.
getPreferredHeightImpl() - Method in class javax.microedition.lcdui.CustomItem
Gets the preferred height of this Item.
getPreferredWidth() - Method in class com.motorola.iden.lnf.TextView
This method returns the actual width of the TextView in pixels.
getPreferredWidth() - Method in class com.motorola.lwt.TextComponent
Gets the preferred width of this TextComponent.
getPreferredWidth() - Method in class com.motorola.lwt.Slider
Gets the preferred width of the Slider.
getPreferredWidth() - Method in class com.motorola.lwt.ImageLabel
Gets the preferred width of the ImageLabel.
getPreferredWidth() - Method in class com.motorola.lwt.Component
Gets the preferred width of this Component.
getPreferredWidth() - Method in class com.motorola.lwt.Checkbox
Gets the preferred width of this Component.
getPreferredWidth() - Method in class com.motorola.lwt.Button
Gets the preferred width for this Button.
getPreferredWidth() - Method in class javax.microedition.lcdui.Item
Gets the preferred width of this Item.
getPreferredWidth(Object[]) - Method in class com.motorola.iden.lnf.WidgetLookAndFeel
Returns the preferred width in pixels of a widget.
getPreferredWidth(Object[]) - Method in class com.motorola.iden.lnf.ScrollbarLookAndFeel
Returns the preferred width in pixels of a scrollbar.
getPreferredWidth(Object[], int) - Method in class com.motorola.iden.lnf.StringItemLookAndFeel
Returns the preferred width in pixels of this Item.
getPreferredWidth(Object[], int) - Method in class com.motorola.iden.lnf.ItemLookAndFeel
Returns the preferred width in pixels of this Item.
getPreferredWidth(Object[], int) - Method in class com.motorola.iden.lnf.ImageItemLookAndFeel
Returns the preferred width in pixels of this ImageItem.
getPreferredWidth(Object[], int) - Method in class com.motorola.iden.lnf.CheckboxItemLookAndFeel
Returns the preferred width in pixels of a given ChoiceGroup option.
getPreferredWidthImpl() - Method in class javax.microedition.lcdui.CustomItem
Gets the preferred width of this Item.
getPreviewImage() - Method in class com.motorola.iden.multimedia.DigitalCamera
Returns a preview image from the camera.
getPriority() - Method in class java.lang.Thread
Returns this thread's priority.
getPriority() - Method in class javax.microedition.lcdui.Command
Gets the priority of the command.
getPrivate() - Method in class com.motorola.iden.security.KeyPair
Returns a reference to the private key component of this key pair.
getProgram(int) - Method in interface javax.microedition.media.control.MIDIControl
Returns program assigned to channel.
getProgramList(int) - Method in interface javax.microedition.media.control.MIDIControl
Given bank, get list of program numbers.
getProgramName(int, int) - Method in interface javax.microedition.media.control.MIDIControl
Given bank and program, get name of program.
getProjectionParameters() - Method in class com.motorola.iden.micro3d.Layout3D
Returns a copy of the projection parameters set for this Layout3D.
getProjectionType() - Method in class com.motorola.iden.micro3d.Layout3D
Returns the projection type set for this Layout3D.
getProperty(String) - Static method in class java.lang.System
Gets the system property indicated by the specified key.
getProtocol() - Method in interface javax.microedition.io.HttpConnection
Returns the protocol name of the URL of this HttpConnection. e.g., http or https
getProtocolName() - Method in interface javax.microedition.io.SecurityInfo
Returns the secure protocol name.
getProtocolVersion() - Method in interface javax.microedition.io.SecurityInfo
Returns the protocol version.
getPublic() - Method in class com.motorola.iden.security.KeyPair
Returns a reference to the public key component of this key pair.
getQ() - Method in class com.motorola.iden.crypto.spec.DHParameterSpec
Returns the prime factor q.
getQuality() - Method in class com.motorola.iden.multimedia.DigitalCamera
Returns the current image quality index.
getQuery() - Method in interface javax.microedition.io.HttpConnection
Returns the query portion of the URL of this HttpConnection.
getRate() - Method in interface javax.microedition.media.control.RateControl
Gets the current playback rate.
getRawFrameCount() - Method in class javax.microedition.lcdui.game.Sprite
Gets the number of raw frames for this Sprite.
getRawOffset() - Method in class java.util.TimeZone
Gets the GMT offset for this time zone.
getReason() - Method in class javax.microedition.pki.CertificateException
Get the reason code.
getRecord(int) - Method in class javax.microedition.rms.RecordStore
Returns the data stored in the given record.
getRecord(int, byte[], int) - Method in class javax.microedition.rms.RecordStore
Returns the data stored in the given record.
getRecordSize(int) - Method in class javax.microedition.rms.RecordStore
Returns the size (in bytes) of the MIDlet data available in the given record.
getRedComponent() - Method in class javax.microedition.lcdui.Graphics
Gets the red component of the current color.
getRef() - Method in interface javax.microedition.io.HttpConnection
Returns the ref portion of the URL of this HttpConnection.
getRefPixelX() - Method in class javax.microedition.lcdui.game.Sprite
Gets the horizontal position of this Sprite's reference pixel in the painter's coordinate system.
getRefPixelY() - Method in class javax.microedition.lcdui.game.Sprite
Gets the vertical position of this Sprite's reference pixel in the painter's coordinate system.
getRemaining() - Method in class com.mot.iden.zip.Inflater
Returns the total number of bytes remaining in the input buffer.
getRepeat() - Method in class com.motorola.iden.udm.DateBookEvent
Retrieves a DateBookRepeatEvent object specifying how often and when this event occurs.
getRequestMethod() - Method in interface javax.microedition.io.HttpConnection
Get the current request method. e.g.
getRequestProperty(String) - Method in interface javax.microedition.io.HttpConnection
Returns the value of the named general request property for this connection.
getResourceAsStream(String) - Method in class java.lang.Class
Finds a resource with a given name.
getResponseCode() - Method in interface com.motorola.iden.position.AggregatePosition
Returns the response code.
getResponseCode() - Method in interface javax.microedition.io.HttpConnection
Returns the HTTP response status code.
getResponseMessage() - Method in interface javax.microedition.io.HttpConnection
Gets the HTTP response message, if any, returned along with the response code from a server.
getRGB(int[], int, int, int, int, int, int) - Method in class javax.microedition.lcdui.Image
 
getRinger() - Method in interface com.mot.iden.device.controls.RingerControl
This method returns the notification's ringer index.
getRingerList() - Static method in class com.mot.iden.device.AudioManager
 
getRotation() - Method in class com.motorola.iden.micro3d.PointSprite
Returns the rotation of the PointSprite.
getRounds() - Method in class com.motorola.iden.crypto.spec.RC5ParameterSpec
Returns the number of rounds.
getRowForYLocation(int) - Method in class com.motorola.iden.lnf.TextView
Calculates the text row for a given y coordinate value.
getRowHeight(int) - Method in class com.motorola.iden.lnf.TextView
Returns the height for the given row type.
getRows() - Method in class javax.microedition.lcdui.game.TiledLayer
Gets the number of rows in the TiledLayer grid.
getRuntime() - Static method in class java.lang.Runtime
Returns the runtime object associated with the current Java application.
getRValue() - Method in class com.motorola.iden.security.spec.ECDSAParameterSpec
Get the rValue
getScrollbar() - Method in class com.motorola.iden.lnf.DisplayableLookAndFeel
Returns the ScrollbarLookAndFeel instance of this DisplayableLookAndFeel
getScrollOffset() - Method in class com.motorola.lwt.ComponentScreen
Gets the current vertical scroll offset.
getSecurityInfo() - Method in interface javax.microedition.io.SecureConnection
Return the security information associated with this connection when it was opened.
getSecurityInfo() - Method in interface javax.microedition.io.HttpsConnection
Return the security information associated with this successfully opened connection.
getSeekType() - Method in interface javax.microedition.media.protocol.SourceStream
Find out if the stream is seekable.
getSelectedFlags(boolean[]) - Method in class javax.microedition.lcdui.List
 
getSelectedFlags(boolean[]) - Method in class javax.microedition.lcdui.ChoiceGroup
 
getSelectedFlags(boolean[]) - Method in interface javax.microedition.lcdui.Choice
Queries the state of a Choice and returns the state of all elements in the boolean array selectedArray_return.
getSelectedIndex() - Method in class com.motorola.lwt.CheckboxGroup
Gets the index of the selected element.
getSelectedIndex() - Method in class javax.microedition.lcdui.List
 
getSelectedIndex() - Method in class javax.microedition.lcdui.ChoiceGroup
 
getSelectedIndex() - Method in interface javax.microedition.lcdui.Choice
Returns the index number of an element in the Choice that is selected.
getSerialNumber() - Method in interface javax.microedition.pki.Certificate
Gets the printable form of the serial number of this Certificate.
getServerCertificate() - Method in interface javax.microedition.io.SecurityInfo
Returns the Certificate used to establish the secure connection with the server.
getServiceCallType() - Method in class com.motorola.iden.recentcalls.RecentCallsEntry
To Retrive the service call type of an entry in RCL
getServingCellLatitude() - Method in interface com.motorola.iden.position.Position2D
Returns the serving cell latitude in 1/100,000 minutes.
getServingCellLatitude(int) - Method in interface com.motorola.iden.position.Position2D
Returns the serving cell latitude as a String.
getServingCellLongitude() - Method in interface com.motorola.iden.position.Position2D
Returns the serving cell longitude in 1/100,000 minutes.
getServingCellLongitude(int) - Method in interface com.motorola.iden.position.Position2D
Returns the serving cell longitude of the position as a String.
getSigAlgName() - Method in interface javax.microedition.pki.Certificate
Gets the name of the algorithm used to sign the Certificate.
getSignature() - Method in class com.motorola.iden.security.spec.RSASignatureParameterSpec
Get the signature
getSize() - Method in class com.mot.iden.zip.ZipEntry
Returns the uncompressed size of the entry data, or -1 if not known.
getSize() - Method in class javax.microedition.lcdui.Font
Gets the size of the font.
getSize() - Method in class javax.microedition.lcdui.game.LayerManager
Gets the number of Layers in this LayerManager.
getSize() - Method in class javax.microedition.rms.RecordStore
Returns the size of the record store in bytes.
getSize(String) - Static method in class com.mot.iden.voicenote.VoiceNote
Gets the file size in bytes
getSizeAvailable() - Method in class javax.microedition.rms.RecordStore
Returns the amount of additional room (in bytes) available for this record store to grow.
getSnapshot(String) - Method in interface javax.microedition.media.control.VideoControl
Gets a snapshot of the displayed content.
getSocketOption(byte) - Method in interface javax.microedition.io.SocketConnection
Get a socket option for the connection.
getSourceHeight() - Method in interface javax.microedition.media.control.VideoControl
Return the height of the source video.
getSourceWidth() - Method in interface javax.microedition.media.control.VideoControl
Return the width of the source video.
getSpeed() - Method in interface com.motorola.iden.position.AggregatePosition
Returns the speed value in kilometers per hour.
getSpeedUncertainty() - Method in interface com.motorola.iden.position.AggregatePosition
Returns the speed uncertainty in kilometers per hour.
getSphereTexture() - Method in class com.motorola.iden.micro3d.Object3D
Returns the Texture used for environmental texture mapping with this Object3D.
getState() - Method in class com.motorola.iden.call.CallHandler
 
getState() - Method in interface javax.microedition.media.Player
Gets the current state of this Player.
getStatus() - Method in interface com.motorola.iden.position.PositionConnection
A method returning the status of the underlying position device.
getStatus(int) - Static method in class com.mot.iden.device.StatusManager
Retrieves the status of the requested Item See the following possible Paramaters:
BATTERY_LEVEL
SIGNAL_STRENTH
CALL_FORWARD_STATE
CURRENT_ACTIVE_LINE
NUM_UNREAD_TEXT_MSG
NUM_TEXT_MSG
NUM_UNHEARD_VOICE_MAIL
NUM_VOICE_MAIL
NUM_UNREAD_NET_ALERT
NUMD_NET_ALERT
HIGH_AUDIO_STATE
CURRENT_VIBE_STYLE_LINE1
CURRENT_VIBE_STYLE_LINE2
CURRENT_VIBE_STYLE_ALERT
getStopTime() - Method in interface javax.microedition.media.control.StopTimeControl
Gets the last value successfully set by setStopTime.
getStreams() - Method in class javax.microedition.media.protocol.DataSource
Get the collection of streams that this source manages.
getString() - Method in class com.mot.iden.t9.T9
Returns the current text in the T9 engine.
getString() - Method in class javax.microedition.lcdui.Ticker
Gets the string currently being scrolled by the ticker.
getString() - Method in class javax.microedition.lcdui.TextField
Gets the contents of the TextField as a string value.
getString() - Method in class javax.microedition.lcdui.TextBox
Gets the contents of the TextBox as a string value.
getString() - Method in class javax.microedition.lcdui.Alert
Gets the text string used in the Alert.
getString(int) - Method in interface com.motorola.iden.udm.UDMEntry
Get a String field from the Element.
getString(int) - Method in class com.motorola.iden.udm.PhoneBookEntry
Get a String field from the Element.
getString(int) - Method in class com.motorola.iden.udm.DateBookEvent
Get a String field from the Element.
getString(int) - Method in class javax.microedition.lcdui.List
 
getString(int) - Method in class javax.microedition.lcdui.ChoiceGroup
 
getString(int) - Method in interface javax.microedition.lcdui.Choice
Gets the String part of the element referenced by elementNum.
getStrokeStyle() - Method in class javax.microedition.lcdui.Graphics
Gets the stroke style used for drawing operations.
getStyle() - Method in class javax.microedition.lcdui.Font
Gets the style of the font.
getSubject() - Method in interface javax.microedition.pki.Certificate
Gets the name of this certificate's subject.
getSupportedContentTypes(String) - Static method in class javax.microedition.media.Manager
Return the list of supported content types for the given protocol.
getSupportedFields() - Method in interface com.motorola.iden.udm.UDMList
Returns an int array containing all field IDs supported by this list.
getSupportedFields() - Method in class com.motorola.iden.udm.PhoneBook
Returns an int array containing all field IDs supported by this list.
getSupportedFields() - Method in class com.motorola.iden.udm.DateBook
Returns an int array containing all field IDs supported by this list.
getSupportedProtocols(String) - Static method in class javax.microedition.media.Manager
Return the list of supported protocols given the content type.
getSupportedResolutions() - Method in class com.motorola.iden.multimedia.DigitalCamera
Returns image resolutions supported by the camera.
getSupportedTypes(int) - Method in interface com.motorola.iden.udm.UDMList
Returns an integer array containing the supported type ids for the given field ID.
getSupportedTypes(int) - Method in class com.motorola.iden.udm.PhoneBook
Returns an integer array containing the supported type ids for the given field ID.
getSupportedTypes(int) - Method in class com.motorola.iden.udm.DateBook
Returns an integer array containing the supported type ids for the given field ID.
getSystemInfo(int) - Static method in class com.mot.iden.customercare.CustomerCare
This method provides unit information such as the model, the version of the codeplug, the version of the CSD, the version of the software, the GPS version, and the version of the user file.
getSystemStatus(int) - Static method in class com.mot.iden.customercare.CustomerCare
This method provides system status information sucha as signal quality, carrier channel, carrier color code (including extended color code for supporting devices), power cutback level and serving cell quality.
getSystemTimeBase() - Static method in class javax.microedition.media.Manager
Get the time-base object for the system.
getT9ErrorCode() - Method in class com.mot.iden.t9.T9Exception
Returns the error code for this exception.
getTempo() - Method in interface javax.microedition.media.control.TempoControl
Gets the current playback tempo.
getText() - Method in class com.motorola.lwt.TextComponent
Obtains the text contained in this TextComponent.
getText() - Method in class javax.microedition.lcdui.StringItem
Gets the text contents of the StringItem, or null if the StringItem is empty.
getTexture() - Method in class com.motorola.iden.micro3d.Object3D
Returns the Texture used for rendering this Object3D, or null if no Texture has been set.
getTextureCoordinateX(int) - Method in class com.motorola.iden.micro3d.Triangle
Returns X component of the texture coordinate for the specified vertex.
getTextureCoordinateX(int) - Method in class com.motorola.iden.micro3d.Quadrangle
Returns X component of the texture coordinate for the specified vertex.
getTextureCoordinateX(int) - Method in class com.motorola.iden.micro3d.PointSprite
Returns X component of the texture coordinate for the specified vertex.
getTextureCoordinateY(int) - Method in class com.motorola.iden.micro3d.Triangle
Returns Y component of the texture coordinate for the specified vertex.
getTextureCoordinateY(int) - Method in class com.motorola.iden.micro3d.Quadrangle
Returns Y component of the texture coordinate for the specified vertex.
getTextureCoordinateY(int) - Method in class com.motorola.iden.micro3d.PointSprite
Returns Y component of the texture coordinate for the specified vertex.
getThickness() - Method in interface com.motorola.iden.lnf.Border
Returns the thickness in pixels of every edge of this Border.
getTicker() - Method in class com.motorola.iden.lnf.DisplayableLookAndFeel
Returns the TickerLookAndFeel instance of this DisplayableLookAndFeel
getTicker() - Method in class javax.microedition.lcdui.Displayable
Gets the ticker used by this Displayable.
getTime() - Method in class com.mot.iden.zip.ZipEntry
Returns the modification time of the entry, or -1 if not specified.
getTime() - Method in class java.util.Calendar
Gets this Calendar's current time.
getTime() - Method in class java.util.Date
Returns the number of milliseconds since January 1, 1970, 00:00:00 GMT represented by this Date object.
getTime() - Method in interface javax.microedition.media.TimeBase
Get the current time of this TimeBase.
getTimeBase() - Method in interface javax.microedition.media.Player
Gets the TimeBase that this Player is using.
getTimeout() - Method in class javax.microedition.lcdui.Alert
Gets the time this Alert will be shown.
getTimestamp() - Method in interface javax.wireless.messaging.Message
Returns the timestamp indicating when this message has been sent.
getTimeStamp() - Method in interface com.motorola.iden.position.Position2D
Returns the time stamp in milliseconds taken during the position fix.
getTimeZone() - Method in class java.util.Calendar
Gets the time zone.
getTimeZone(String) - Static method in class java.util.TimeZone
Gets the TimeZone for the given ID.
getTitle() - Method in class com.motorola.iden.lnf.DisplayableLookAndFeel
Returns the TitleLookAndFeel instance of this DisplayableLookAndFeel
getTitle() - Method in class javax.microedition.lcdui.Displayable
Gets the title of the Displayable.
getToonHighColor() - Method in class com.motorola.iden.micro3d.Layout3D
Returns the high color value used for toon rendering.
getToonLowColor() - Method in class com.motorola.iden.micro3d.Layout3D
Returns the low color value used for toon rendering.
getToonThreshold() - Method in class com.motorola.iden.micro3d.Layout3D
Returns the threshold value used for toon rendering.
getTotalIn() - Method in class com.mot.iden.zip.Inflater
Returns the total number of bytes input so far.
getTotalIn() - Method in class com.mot.iden.zip.Deflater
Returns the total number of bytes input so far.
getTotalOut() - Method in class com.mot.iden.zip.Inflater
Returns the total number of bytes output so far.
getTotalOut() - Method in class com.mot.iden.zip.Deflater
Returns the total number of bytes output so far.
getTransferSize() - Method in interface javax.microedition.media.protocol.SourceStream
Get the size of a "logical" chunk of media data from the source.
getTranslateX() - Method in class javax.microedition.lcdui.Graphics
Gets the X coordinate of the translated origin of this graphics context.
getTranslateY() - Method in class javax.microedition.lcdui.Graphics
Gets the Y coordinate of the translated origin of this graphics context.
getTravelDirection() - Method in interface com.motorola.iden.position.AggregatePosition
Returns the heading, or direction of travel.
getType() - Method in interface com.mot.iden.device.controls.NotificationTypeControl
This method returns the notification's ring type.
getType() - Method in interface com.motorola.iden.lnf.Border
Returns the type (see BorderFactory) of this Border
getType() - Method in interface javax.microedition.io.ContentConnection
Returns the value of the content-type header field.
getType() - Method in class javax.microedition.lcdui.Alert
Gets the type of the Alert.
getType() - Method in interface javax.microedition.pki.Certificate
Get the type of the Certificate.
getTypedString(int, int) - Method in interface com.motorola.iden.udm.UDMEntry
Get a String field with a specific type in the element.
getTypedString(int, int) - Method in class com.motorola.iden.udm.PhoneBookEntry
Get a String field with a specific type in the element.
getTypedString(int, int) - Method in class com.motorola.iden.udm.DateBookEvent
Get a String field with a specific type in the element.
getUDBWrite() - Method in class com.mot.iden.t9.T9
Returns true if the UDB is writeable.
getUDMList() - Method in interface com.motorola.iden.udm.UDMEntry
Returns the UDMList associated with this element.
getUDMList() - Method in class com.motorola.iden.udm.PhoneBookEntry
Returns the UDMList associated with this element.
getUDMList() - Method in class com.motorola.iden.udm.DateBookEvent
Returns the UDMList associated with this element.
getUnitInfo(int) - Static method in class com.mot.iden.customercare.CustomerCare
This method provides unit information such as the model, the version of the codeplug, the version of the CSD, the version of the software, the GPS version, and the version of the user file.
getURL() - Method in interface javax.microedition.io.HttpConnection
Return a string representation of the URL for this connection.
getValue() - Method in class com.mot.iden.zip.CRC32
Returns CRC-32 value.
getValue() - Method in interface com.mot.iden.zip.Checksum
Returns the current checksum value.
getValue() - Method in class com.mot.iden.zip.Adler32
Returns checksum value.
getValue() - Method in class com.motorola.lwt.Slider
Gets the current value of the Slider.
getValue() - Method in class com.motorola.lwt.Checkbox
Gets the current value of this Checkbox.
getValue() - Method in class javax.microedition.lcdui.Gauge
Gets the current value of this Gauge object.
getVector(int) - Method in class com.motorola.iden.micro3d.Triangle
Returns the Vector3D for the specified vector.
getVector(int) - Method in class com.motorola.iden.micro3d.Quadrangle
Returns the Vector3D for the specified vector.
getVector(int) - Method in class com.motorola.iden.micro3d.Primitive
Returns the Vector3D for the specified vector.
getVector(int) - Method in class com.motorola.iden.micro3d.PointSprite
Returns the Vector3D for the specified vertex.
getVector(int) - Method in class com.motorola.iden.micro3d.Point
Returns the Vector3D for the specified vertex.
getVector(int) - Method in class com.motorola.iden.micro3d.Line
Returns the Vector3D for the specified vector.
getVersion() - Method in class com.motorola.iden.crypto.spec.RC5ParameterSpec
Returns the version.
getVersion() - Static method in class com.motorola.iden.micro3d.Utility
Returns the version of the Micro3D engine.
getVersion() - Method in interface javax.microedition.pki.Certificate
Gets the version number of this Certificate.
getVersion() - Method in class javax.microedition.rms.RecordStore
Each time a record store is modified (record added, modified, deleted), its version is incremented.
getVibeAll() - Static method in class com.mot.iden.device.AudioManager
 
getViewfinderDithering() - Method in class com.motorola.iden.multimedia.DigitalCamera
Gets the current dithering mode of the viewfinder.
getViewfinderRotation() - Method in class com.motorola.iden.multimedia.DigitalCamera
Gets the current rotation of the viewfinder.
getViewPointTransform() - Method in class com.motorola.iden.micro3d.Layout3D
Returns the affine transform serving as the view point transformation matrix for this Layout3D.
getViewPointTransform(Vector3D, Vector3D, Vector3D) - Static method in class com.motorola.iden.micro3d.AffineTransform
Calculates a view point AffineTransform.
getViewTransform() - Method in class com.motorola.iden.micro3d.Layout3D
Returns the AffineTransform used as the view transformation for this Layout3D.
getVolume() - Method in interface com.mot.iden.device.controls.VolumeControl
This method returns the a notification's volume step.
getWidth() - Static method in class com.motorola.iden.lcdui.ExternalDisplay
Retrives the External Display's width
getWidth() - Method in class com.motorola.iden.lnf.TextView
Returns the stored width of this TextView.
getWidth() - Method in class com.motorola.iden.micro3d.PointSprite
Returns the width of the PointSprite.
getWidth() - Method in class com.motorola.iden.multimedia.DigitalCamera
Returns the current width of the captured images.
getWidth() - Method in class com.motorola.lwt.ComponentScreen
Gets the width of this ComponentScreen less the width of any displayed scroll bar.
getWidth() - Method in class com.motorola.lwt.Component
Gets the width of the Component, in pixels.
getWidth() - Method in class javax.microedition.lcdui.Image
Gets the width of the image in pixels.
getWidth() - Method in class javax.microedition.lcdui.Form
Returns the width in pixels of the displayable area available for items.
getWidth() - Method in class javax.microedition.lcdui.Displayable
Gets the width in pixels of the displayable area available to the application.
getWidth() - Method in class javax.microedition.lcdui.Canvas
Gets the width in pixels of the displayable area of the Canvas.
getWidth() - Method in class javax.microedition.lcdui.game.Layer
Gets the current width of this layer, in pixels.
getWordLength() - Method in class com.mot.iden.t9.T9
A helper method to return the current word length.
getWordSize() - Method in class com.motorola.iden.crypto.spec.RC5ParameterSpec
Returns the word size in bits.
getX() - Method in class com.motorola.iden.micro3d.Vector3D
Gets the x value of this Vector3D object.
getX() - Method in class com.motorola.lwt.Component
Gets the x coordinate of the Component's left edge within the parent.
getX() - Method in class javax.microedition.lcdui.game.Layer
Gets the horizontal position of this Layer's upper-left corner in the painter's coordinate system.
getY() - Method in class com.motorola.iden.micro3d.Vector3D
Gets the y value of this Vector3D object.
getY() - Method in class com.motorola.lwt.Component
Gets the y coordinate of the Component's top edge within the parent.
getY() - Method in class javax.microedition.lcdui.game.Layer
Gets the vertical position of this Layer's upper-left corner in the painter's coordinate system.
getYLocationForRow(int) - Method in class com.motorola.iden.lnf.TextView
Returns the y coordinate for the row index being queried.
getZ() - Method in class com.motorola.iden.micro3d.Vector3D
Gets the z value of this Vector3D object.
GPGGA - Static variable in interface com.motorola.iden.position.PositionDevice
This constant indicats NMEA message type GPGGA request.
GPGLL - Static variable in interface com.motorola.iden.position.PositionDevice
This constant indicats NMEA message type GPGLL request.
GPGSA - Static variable in interface com.motorola.iden.position.PositionDevice
This constant indicats NMEA message type GPGSA request.
GPGSV1 - Static variable in interface com.motorola.iden.position.PositionDevice
This constant indicats NMEA message type GPGSV1 request.
GPGSV2 - Static variable in interface com.motorola.iden.position.PositionDevice
This constant indicates NMEA message type GPGSV2 request.
GPGSV3 - Static variable in interface com.motorola.iden.position.PositionDevice
This constant indicates NMEA message type GPGSV3 request.
GPRMC - Static variable in interface com.motorola.iden.position.PositionDevice
This constant indicates NMEA message type GPRMC request.
GPS_CHIPSET_MALFUNCTION - Static variable in interface com.motorola.iden.position.PositionDevice
This constant indicates that the GPS chipset is malfunctioning.
GPS_VERSION - Static variable in class com.mot.iden.customercare.CustomerCare
Field ID used to retrieve the Device's Global Positioning System Version
GPVTG - Static variable in interface com.motorola.iden.position.PositionDevice
This constant indicates NMEA message type GPVTG request.
Graphics - class javax.microedition.lcdui.Graphics.
Provides simple 2D geometric rendering capability.
GRP - Static variable in class com.motorola.iden.udm.PhoneBookEntry
GRP Field ID for a group dispatch id.
GUIControl - interface javax.microedition.media.control.GUIControl.
GUIControl extends Control and is defined for controls that provide GUI functionalities.
GZIP_MAGIC - Static variable in class com.mot.iden.zip.GZIPInputStream
GZIP header magic number.
GZIPInputStream - class com.mot.iden.zip.GZIPInputStream.
This class implements a stream filter for reading compressed data in the GZIP format.
GZIPInputStream(InputStream) - Constructor for class com.mot.iden.zip.GZIPInputStream
Creates a new input stream with a default buffer size.
GZIPInputStream(InputStream, int) - Constructor for class com.mot.iden.zip.GZIPInputStream
Creates a new input stream with the specified buffer size.
GZIPOutputStream - class com.mot.iden.zip.GZIPOutputStream.
This class implements a stream filter for writing compressed data in the GZIP file format.
GZIPOutputStream(OutputStream) - Constructor for class com.mot.iden.zip.GZIPOutputStream
Creates a new output stream with a default buffer size.
GZIPOutputStream(OutputStream, int) - Constructor for class com.mot.iden.zip.GZIPOutputStream
Creates a new output stream with the specified buffer size.

H

handleEvent(int, int) - Method in class com.mot.iden.t9.T9
Handles all T9 events.
handleKeyEvent(int) - Method in class com.mot.iden.t9.T9
Helper method for timer and key events.
hasAltitude() - Method in interface com.motorola.iden.position.AggregatePosition
Indicates if the altitude is available.
hasAltitudeUncertainty() - Method in interface com.motorola.iden.position.AggregatePosition
Indicates if the altitude uncertainty is available.
hasAssistanceUsed() - Method in interface com.motorola.iden.position.Position2D
Indicates if the assistance was used.
hasColorKeyTransparency() - Method in class com.motorola.iden.micro3d.Primitive
Determines whether the primitive has color key transparency enabled.
hasFocus() - Method in class com.motorola.lwt.Component
Checks if this Component currently has key focus (that is, it is receiving key events) For a given screen, no more than one Component can have key focus.
hashCode() - Method in class com.mot.iden.zip.ZipEntry
Returns the hash code value for this entry.
hashCode() - Method in class java.lang.Long
Computes a hashcode for this Long.
hashCode() - Method in class java.lang.Integer
Returns a hashcode for this Integer.
hashCode() - Method in class java.lang.Short
Returns a hashcode for this Short.
hashCode() - Method in class java.lang.Byte
Returns a hashcode for this Byte.
hashCode() - Method in class java.lang.Character
Returns a hash code for this Character.
hashCode() - Method in class java.lang.Boolean
Returns a hash code for this Boolean.
hashCode() - Method in class java.lang.String
Returns a hashcode for this string.
hashCode() - Method in class java.lang.Object
Returns a hash code value for the object.
hashCode() - Method in class java.util.Date
Returns a hash code value for this object.
Hashtable - class java.util.Hashtable.
This class implements a hashtable, which maps keys to values.
Hashtable() - Constructor for class java.util.Hashtable
Constructs a new, empty hashtable with a default capacity and load factor.
Hashtable(int) - Constructor for class java.util.Hashtable
Constructs a new, empty hashtable with the specified initial capacity and the specified load factor.
hasLatLon() - Method in interface com.motorola.iden.position.Position2D
Indicates if the latitude and longitude is available.
hasLatLonAccuracy() - Method in interface com.motorola.iden.position.Position2D
Indicates if the latitude and longitude accuracy is available.
hasMoreElements() - Method in class com.mot.iden.util.StringTokenizer
Returns true if this StringTokenizer has more tokens, otherwise it returns false.
hasMoreElements() - Method in interface java.util.Enumeration
Tests if this enumeration contains more elements.
hasNextElement() - Method in interface javax.microedition.rms.RecordEnumeration
Returns true if more elements exist in the next direction.
hasNumberOfSatsUsed() - Method in interface com.motorola.iden.position.AggregatePosition
Indicates if the number of satellites used to get a fix is available.
hasPointerEvents() - Method in class javax.microedition.lcdui.Canvas
Checks if the platform supports pointer press and release events.
hasPointerMotionEvents() - Method in class javax.microedition.lcdui.Canvas
Checks if the platform supports pointer motion events (pointer dragged).
hasPreviousElement() - Method in interface javax.microedition.rms.RecordEnumeration
Returns true if more elements exist in the previous direction.
hasRepeatEvents() - Method in class javax.microedition.lcdui.Canvas
Checks if the platform can ganerate repeat events when key is kept down.
hasResponseCode() - Method in interface com.motorola.iden.position.AggregatePosition
Indicates if the response code is available.
hasServingCellLatLon() - Method in interface com.motorola.iden.position.Position2D
Indicates if the latitude and longitude of the serving cell is available.
hasSpeed() - Method in interface com.motorola.iden.position.AggregatePosition
Indicates if the speed is available.
hasSpeedUncertainty() - Method in interface com.motorola.iden.position.AggregatePosition
Indicates if the speed uncertainty is available.
hasTimeStamp() - Method in interface com.motorola.iden.position.Position2D
Indicate if the time stamp is available.
hasTravelDirection() - Method in interface com.motorola.iden.position.AggregatePosition
Indicates if the travel direction is available.
HCENTER - Static variable in class javax.microedition.lcdui.Graphics
Constant for centering text and images horizontally around the anchor point Value 1 is assigned to HCENTER.
HEAD - Static variable in interface javax.microedition.io.HttpConnection
HTTP Head method
HEADSET_AND_SPEAKER - Static variable in class com.mot.iden.device.AudioManager
This is a return value used in getHeadset and a parameter for setHeadset.
HEADSET_ONLY - Static variable in class com.mot.iden.device.AudioManager
This is a return value used in getHeadset and a parameter for setHeadset.
HEIGHT - Static variable in class com.motorola.lwt.Component
The bottom edge is located such that the Component's height is equal to the accompanying value.
HELP - Static variable in class javax.microedition.lcdui.Command
This command specifies a request for on-line help.
HIGH_AUDIO_STATE - Static variable in class com.mot.iden.device.StatusManager
This is the value passed to the status manager to retrieve the state of High Audio speaker Returns the state of the High Audio speaker for Two Way Radio messages.
HIGHLIGHTED_BORDER - Static variable in class com.motorola.iden.lnf.ColorPalette
The highlighted border color
HIGHLIGHTED_BORDER_COLOR_TYPE - Static variable in class com.motorola.iden.lnf.ColorPalette
 
HIGHLIGHTED_COLOR - Static variable in class com.motorola.iden.lnf.ColorPalette
The color of a highlighted area
HIGHLIGHTED_COLOR_TYPE - Static variable in class com.motorola.iden.lnf.ColorPalette
The highlighted color type In UIS 2.x support, Same value are reused for highlighted fill color and vertical line color
HIGHLIGHTED_FILL_COLOR - Static variable in class com.motorola.iden.lnf.ColorPalette
The fill color of a highlighted area
HIGHLIGHTED_FILL_COLOR_TYPE - Static variable in class com.motorola.iden.lnf.ColorPalette
 
HIGHLIGHTED_FOREGROUND_COLOR - Static variable in class com.motorola.iden.lnf.ColorPalette
The fill color of a highlighted area
HIGHLIGHTED_FOREGROUND_COLOR_TYPE - Static variable in class com.motorola.iden.lnf.ColorPalette
 
HOLD_CALL - Static variable in class com.motorola.iden.call.InterconnectCallImpl
 
HORIZONTAL_GAP - Static variable in class com.motorola.lwt.ImageLabel
The Horizontal gap between the image and the text.
HOUR - Static variable in class java.util.Calendar
Useful constant for date and time.
HOUR_OF_DAY - Static variable in class java.util.Calendar
Field number for get and set indicating the hour of the day.
HTTP_ACCEPTED - Static variable in interface javax.microedition.io.HttpConnection
202: The request has been accepted for processing, but the processing has not been completed.
HTTP_BAD_GATEWAY - Static variable in interface javax.microedition.io.HttpConnection
502: The server, while acting as a gateway or proxy, received an invalid response from the upstream server it accessed in attempting to fulfill the request.
HTTP_BAD_METHOD - Static variable in interface javax.microedition.io.HttpConnection
405: The method specified in the Request-Line is not allowed for the resource identified by the Request-URI.
HTTP_BAD_REQUEST - Static variable in interface javax.microedition.io.HttpConnection
400: The request could not be understood by the server due to malformed syntax.
HTTP_CLIENT_TIMEOUT - Static variable in interface javax.microedition.io.HttpConnection
408: The client did not produce a request within the time that the server was prepared to wait.
HTTP_CONFLICT - Static variable in interface javax.microedition.io.HttpConnection
409: The request could not be completed due to a conflict with the current state of the resource.
HTTP_CREATED - Static variable in interface javax.microedition.io.HttpConnection
201: The request has been fulfilled and resulted in a new resource being created.
HTTP_ENTITY_TOO_LARGE - Static variable in interface javax.microedition.io.HttpConnection
413: The server is refusing to process a request because the request entity is larger than the server is willing or able to process.
HTTP_EXPECT_FAILED - Static variable in interface javax.microedition.io.HttpConnection
417: The expectation given in an Expect request-header field could not be met by this server, or, if the server is a proxy, the server has unambiguous evidence that the request could not be met by the next-hop server.
HTTP_FORBIDDEN - Static variable in interface javax.microedition.io.HttpConnection
403: The server understood the request, but is refusing to fulfill it.
HTTP_GATEWAY_TIMEOUT - Static variable in interface javax.microedition.io.HttpConnection
504: The server, while acting as a gateway or proxy, did not receive a timely response from the upstream server specified by the URI or some other auxiliary server it needed to access in attempting to complete the request.
HTTP_GONE - Static variable in interface javax.microedition.io.HttpConnection
410: The requested resource is no longer available at the server and no forwarding address is known.
HTTP_INTERNAL_ERROR - Static variable in interface javax.microedition.io.HttpConnection
500: The server encountered an unexpected condition which prevented it from fulfilling the request.
HTTP_LENGTH_REQUIRED - Static variable in interface javax.microedition.io.HttpConnection
411: The server refuses to accept the request without a defined Content- Length.
HTTP_MOVED_PERM - Static variable in interface javax.microedition.io.HttpConnection
301: The requested resource has been assigned a new permanent URI and any future references to this resource SHOULD use one of the returned URIs.
HTTP_MOVED_TEMP - Static variable in interface javax.microedition.io.HttpConnection
302: The requested resource resides temporarily under a different URI.
HTTP_MULT_CHOICE - Static variable in interface javax.microedition.io.HttpConnection
300: The requested resource corresponds to any one of a set of representations, each with its own specific location, and agent- driven negotiation information is being provided so that the user (or user agent) can select a preferred representation and redirect its request to that location.
HTTP_NO_CONTENT - Static variable in interface javax.microedition.io.HttpConnection
204: The server has fulfilled the request but does not need to return an entity-body, and might want to return updated meta-information.
HTTP_NOT_ACCEPTABLE - Static variable in interface javax.microedition.io.HttpConnection
406: The resource identified by the request is only capable of generating response entities which have content characteristics not acceptable according to the accept headers sent in the request.
HTTP_NOT_AUTHORITATIVE - Static variable in interface javax.microedition.io.HttpConnection
203: The returned meta-information in the entity-header is not the definitive set as available from the origin server.
HTTP_NOT_FOUND - Static variable in interface javax.microedition.io.HttpConnection
404: The server has not found anything matching the Request-URI.
HTTP_NOT_IMPLEMENTED - Static variable in interface javax.microedition.io.HttpConnection
501: The server does not support the functionality required to fulfill the request.
HTTP_NOT_MODIFIED - Static variable in interface javax.microedition.io.HttpConnection
304: If the client has performed a conditional GET request and access is allowed, but the document has not been modified, the server SHOULD respond with this status code.
HTTP_OK - Static variable in interface javax.microedition.io.HttpConnection
200: The request has succeeded.
HTTP_PARTIAL - Static variable in interface javax.microedition.io.HttpConnection
206: The server has fulfilled the partial GET request for the resource.
HTTP_PAYMENT_REQUIRED - Static variable in interface javax.microedition.io.HttpConnection
402: This code is reserved for future use.
HTTP_PRECON_FAILED - Static variable in interface javax.microedition.io.HttpConnection
412: The precondition given in one or more of the request-header fields evaluated to false when it was tested on the server.
HTTP_PROXY_AUTH - Static variable in interface javax.microedition.io.HttpConnection
407: This code is similar to 401 (Unauthorized), but indicates that the client must first authenticate itself with the proxy.
HTTP_REQ_TOO_LONG - Static variable in interface javax.microedition.io.HttpConnection
414: The server is refusing to service the request because the Request-URI is longer than the server is willing to interpret.
HTTP_RESET - Static variable in interface javax.microedition.io.HttpConnection
205: The server has fulfilled the request and the user agent SHOULD reset the document view which caused the request to be sent.
HTTP_SEE_OTHER - Static variable in interface javax.microedition.io.HttpConnection
303: The response to the request can be found under a different URI and SHOULD be retrieved using a GET method on that resource.
HTTP_TEMP_REDIRECT - Static variable in interface javax.microedition.io.HttpConnection
307: The requested resource resides temporarily under a different URI.
HTTP_UNAUTHORIZED - Static variable in interface javax.microedition.io.HttpConnection
401: The request requires user authentication.
HTTP_UNAVAILABLE - Static variable in interface javax.microedition.io.HttpConnection
503: The server is currently unable to handle the request due to a temporary overloading or maintenance of the server.
HTTP_UNSUPPORTED_RANGE - Static variable in interface javax.microedition.io.HttpConnection
416: A server SHOULD return a response with this status code if a request included a Range request-header field , and none of the range-specifier values in this field overlap the current extent of the selected resource, and the request did not include an If-Range request-header field.
HTTP_UNSUPPORTED_TYPE - Static variable in interface javax.microedition.io.HttpConnection
415: The server is refusing to service the request because the entity of the request is in a format not supported by the requested resource for the requested method.
HTTP_USE_PROXY - Static variable in interface javax.microedition.io.HttpConnection
305: The requested resource MUST be accessed through the proxy given by the Location field.
HTTP_VERSION - Static variable in interface javax.microedition.io.HttpConnection
505: The server does not support, or refuses to support, the HTTP protocol version that was used in the request message.
HttpConnection - interface javax.microedition.io.HttpConnection.
This interface defines the necessary methods and constants for an HTTP connection.
HttpsConnection - interface javax.microedition.io.HttpsConnection.
This interface defines the necessary methods and constants to establish a secure network connection.
HUFFMAN_ONLY - Static variable in class com.mot.iden.zip.Deflater
Compression strategy for Huffman coding only.
HYPERLINK - Static variable in class javax.microedition.lcdui.Item
An appearance mode value indicating that the Item is to appear as a hyperlink.

I

iconnect - Static variable in class com.motorola.iden.call.CallHandler
 
IDEN_UIS_SCROLLBAR_WIDTH - Static variable in class com.motorola.iden.lnf.ScrollbarLookAndFeel
The default scroll bar width
identityHashCode(Object) - Static method in class java.lang.System
Returns the same hashcode for the given object as would be returned by the default method hashCode(), whether or not the given object's class overrides hashCode().
IEEEremainder(Float, Float) - Static method in class com.mot.iden.math.Math
Computes the remainder operation on two arguments as prescribed by the IEEE 754 standard.
IllegalAccessException - exception java.lang.IllegalAccessException.
Thrown when an application tries to load in a class through its string name using: The forName method in class Class.
IllegalAccessException() - Constructor for class java.lang.IllegalAccessException
Constructs an IllegalAccessException without a detail message.
IllegalAccessException(String) - Constructor for class java.lang.IllegalAccessException
Constructs an IllegalAccessException with a detail message.
IllegalArgumentException - exception java.lang.IllegalArgumentException.
Thrown to indicate that a method has been passed an illegal or inappropriate argument.
IllegalArgumentException() - Constructor for class java.lang.IllegalArgumentException
Constructs an IllegalArgumentException with no detail message.
IllegalArgumentException(String) - Constructor for class java.lang.IllegalArgumentException
Constructs an IllegalArgumentException with the specified detail message.
IllegalBlockSizeException - exception com.motorola.iden.crypto.IllegalBlockSizeException.
This exception is thrown when the length of data provided to a block cipher is incorrect, i.e., does not match the block size of the cipher.
IllegalBlockSizeException() - Constructor for class com.motorola.iden.crypto.IllegalBlockSizeException
Constructs an IllegalBlockSizeException with no detail message.
IllegalBlockSizeException(String) - Constructor for class com.motorola.iden.crypto.IllegalBlockSizeException
Constructs an IllegalBlockSizeException with the specified detail message.
IllegalMonitorStateException - exception java.lang.IllegalMonitorStateException.
Thrown to indicate that a thread has attempted to wait on an object's monitor or to notify other threads waiting on an object's monitor without owning the specified monitor.
IllegalMonitorStateException() - Constructor for class java.lang.IllegalMonitorStateException
Constructs an IllegalMonitorStateException with no detail message.
IllegalMonitorStateException(String) - Constructor for class java.lang.IllegalMonitorStateException
Constructs an IllegalMonitorStateException with the specified detail message.
IllegalStateException - exception java.lang.IllegalStateException.
Signals that a method has been invoked at an illegal or inappropriate time.
IllegalStateException() - Constructor for class java.lang.IllegalStateException
Constructs an IllegalStateException with no detail message.
IllegalStateException(String) - Constructor for class java.lang.IllegalStateException
Constructs an IllegalStateException with the specified detail message.
IllegalThreadStateException - exception java.lang.IllegalThreadStateException.
Thrown to indicate that a thread is not in an appropriate state for the requested operation.
IllegalThreadStateException() - Constructor for class java.lang.IllegalThreadStateException
Constructs an IllegalThreadStateException with no detail message.
IllegalThreadStateException(String) - Constructor for class java.lang.IllegalThreadStateException
Constructs an IllegalThreadStateException with the specified detail message.
Image - class javax.microedition.lcdui.Image.
The Image class is used to used to hold graphical image data.
IMAGE_LABEL_ACTION_EVENT - Static variable in class com.motorola.lwt.ImageLabel
Event indicating that the ImageLabel was acuated by the user (for interactable ImageLabels only).
ImageItem - class javax.microedition.lcdui.ImageItem.
An item that can contain an image.
ImageItem(String, Image, int, String) - Constructor for class javax.microedition.lcdui.ImageItem
Creates a new ImageItem with the given label, image, layout directive, and alternate text string.
ImageItem(String, Image, int, String, int) - Constructor for class javax.microedition.lcdui.ImageItem
Creates a new ImageItem object with the given label, image, layout directive, alternate text string, and appearance mode.
ImageItemLookAndFeel - class com.motorola.iden.lnf.ImageItemLookAndFeel.
The ItemLookAndFeel abstract class is the container of all the customizable Look-and-Feel attributes of an Item-like UI component.
ImageItemLookAndFeel() - Constructor for class com.motorola.iden.lnf.ImageItemLookAndFeel
 
ImageItemLookAndFeel(ColorPalette, Font, Border, JustificationStyle) - Constructor for class com.motorola.iden.lnf.ImageItemLookAndFeel
 
ImageLabel - class com.motorola.lwt.ImageLabel.
ImageLabel is a Component that can display an image and/or a text label.
ImageLabel(Image, Image, Image, String) - Constructor for class com.motorola.lwt.ImageLabel
Constructs a new interactable ImageLabel with the specified images for the three states (normal, disabled and pressed) and the specified label.
ImageLabel(Image, Image, String) - Constructor for class com.motorola.lwt.ImageLabel
Constructs a new non-interactable ImageLabel with the specified images for the two states (normal and disabled).
ImageLoader - class com.motorola.iden.lnf.ImageLoader.
Utility class to create Images MOTOROLA and the Stylized M Logo are registered trademarks of Motorola, Inc.
ImageLoader() - Constructor for class com.motorola.iden.lnf.ImageLoader
 
IMEI - Static variable in class com.mot.iden.customercare.CustomerCare
Field ID used to retrieve the Device's Unique Identifier
IMPLICIT - Static variable in interface javax.microedition.lcdui.Choice
IMPLICIT is a choice in which the currently focused element is selected when a Command is initiated.
importDateBookEvent(DateBookEvent) - Method in class com.motorola.iden.udm.DateBook
Imports the given DateBookEvent into this DateBookEvent list by making a new DateBookEvent for the list and filling its information with as much information as it can from the provided DateBookEvent.
importPhoneBookEntry(PhoneBookEntry) - Method in class com.motorola.iden.udm.PhoneBook
Imports the given PhoneBookEntry into this PhoneBookEntry list by making a new PhoneBookEntry for the list and filling its information with as much information as it can from the provided PhoneBookEntry.
INAPPROPRIATE_KEY_USAGE - Static variable in class javax.microedition.pki.CertificateException
Indicates a certificate public key has been used in way deemed inappropriate by the issuer.
INCREMENTAL_IDLE - Static variable in class javax.microedition.lcdui.Gauge
The value representing the incremental-idle state of a non-interactive Gauge with indefinite range.
INCREMENTAL_UPDATING - Static variable in class javax.microedition.lcdui.Gauge
The value representing the incremental-updating state of a non-interactive Gauge with indefinite range.
INDEFINITE - Static variable in class javax.microedition.lcdui.Gauge
A special value used for the maximum value in order to indicate that the Gauge has indefinite range.
indexOf(int) - Method in class java.lang.String
Returns the index within this string of the first occurrence of the specified character.
indexOf(int, int) - Method in class java.lang.String
Returns the index within this string of the first occurrence of the specified character, starting the search at the specified index.
indexOf(Object) - Method in class java.util.Vector
Searches for the first occurence of the given argument, testing for equality using the equals method.
indexOf(Object, int) - Method in class java.util.Vector
Searches for the first occurence of the given argument, beginning the search at index, and testing for equality using the equals method.
indexOf(RecentCallsEntry) - Method in class com.motorola.iden.recentcalls.RecentCalls
This method retrives the index of a specific Recent Calls Entry.
indexOf(String) - Method in class java.lang.String
Returns the index within this string of the first occurrence of the specified string Returns the index within this string of the first occurrence of the specified substring.
indexOf(String, int) - Method in class java.lang.String
Returns the index within this string of the first occurrence of the specified string, starting the search at the specified index.
indexOf(Texture) - Method in class com.motorola.iden.micro3d.MultiTexture
Searches for the first occurence of the given Texture, testing for equality using the equals method.
indexOf(Texture, int) - Method in class com.motorola.iden.micro3d.MultiTexture
Searches for the first occurence of the given Texture, beginning the search at index, and testing for equality using the equals method.
IndexOutOfBoundsException - exception java.lang.IndexOutOfBoundsException.
Thrown to indicate that an index of some sort (such as to an array, to a string, or to a vector) is out of range.
IndexOutOfBoundsException() - Constructor for class java.lang.IndexOutOfBoundsException
Constructs an IndexOutOfBoundsException with no detail message.
IndexOutOfBoundsException(String) - Constructor for class java.lang.IndexOutOfBoundsException
Constructs an IndexOutOfBoundsException with the specified detail message.
inflate(byte[]) - Method in class com.mot.iden.zip.Inflater
Uncompresses bytes into specified buffer.
inflate(byte[], int, int) - Method in class com.mot.iden.zip.Inflater
Uncompresses bytes into specified buffer.
Inflater - class com.mot.iden.zip.Inflater.
This class provides support for general purpose decompression using popular ZLIB compression library.
Inflater() - Constructor for class com.mot.iden.zip.Inflater
Creates a new decompressor.
Inflater(boolean) - Constructor for class com.mot.iden.zip.Inflater
Creates a new decompressor.
InflaterInputStream - class com.mot.iden.zip.InflaterInputStream.
This class implements a stream filter for uncompressing data in the "deflate" compression format.
InflaterInputStream(InputStream) - Constructor for class com.mot.iden.zip.InflaterInputStream
Creates a new input stream with a default decompressor and buffer size.
InflaterInputStream(InputStream, Inflater) - Constructor for class com.mot.iden.zip.InflaterInputStream
Creates a new input stream with the specified decompressor and a default buffer size.
InflaterInputStream(InputStream, Inflater, int) - Constructor for class com.mot.iden.zip.InflaterInputStream
Creates a new input stream with the specified decompressor and buffer size.
INFO - Static variable in class javax.microedition.lcdui.AlertType
An INFO AlertType typically provides non-threatening information to the user.
init(int, Key) - Method in class com.motorola.iden.crypto.Cipher
Initializes this cipher with a key.
init(int, Key, AlgorithmParameterSpec) - Method in class com.motorola.iden.crypto.Cipher
Initializes this cipher with a key and a set of algorithm parameters.
init(Key, AlgorithmParameterSpec) - Method in class com.motorola.iden.crypto.KeyAgreement
Initializes this key agreement with the given key and set of algorithm parameters.
initDisplayMode(int, Object) - Method in interface javax.microedition.media.control.VideoControl
Initialize the mode on how the video is displayed.
initDisplayMode(int, Object) - Method in interface javax.microedition.media.control.GUIControl
Initialize the mode on how the GUI is displayed.
INITIAL_CAPS_SENTENCE - Static variable in class javax.microedition.lcdui.TextField
This flag is a hint to the implementation that during text editing, the initial letter of each sentence should be capitalized.
INITIAL_CAPS_WORD - Static variable in class javax.microedition.lcdui.TextField
This flag is a hint to the implementation that during text editing, the initial letter of each word should be capitalized.
initialize(AlgorithmParameterSpec) - Method in class com.motorola.iden.security.KeyPairGenerator
Initializes the key pair generator for a specified parameter set.
initialize(int) - Method in class com.motorola.iden.security.KeyPairGenerator
Initializes the key pair generator for a certain keysize using a default parameter set.
initSign(PrivateKey) - Method in class com.motorola.iden.security.Signature
Initialize this object for signing.
initVerify(PublicKey) - Method in class com.motorola.iden.security.Signature
Initializes this object for verification.
innerProduct(Vector3D) - Method in class com.motorola.iden.micro3d.Vector3D
Returns the inner, or dot, product of this Vector3D with the specified Vector3D.
InputConnection - interface javax.microedition.io.InputConnection.
This interface defines the capabilities that an input stream connection must have.
InputStream - class java.io.InputStream.
This abstract class is the superclass of all classes representing an input stream of bytes.
InputStream() - Constructor for class java.io.InputStream
 
InputStreamReader - class java.io.InputStreamReader.
An InputStreamReader is a bridge from byte streams to character streams: It reads bytes and translates them into characters according to a specified InputStreamReader(InputStream) - Constructor for class java.io.InputStreamReader
Create an InputStreamReader that uses the default character encoding.
InputStreamReader(InputStream, String) - Constructor for class java.io.InputStreamReader
Create an InputStreamReader that uses the named character encoding.
insert(char[], int, int, int) - Method in class javax.microedition.lcdui.TextField
Inserts a subrange of an array of characters into the contents of the TextField.
insert(char[], int, int, int) - Method in class javax.microedition.lcdui.TextBox
Inserts a subrange of an array of characters just prior to the given position.
insert(Checkbox, int) - Method in class com.motorola.lwt.CheckboxGroup
Inserts a Checkbox into this group at the specified index.
insert(Component, int) - Method in class com.motorola.lwt.ComponentScreen
Inserts a Component to the screen at the specified index.
insert(int, boolean) - Method in class java.lang.StringBuffer
Inserts the string representation of the boolean argument into this string buffer.
insert(int, char) - Method in class java.lang.StringBuffer
Inserts the string representation of the char argument into this string buffer.
insert(int, char[]) - Method in class java.lang.StringBuffer
Inserts the string representation of the char array argument into this string buffer.
insert(int, int) - Method in class java.lang.StringBuffer
Inserts the string representation of the second int argument into this string buffer.
insert(int, Item) - Method in class javax.microedition.lcdui.Form
Inserts an item into the Form just prior to the item specified.
insert(int, long) - Method in class java.lang.StringBuffer
Inserts the string representation of the long argument into this string buffer.
insert(int, Object) - Method in class java.lang.StringBuffer
Inserts the string representation of the Object argument into this string buffer.
insert(int, String) - Method in class java.lang.StringBuffer
Inserts the string into this string buffer.
insert(int, String, Image) - Method in class javax.microedition.lcdui.List
 
insert(int, String, Image) - Method in class javax.microedition.lcdui.ChoiceGroup
 
insert(int, String, Image) - Method in interface javax.microedition.lcdui.Choice
Inserts an element into the Choice just prior to the element specified.
insert(Layer, int) - Method in class javax.microedition.lcdui.game.LayerManager
Inserts a new Layer in this LayerManager at the specified index.
insert(String, int) - Method in class javax.microedition.lcdui.TextField
Inserts a string into the contents just prior to the character indicated by the position parameter, where zero specifies the first character of the contents of the TextField.
insert(String, int) - Method in class javax.microedition.lcdui.TextBox
Inserts a string into the contents of the TextBox.
insertActive() - Method in class com.mot.iden.t9.T9
Used to determine if the T9 engine is currently disambiguating a multitapped character.
insertChar(char, int) - Method in class com.motorola.lwt.TextComponent
Inserts the specified character at the specified index in the current text.
insertElementAt(Object, int) - Method in class java.util.Vector
Inserts the specified object as a component in this vector at the specified index.
insertText(String, int) - Method in class com.motorola.lwt.TextComponent
Inserts the specified text at the specified index in the current text.
insertText(String, int, boolean) - Method in class com.mot.iden.t9.T9
Inserts the specified string to the T9 text buffer at the specified insertion point.
insertTextureAt(Texture, int) - Method in class com.motorola.iden.micro3d.MultiTexture
Searches for the first occurence of the given Texture, beginning the search at index, and testing for equality using the equals method.
InstantiationException - exception java.lang.InstantiationException.
Thrown when an application tries to create an instance of a class using the newInstance method in class Class, but the specified class object cannot be instantiated because it is an interface or is an abstract class.
InstantiationException() - Constructor for class java.lang.InstantiationException
Constructs an InstantiationException with no detail message.
InstantiationException(String) - Constructor for class java.lang.InstantiationException
Constructs an InstantiationException with the specified detail message.
INT - Static variable in interface com.motorola.iden.udm.UDMEntry
INT Data type ID indicating data is an Integer.
Integer - class java.lang.Integer.
The Integer class wraps a value of the primitive type int in an object.
INTEGER_MODE - Static variable in class com.mot.iden.t9.T9
Used to put T9 into integer mode.
Integer(int) - Constructor for class java.lang.Integer
Constructs a newly allocated Integer object that represents the primitive int argument.
InteractableComponent - class com.motorola.lwt.InteractableComponent.
The InteractableComponent is a subclass class of Component that can be actuated by the user; that is, it can be visually 'pressed' and 'released' by the user.
InteractableComponent(String) - Constructor for class com.motorola.lwt.InteractableComponent
Constructs a new InteractableComponent with the specified label.
INTERCONNECT_CALL - Static variable in class com.motorola.iden.call.CallHandler
 
interconnectAction(int, String) - Method in class com.motorola.iden.call.InterconnectCallImpl
 
interconnectAction(int, String) - Method in interface com.motorola.iden.call.InterconnectCall
The method Accepts, Rejects, Ends call based on the provided action type and phone number.
InterconnectCall - interface com.motorola.iden.call.InterconnectCall.
A InterconnectCall is an interface that provides basic InterConnect Call functionality.
InterconnectCallImpl - class com.motorola.iden.call.InterconnectCallImpl.
 
InterconnectCallImpl() - Constructor for class com.motorola.iden.call.InterconnectCallImpl
 
InterruptedException - exception java.lang.InterruptedException.
Thrown when a thread is waiting, sleeping, or otherwise paused for a long time and another thread interrupts it using the interrupt method in class Thread.
InterruptedException() - Constructor for class java.lang.InterruptedException
Constructs an InterruptedException with no detail message.
InterruptedException(String) - Constructor for class java.lang.InterruptedException
Constructs an InterruptedException with the specified detail message.
InterruptedIOException - exception java.io.InterruptedIOException.
Signals that an I/O operation has been interrupted.
InterruptedIOException() - Constructor for class java.io.InterruptedIOException
Constructs an InterruptedIOException with no detail message.
InterruptedIOException(String) - Constructor for class java.io.InterruptedIOException
Constructs an InterruptedIOException with the specified detail message.
INTERVAL - Static variable in class com.motorola.iden.udm.DateBookRepeatEvent
INTERVAL The number of iterations of the frequency between occurring dates, or how often the frequency repeats.
intValue() - Method in class java.lang.Integer
Returns the value of this Integer as an int.
InvalidAlgorithmParameterException - exception com.motorola.iden.security.InvalidAlgorithmParameterException.
This is the exception for invalid or inappropriate algorithm parameters.
InvalidAlgorithmParameterException() - Constructor for class com.motorola.iden.security.InvalidAlgorithmParameterException
Constructs an InvalidAlgorithmParameterException with no detail message.
InvalidAlgorithmParameterException(String) - Constructor for class com.motorola.iden.security.InvalidAlgorithmParameterException
Constructs an InvalidAlgorithmParameterException with the specified detail message.
invalidate() - Method in class com.motorola.lwt.ComponentScreen
Invalidates this ComponentScreen, indicating that its Components need to be layed out.
InvalidKeyException - exception com.motorola.iden.security.InvalidKeyException.
This is the exception for invalid Keys (invalid encoding, wrong length, uninitialized, etc).
InvalidKeyException() - Constructor for class com.motorola.iden.security.InvalidKeyException
Constructs an InvalidKeyException with no detail message.
InvalidKeyException(String) - Constructor for class com.motorola.iden.security.InvalidKeyException
Constructs an InvalidKeyException with the specified detail message.
InvalidRecordIDException - exception javax.microedition.rms.InvalidRecordIDException.
Indicates an operation could not be completed because the record ID was invalid.
InvalidRecordIDException() - Constructor for class javax.microedition.rms.InvalidRecordIDException
Constructs a new InvalidRecordIDException with no detail message.
InvalidRecordIDException(String) - Constructor for class javax.microedition.rms.InvalidRecordIDException
Constructs a new InvalidRecordIDException with the specified detail message.
IOException - exception java.io.IOException.
Signals that an I/O exception of some sort has occurred.
IOException() - Constructor for class java.io.IOException
Constructs an IOException with null as its error detail message.
IOException(String) - Constructor for class java.io.IOException
Constructs an IOException with the specified detail message.
IP - Static variable in class com.motorola.iden.udm.PhoneBookEntry
IP Field ID for a IP address.
isAlive() - Method in class java.lang.Thread
Tests if this thread is alive.
isArray() - Method in class java.lang.Class
Determines if this Class object represents an array class.
isAssignableFrom(Class) - Method in class java.lang.Class
Determines if the class or interface represented by this Class object is either the same as, or is a superclass or superinterface of, the class or interface represented by the specified Class parameter.
isBankQuerySupported() - Method in interface javax.microedition.media.control.MIDIControl
Returns whether banks of the synthesizer can be queried.
isBold() - Method in class javax.microedition.lcdui.Font
Returns true if the Font is bold.
isColor() - Method in class com.motorola.iden.lcdui.ExternalDisplay
Gets information about color support of the device.
isColor() - Method in class javax.microedition.lcdui.Display
Gets information about color support of the device.
isCurrent() - Static method in class com.motorola.iden.udm.PhoneBook
Returns a flag indicating whether or not a PhoneBook object has been created since the last native Phone Book update.
isCurrent() - Static method in class com.motorola.iden.udm.DateBook
Returns a flag indicating whether or not a DateBook object has been created since the last native Date Book update.
isDefault() - Method in class com.motorola.iden.lnf.LookAndFeel
Determines if this LookAndFeel instance is a default one
isDigit(char) - Static method in class java.lang.Character
Determines if the specified character is a digit.
isDirectory() - Method in class com.mot.iden.zip.ZipEntry
Returns true if this is a directory entry.
isDoubleBuffered() - Method in class javax.microedition.lcdui.Canvas
Checks if the Graphics is double buffered by the implementation
isEditable() - Method in class com.motorola.lwt.TextComponent
Checks whether or not the contents of this TextComponent may be edited by the user.
isEmpty() - Method in class com.motorola.iden.micro3d.MultiTexture
Tests if this MultiTexture has no textures.
isEmpty() - Method in class java.util.Vector
Tests if this vector has no components.
isEmpty() - Method in class java.util.Hashtable
Tests if this hashtable maps no keys to values.
isEnabled() - Method in class com.motorola.lwt.Component
Checks if this Component is currently enabled (can be interacted with by the user)
isFMHeadsetAvailible() - Static method in class com.mot.iden.multimedia.FMRadio
This method checks for the FM Headset
isInstance(Object) - Method in class java.lang.Class
Determines if the specified Object is assignment-compatible with the object represented by this Class.
isInteractive() - Method in interface com.motorola.iden.lnf.Border
Returns whether this Border has the capability to render itself in different ways depending on the actuated state given in paintBorder.
isInteractive() - Method in class javax.microedition.lcdui.Gauge
Tells whether the user is allowed to change the value of the Gauge.
isInterface() - Method in class java.lang.Class
Determines if the specified Class object represents an interface type.
isItalic() - Method in class javax.microedition.lcdui.Font
Returns true if the Font is italic.
isKeptUpdated() - Method in interface javax.microedition.rms.RecordEnumeration
Returns true if the enumeration keeps its enumeration current with any changes in the records.
isListEmpty() - Method in class com.motorola.iden.recentcalls.RecentCalls
To Check if the Recent Calls List is empty or not.
isLowerCase(char) - Static method in class java.lang.Character
Determines if the specified character is a lowercase character.
isModified() - Method in interface com.motorola.iden.udm.UDMEntry
This method returns a boolean indicating whether any of this element's fields have been modified since the element was retrieved or last committed.
isModified() - Method in class com.motorola.iden.udm.PhoneBookEntry
This method returns a boolean indicating whether any of this element's fields have been modified since the element was retrieved or last committed.
isModified() - Method in class com.motorola.iden.udm.DateBookEvent
This method returns a boolean indicating whether any of this element's fields have been modified since the element was retrieved or last committed.
isMutable() - Method in class javax.microedition.lcdui.Image
Check if this image is mutable.
isMuted() - Method in interface javax.microedition.media.control.VolumeControl
Get the mute state of the signal associated with this VolumeControl.
isPlain() - Method in class javax.microedition.lcdui.Font
Returns true if the Font is plain.
isPressed() - Method in class com.motorola.lwt.InteractableComponent
Checks if this InteractableComponent is currently pressed.
isRegistered(int) - Static method in class com.mot.iden.device.StatusManager
Retrieves if the item has gain registration See the following possible Paramaters:
PD_REGISTRATION
MIP_REGISTRATION
isSelected(int) - Method in class com.motorola.lwt.CheckboxGroup
Gets the value of the Checkbox with the specified index.
isSelected(int) - Method in class javax.microedition.lcdui.List
 
isSelected(int) - Method in class javax.microedition.lcdui.ChoiceGroup
 
isSelected(int) - Method in interface javax.microedition.lcdui.Choice
Gets a boolean value indicating whether this element is selected.
isSemiTransparent() - Method in class com.motorola.iden.micro3d.Layout3D
Checks whether or not semi-transparent rendering is enabled for this Layout3D.
isShown() - Method in class javax.microedition.lcdui.Displayable
Checks if the Displayable is actually visible on the Display.
isSphereTexture() - Method in class com.motorola.iden.micro3d.Texture
Returns a boolean indicating if the texture data is to be used for environment mapping.
isSupportedField(int) - Method in interface com.motorola.iden.udm.UDMList
Indicates whether or not the given fieldID is supported in this UDM list.
isSupportedField(int) - Method in class com.motorola.iden.udm.PhoneBook
Indicates whether or not the given fieldID is supported in this UDM list.
isSupportedField(int) - Method in class com.motorola.iden.udm.DateBook
Indicates whether or not the given fieldID is supported in this UDM list.
isToonShaded() - Method in class com.motorola.iden.micro3d.Layout3D
Checks whether or not toon shading is enabled for this Layout3D.
isUnderlined() - Method in class javax.microedition.lcdui.Font
Returns true is the Font is underlined.
isUpperCase(char) - Static method in class java.lang.Character
Determines if the specified character is an uppercase character.
isVisible() - Method in class com.motorola.lwt.Component
Checks if this Component is visible (can be seen by the user).
isVisible() - Method in class javax.microedition.lcdui.game.Layer
Gets the visibility of this Layer.
Item - class javax.microedition.lcdui.Item.
A superclass for components that can be added to a Form.
ITEM - Static variable in class javax.microedition.lcdui.Command
With this command type the application can hint to the implementation that the command is specific to the items of the Screen or the elements of a Choice.
ITEM_LNF_ASPECT_BUTTON - Static variable in class com.motorola.iden.lnf.ItemLookAndFeel
The aspect of the Item is Button
ITEM_LNF_ASPECT_CHECKBOX - Static variable in class com.motorola.iden.lnf.ItemLookAndFeel
The aspect of the Item is Checkbox
ITEM_LNF_ASPECT_DATEITEM - Static variable in class com.motorola.iden.lnf.ItemLookAndFeel
The aspect of the Item is DateField DATE
ITEM_LNF_ASPECT_DATETIMEITEM - Static variable in class com.motorola.iden.lnf.ItemLookAndFeel
The aspect of the Item is DateField DATE_TIME
ITEM_LNF_ASPECT_HYPERLINK - Static variable in class com.motorola.iden.lnf.ItemLookAndFeel
The aspect of the Item is Hyperlink
ITEM_LNF_ASPECT_LISTITEM - Static variable in class com.motorola.iden.lnf.ItemLookAndFeel
The aspect of the Item is List-item
ITEM_LNF_ASPECT_MASK - Static variable in class com.motorola.iden.lnf.ItemLookAndFeel
The state mask
ITEM_LNF_ASPECT_PLAIN - Static variable in class com.motorola.iden.lnf.ItemLookAndFeel
The aspect of the Item is Plain
ITEM_LNF_ASPECT_POPUPITEM - Static variable in class com.motorola.iden.lnf.ItemLookAndFeel
The aspect of the Item is Popup-item
ITEM_LNF_ASPECT_RADIOBUTTON - Static variable in class com.motorola.iden.lnf.ItemLookAndFeel
The aspect of the Item is Radio-button
ITEM_LNF_ASPECT_TIMEITEM - Static variable in class com.motorola.iden.lnf.ItemLookAndFeel
The aspect of the Item is DateField TIME
ITEM_LNF_STATE_ACTUATED - Static variable in class com.motorola.iden.lnf.ItemLookAndFeel
The state of the Item is actuated (user it's interacting with it)
ITEM_LNF_STATE_HIGHLIGHTED - Static variable in class com.motorola.iden.lnf.ItemLookAndFeel
The state of the Item is highligted (focused)
ITEM_LNF_STATE_NORMAL - Static variable in class com.motorola.iden.lnf.ItemLookAndFeel
The state of the Item is normal
ITEM_LNF_STATE_SELECTED - Static variable in class com.motorola.iden.lnf.ItemLookAndFeel
The state of the Item is selected/checked
ItemCommandListener - interface javax.microedition.lcdui.ItemCommandListener.
A listener type for receiving notification of commands that have been invoked on Item objects.
ItemLookAndFeel - class com.motorola.iden.lnf.ItemLookAndFeel.
The ItemLookAndFeel abstract class is the container of all the customizable Look-and-Feel attributes of an Item-like UI component.
ItemLookAndFeel() - Constructor for class com.motorola.iden.lnf.ItemLookAndFeel
 
ItemLookAndFeel(ColorPalette, Font, Border, JustificationStyle) - Constructor for class com.motorola.iden.lnf.ItemLookAndFeel
 
itemStateChanged(Item) - Method in interface javax.microedition.lcdui.ItemStateListener
Called when internal state of an Item has been changed.
ItemStateListener - interface javax.microedition.lcdui.ItemStateListener.
This interface is used by applications which need to receive events that indicate changes in the internal state of the interactive items within a Form screen.
IvParameterSpec - class com.motorola.iden.crypto.spec.IvParameterSpec.
This class specifies an initialization vector (IV).
IvParameterSpec(byte[]) - Constructor for class com.motorola.iden.crypto.spec.IvParameterSpec
 
IvParameterSpec(byte[], int, int) - Constructor for class com.motorola.iden.crypto.spec.IvParameterSpec
Uses the first len bytes in iv, beginning at offset inclusive, as the IV.

J

JANUARY - Static variable in class com.motorola.iden.udm.DateBookRepeatEvent
JANUARY Constant for the month of January.
JANUARY - Static variable in class java.util.Calendar
Value of the MONTH field indicating the first month of the year.
JAVA - Static variable in class com.mot.iden.device.AudioManager
This is a value used for setRoute and getRoute.
java.io - package java.io
 
java.lang - package java.lang
 
java.util - package java.util
 
javaOverRideLighting(boolean) - Static method in class com.mot.iden.multimedia.Lighting
This method sets the coresponding light to the specified state.
javax.microedition.io - package javax.microedition.io
 
javax.microedition.lcdui - package javax.microedition.lcdui
 
javax.microedition.lcdui.game - package javax.microedition.lcdui.game
 
javax.microedition.media - package javax.microedition.media
 
javax.microedition.media.control - package javax.microedition.media.control
 
javax.microedition.media.protocol - package javax.microedition.media.protocol
 
javax.microedition.midlet - package javax.microedition.midlet
 
javax.microedition.pki - package javax.microedition.pki
 
javax.microedition.rms - package javax.microedition.rms
 
javax.wireless.messaging - package javax.wireless.messaging
 
join() - Method in class java.lang.Thread
Waits for this thread to die.
JULY - Static variable in class com.motorola.iden.udm.DateBookRepeatEvent
JULY Constant for the month of July.
JULY - Static variable in class java.util.Calendar
Value of the MONTH field indicating the seventh month of the year.
JUNE - Static variable in class com.motorola.iden.udm.DateBookRepeatEvent
JUNE Constant for the month of June.
JUNE - Static variable in class java.util.Calendar
Value of the MONTH field indicating the sixth month of the year.
JUSTIFICATION_STYLE_CENTER - Static variable in class com.motorola.iden.lnf.JustificationStyle
The center-alignment justification
JUSTIFICATION_STYLE_LEFT - Static variable in class com.motorola.iden.lnf.JustificationStyle
The left-alignment justification
JUSTIFICATION_STYLE_RIGHT - Static variable in class com.motorola.iden.lnf.JustificationStyle
The right-alignment justification
JustificationStyle - class com.motorola.iden.lnf.JustificationStyle.
This class allow to the user to choose the Justification of the object.
JustificationStyle() - Constructor for class com.motorola.iden.lnf.JustificationStyle
Creates a default JustificationStyle.
JustificationStyle(int) - Constructor for class com.motorola.iden.lnf.JustificationStyle
Constructs a JustificationStyle of a given style
JUSTIFY_CENTER - Static variable in class com.motorola.lwt.TextComponent
Constant for center justification.
JUSTIFY_LEFT - Static variable in class com.motorola.lwt.TextComponent
Constant for left justification.
JUSTIFY_RIGHT - Static variable in class com.motorola.lwt.TextComponent
Constant for right justification.

K

KEEPALIVE - Static variable in interface javax.microedition.io.SocketConnection
Socket option for the keep alive feature (2).
keepUpdated(boolean) - Method in interface javax.microedition.rms.RecordEnumeration
Used to set whether the enumeration will be keep its internal index up to date with the record store record additions/deletions/changes.
Key - interface com.motorola.iden.security.Key.
The Key interface is the top-level interface for all keys.
KEY_NUM0 - Static variable in class javax.microedition.lcdui.Canvas
Keycode for ITU-T key 0.
KEY_NUM1 - Static variable in class javax.microedition.lcdui.Canvas
Keycode for ITU-T key 1.
KEY_NUM2 - Static variable in class javax.microedition.lcdui.Canvas
Keycode for ITU-T key 2.
KEY_NUM3 - Static variable in class javax.microedition.lcdui.Canvas
Keycode for ITU-T key 3.
KEY_NUM4 - Static variable in class javax.microedition.lcdui.Canvas
Keycode for ITU-T key 4.
KEY_NUM5 - Static variable in class javax.microedition.lcdui.Canvas
Keycode for ITU-T key 5.
KEY_NUM6 - Static variable in class javax.microedition.lcdui.Canvas
Keycode for ITU-T key 6.
KEY_NUM7 - Static variable in class javax.microedition.lcdui.Canvas
Keycode for ITU-T key 7.
KEY_NUM8 - Static variable in class javax.microedition.lcdui.Canvas
Keycode for ITU-T key 8.
KEY_NUM9 - Static variable in class javax.microedition.lcdui.Canvas
Keycode for ITU-T key 9.
KEY_POUND - Static variable in class javax.microedition.lcdui.Canvas
Keycode for ITU-T key "pound" (#).
KEY_STAR - Static variable in class javax.microedition.lcdui.Canvas
Keycode for ITU-T key "star" (*).
KeyAgreement - class com.motorola.iden.crypto.KeyAgreement.
This class provides the functionality of a key agreement (or key exchange) protocol.
KeyAgreementSpi - class com.motorola.iden.crypto.KeyAgreementSpi.
This class defines the Service Provider Interface (SPI) for the KeyAgreement class.
KeyAgreementSpi() - Constructor for class com.motorola.iden.crypto.KeyAgreementSpi
 
keyBuf - Variable in class com.mot.iden.t9.T9
Korean key stroke buffer.
KeyException - exception com.motorola.iden.security.KeyException.
This is the basic key exception.
KeyException() - Constructor for class com.motorola.iden.security.KeyException
Constructs a KeyException with no detail message.
KeyException(String) - Constructor for class com.motorola.iden.security.KeyException
Constructs a KeyException with the specified detail message.
keypadLightOff() - Static method in class com.mot.iden.multimedia.Lighting
Deprecated. This method is replaced with setLighting
keypadLightOn() - Static method in class com.mot.iden.multimedia.Lighting
Deprecated. This method is replaced with setLighting
KeyPair - class com.motorola.iden.security.KeyPair.
This class is a simple holder for a key pair (a public key and a private key).
KeyPair(PublicKey, PrivateKey) - Constructor for class com.motorola.iden.security.KeyPair
Constructs a key pair from the given public key and private key.
KeyPairGenerator - class com.motorola.iden.security.KeyPairGenerator.
The KeyPairGenerator class is used to generate pairs of public and private keys.
KeyPairGeneratorSpi - class com.motorola.iden.security.KeyPairGeneratorSpi.
This class defines the Service Provider Interface (SPI) for the KeyPairGenerator class, which is used to generate pairs of public and private keys.
KeyPairGeneratorSpi() - Constructor for class com.motorola.iden.security.KeyPairGeneratorSpi
 
keyPressed(int) - Method in class com.motorola.lwt.TextComponent
Called when a key is pressed.
keyPressed(int) - Method in class com.motorola.lwt.TextArea
Overrides the TextComponent method to intercept "send" key presses and pass them along as new line characters.
keyRepeated(int) - Method in class com.motorola.lwt.TextComponent
 
keys() - Method in class java.util.Hashtable
Returns an enumeration of the keys in this hashtable.
KOREAN_SELECT_PAGE_CHANGE - Static variable in class com.mot.iden.t9.T9
Used in our state change mask when the shift modifier has changed.

L

LABEL_ABOVE - Static variable in class com.motorola.lwt.ImageLabel
The label, if any, should be placed above the image and horizontally centered relative to the image.
LABEL_BELOW - Static variable in class com.motorola.lwt.ImageLabel
The label, if any, should be placed below the image and horizontally centered relative to the image.
LABEL_CENTER - Static variable in class com.motorola.lwt.ImageLabel
The label, if any, should be centered on the image.
LABEL_LEFT - Static variable in class com.motorola.lwt.ImageLabel
The label, if any, should be placed to the left of the image and vertically centered relative to the image.
LABEL_RIGHT - Static variable in class com.motorola.lwt.ImageLabel
The label, if any, should be placed to the right of the image and vertically centered relative to the image.
LAST - Static variable in class com.motorola.iden.udm.DateBookRepeatEvent
LAST Constant for the last week of the month.
LAST_ROW - Static variable in class com.motorola.iden.lnf.TextView
Indicates that the row height indicated is for the last row.
lastElement() - Method in class java.util.Vector
Returns the last component of the vector.
lastEntry() - Method in class com.motorola.iden.recentcalls.RecentCalls
This method retrives the last Entry from Recent Calls Entry list.
lastIndexOf(int) - Method in class java.lang.String
Returns the index within this string of the last occurrence of the specified character.
lastIndexOf(int, int) - Method in class java.lang.String
Returns the index within this string of the last occurrence of the specified character, searching backward starting at the specified index.
lastIndexOf(Object) - Method in class java.util.Vector
Returns the index of the last occurrence of the specified object in this vector.
lastIndexOf(Object, int) - Method in class java.util.Vector
Searches backwards for the specified object, starting from the specified index, and returns an index to it.
lastIndexOf(Texture) - Method in class com.motorola.iden.micro3d.MultiTexture
Searches for the last occurence of the given Texture, testing for equality using the equals method.
lastIndexOf(Texture, int) - Method in class com.motorola.iden.micro3d.MultiTexture
Searches for the last occurence of the given Texture, beginning the search at index, and testing for equality using the equals method.
Layer - class javax.microedition.lcdui.game.Layer.
A Layer is an abstract class representing a visual element of a game.
LayerManager - class javax.microedition.lcdui.game.LayerManager.
The LayerManager manages a series of Layers.
LayerManager() - Constructor for class javax.microedition.lcdui.game.LayerManager
Creates a new LayerManager.
LAYOUT_2 - Static variable in class javax.microedition.lcdui.Item
A layout directive indicating that new MIDP 2.0 layout rules are in effect for this Item.
LAYOUT_BOTTOM - Static variable in class javax.microedition.lcdui.Item
A layout directive indicating that this Item should have a bottom-aligned layout.
LAYOUT_CENTER - Static variable in class javax.microedition.lcdui.Item
A layout directive indicating that this Item should have a horizontally centered layout.
LAYOUT_CENTER - Static variable in class javax.microedition.lcdui.ImageItem
Image should be horizontally centered.
LAYOUT_DEFAULT - Static variable in class javax.microedition.lcdui.Item
A layout directive indicating that this Item should follow the default layout policy of its container.
LAYOUT_DEFAULT - Static variable in class javax.microedition.lcdui.ImageItem
Use the default formatting of the "container" of the image.
LAYOUT_EXPAND - Static variable in class javax.microedition.lcdui.Item
A layout directive indicating that this Item's width may be increased to fill available space.
LAYOUT_LEFT - Static variable in class javax.microedition.lcdui.Item
A layout directive indicating that this Item should have a left-aligned layout.
LAYOUT_LEFT - Static variable in class javax.microedition.lcdui.ImageItem
Image should be close to left-edge of the drawing area.
LAYOUT_NEWLINE_AFTER - Static variable in class javax.microedition.lcdui.Item
A layout directive indicating that this Item should the last on its line or row, and that the next Item (if any) in the container should be placed on a new line or row.
LAYOUT_NEWLINE_AFTER - Static variable in class javax.microedition.lcdui.ImageItem
A new line should be started after the image is drawn.
LAYOUT_NEWLINE_BEFORE - Static variable in class javax.microedition.lcdui.Item
A layout directive indicating that this Item should be placed at the beginning of a new line or row.
LAYOUT_NEWLINE_BEFORE - Static variable in class javax.microedition.lcdui.ImageItem
A new line should be started before the image is drawn.
LAYOUT_RIGHT - Static variable in class javax.microedition.lcdui.Item
A layout directive indicating that this Item should have a right-aligned layout.
LAYOUT_RIGHT - Static variable in class javax.microedition.lcdui.ImageItem
Image should be close to right-edge of the drawing area.
LAYOUT_SHRINK - Static variable in class javax.microedition.lcdui.Item
A layout directive indicating that this Item's width may be reduced to its minimum width.
LAYOUT_TOP - Static variable in class javax.microedition.lcdui.Item
A layout directive indicating that this Item should have a top-aligned layout.
LAYOUT_VCENTER - Static variable in class javax.microedition.lcdui.Item
A layout directive indicating that this Item should have a vertically centered layout.
LAYOUT_VEXPAND - Static variable in class javax.microedition.lcdui.Item
A layout directive indicating that this Item's height may be increased to fill available space.
LAYOUT_VSHRINK - Static variable in class javax.microedition.lcdui.Item
A layout directive indicating that this Item's height may be reduced to its minimum height.
Layout3D - class com.motorola.iden.micro3d.Layout3D.
Layout class.
Layout3D() - Constructor for class com.motorola.iden.micro3d.Layout3D
Creates a Layout3D for use with rendering Figure and Primitive objects.
LEFT - Static variable in class com.motorola.iden.lnf.ScrollbarLookAndFeel
Locate the scrollbar on the left side of the content area LEFT has value of 1
LEFT - Static variable in class javax.microedition.lcdui.Graphics
Constant for positioning the anchor point of text and images to the left of the text or image.
LEFT - Static variable in class javax.microedition.lcdui.Canvas
Constant for the LEFT game action.
LEFT_PRESSED - Static variable in class javax.microedition.lcdui.game.GameCanvas
The bit representing the LEFT key.
LEFT_SOFT_KEY_ACTUATED - Static variable in class com.motorola.iden.lnf.CommandAreaLookAndFeel
Constant for indicating that the Left soft key is being actuated
length() - Method in class java.lang.StringBuffer
Returns the length (character count) of this string buffer.
length() - Method in class java.lang.String
Returns the length of this string.
Light - class com.motorola.iden.micro3d.Light.
Light class.
LIGHT_CALL_INDICATOR - Static variable in class com.mot.iden.multimedia.Lighting
LIGHT_CALL_INDICATOR Call Indicator Light LIGHT_CALL_INDICATOR has a value of 0x04
LIGHT_DISPLAY - Static variable in class com.mot.iden.multimedia.Lighting
LIGHT_DISPLAY Display Backlight LIGHT_DISPLAY has a value of 0x01
LIGHT_KEYPAD - Static variable in class com.mot.iden.multimedia.Lighting
LIGHT_KEYPAD Key Pad Backlight LIGHT_KEYPAD has a value of 0x02
LIGHT_LOW - Static variable in class com.motorola.iden.multimedia.DigitalCamera
Specifies light mode for the camera.
LIGHT_NORMAL - Static variable in class com.motorola.iden.multimedia.DigitalCamera
Specifies light mode for the camera.
LIGHT_STATE_BLUE - Static variable in class com.mot.iden.multimedia.Lighting
LIGHT_STATE_BLUE Changes the Specified light to Blue LIGHT_STATE_BLUE has a value of 0x04
LIGHT_STATE_CYAN - Static variable in class com.mot.iden.multimedia.Lighting
LIGHT_STATE_CYAN Changes the Specified light to Cyan LIGHT_STATE_CYAN has a value of 0x05
LIGHT_STATE_GREEN - Static variable in class com.mot.iden.multimedia.Lighting
LIGHT_STATE_RED Changes the Specified light to Red.
LIGHT_STATE_MAGENTA - Static variable in class com.mot.iden.multimedia.Lighting
LIGHT_STATE_MAGENTA Changes the Specified light to MAGENTA LIGHT_STATE_MAGENTA has a value of 0x06
LIGHT_STATE_OFF - Static variable in class com.mot.iden.multimedia.Lighting
LIGHT_STATE_OFF Turn off the specified light LIGHT_STATE_OFF has a value of 0x00
LIGHT_STATE_ON - Static variable in class com.mot.iden.multimedia.Lighting
LIGHT_STATE_ON Turn on the specified light LIGHT_STATE_ON has a value of 0xFF
LIGHT_STATE_RED - Static variable in class com.mot.iden.multimedia.Lighting
LIGHT_STATE_GREEN Changes the Specified light to Green.
LIGHT_STATE_WHITE - Static variable in class com.mot.iden.multimedia.Lighting
LIGHT_STATE_WHITE Changes the Specified light to White LIGHT_STATE_WHITE has a value of 0x07
LIGHT_STATE_YELLOW - Static variable in class com.mot.iden.multimedia.Lighting
LIGHT_STATE_YELLOW Changes the Specified light to Yellow LIGHT_STATE_YELLOW has a value of 0x03
LIGHT_STATUS - Static variable in class com.mot.iden.multimedia.Lighting
LIGHT_STATUS Status Light LIGHT_STATUS has a value of 0x03
Light(int, Vector3D, int) - Constructor for class com.motorola.iden.micro3d.Light
Constructs a Light object to be used with a Layout3D.
LIGHTER_COLOR_MODIFIER - Static variable in class com.motorola.iden.lnf.ColorPalette
The lighter color modifier
LIGHTER2x_COLOR_MODIFIER - Static variable in class com.motorola.iden.lnf.ColorPalette
The 2x lighter color modifier
LIGHTER3x_COLOR_MODIFIER - Static variable in class com.motorola.iden.lnf.ColorPalette
The 3x lighter color modifier
Lighting - class com.mot.iden.multimedia.Lighting.
This class represents an interface to the various lights present on the phone.
Line - class com.motorola.iden.micro3d.Line.
Line primitive.
LINE_1 - Static variable in class com.mot.iden.customercare.CustomerCare
Field ID used to retrieve the Device's Main Phone Number
LINE_2 - Static variable in class com.mot.iden.customercare.CustomerCare
Field ID used to retrieve the Device's Alternate Line Phone Number
LINE_BORDER - Static variable in class com.motorola.iden.lnf.BorderFactory
The line border.
LINE_DOWN - Static variable in class com.motorola.iden.lnf.TextView
Indicates that the cursor should move one line down.
LINE_UP - Static variable in class com.motorola.iden.lnf.TextView
Indicates that the cursor should move one line up.
Line(Vector3D, Vector3D, Layout3D, int) - Constructor for class com.motorola.iden.micro3d.Line
Creates a Line primitive starting at the position described by vertexA and ending at the position described by vertexB.
LINE1 - Static variable in class com.motorola.iden.call.InterconnectCallImpl
 
LINE1 - Static variable in interface com.motorola.iden.call.InterconnectCall
The InterconnectCall.LINE1 indicates the Line1 of a phone.
LINE2 - Static variable in class com.motorola.iden.call.InterconnectCallImpl
 
LINE2 - Static variable in interface com.motorola.iden.call.InterconnectCall
The InterconnectCall.LINE2 indicates the Line1 of a phone.
LINGER - Static variable in interface javax.microedition.io.SocketConnection
Socket option for the linger time to wait in seconds before closing a connection with pending data output (1).
List - class javax.microedition.lcdui.List.
A Screen containing list of choices.
LIST_ELEMENT - Static variable in class javax.microedition.lcdui.Display
Image type for List element image.
List(String, int) - Constructor for class javax.microedition.lcdui.List
Creates a new, empty List, specifying its title and the type of the list.
List(String, int, String[], Image[]) - Constructor for class javax.microedition.lcdui.List
Creates a new List, specifying its title, the type of the List, and an array of Strings and Images to be used as its initial contents.
listConnections(boolean) - Static method in class javax.microedition.io.PushRegistry
Return a list of registered connections for the current MIDlet suite.
listener - Static variable in class com.motorola.iden.call.CallHandler
 
listRecordStores() - Static method in class javax.microedition.rms.RecordStore
Returns an array of the names of record stores owned by the MIDlet suite.
LNF_ATTRID_BORDER - Static variable in class com.motorola.iden.lnf.LookAndFeel
The attribute identifier assigned to the ColorPalette attribute Value -2 is assigned to LNF_ATTRID_BORDER
LNF_ATTRID_COLOR_PALETTE - Static variable in class com.motorola.iden.lnf.LookAndFeel
The attribute identifier assigned to the ColorPalette attribute Value 0 is assigned to LNF_ATTRID_COLOR_PALETTE
LNF_ATTRID_COMMANDAREA - Static variable in class com.motorola.iden.lnf.DisplayableLookAndFeel
The attribute identifier assigned to the CommandAreaLookAndFeel attribute Value -7 is assigned to LNF_ATTRID_COMMANDAREA
LNF_ATTRID_FONT - Static variable in class com.motorola.iden.lnf.LookAndFeel
The attribute identifier assigned to the ColorPalette attribute Value -1 is assigned to LNF_ATTRID_FONT
LNF_ATTRID_JUSTIFICATION_STYLE - Static variable in class com.motorola.iden.lnf.LookAndFeel
The attribute identifier assigned to the JustificationStyle attribute Value -3 is assigned to LNF_ATTRID_JUSTIFICATION_STYLE
LNF_ATTRID_SCROLLBAR - Static variable in class com.motorola.iden.lnf.DisplayableLookAndFeel
The attribute identifier assigned to the ScrollbarLookAndFeel attribute Value -6 is assigned to LNF_ATTRID_SCROLLBAR
LNF_ATTRID_TICKER - Static variable in class com.motorola.iden.lnf.DisplayableLookAndFeel
The attribute identifier assigned to the TickerLookAndFeel attribute Value -4 is assigned to LNF_ATTRID_TICKER
LNF_ATTRID_TITLE - Static variable in class com.motorola.iden.lnf.DisplayableLookAndFeel
The attribute identifier assigned to the TitleLookAndFeel attribute Value -5 is assigned to LNF_ATTRID_TITLE
LNF_ID_DEFAULT - Static variable in class com.motorola.iden.lnf.LookAndFeelEngine
A default LookAndField which is not being used by any UI component Value 0 is assigned to LNF_ID_DEFAULT
LNF_ID_LCDUI_CHECKBOXITEM - Static variable in class com.motorola.iden.lnf.LookAndFeelEngine
The LookAndFeel used by the individual options of a ChoiceGroup Value -11 is assigned to LNF_ID_LCDUI_CHECKBOXITEM
LNF_ID_LCDUI_CHOICEGROUPITEM - Static variable in class com.motorola.iden.lnf.LookAndFeelEngine
The LookAndFeel used by the ChoiceGroup (the label) ChoiceGroup Value -12 is assigned to LNF_ID_LCDUI_CHOICEGROUPITEM
LNF_ID_LCDUI_DATEFIELDITEM - Static variable in class com.motorola.iden.lnf.LookAndFeelEngine
The LookAndFeel used by the DateField DateField Value -16 is assigned to LNF_ID_LCDUI_DATEFIELDITEM
LNF_ID_LCDUI_DISPLAYABLE - Static variable in class com.motorola.iden.lnf.LookAndFeelEngine
The LookAndField used by Displayable Value -1 is assigned to LNF_ID_LCDUI_DISPLAYABLE
LNF_ID_LCDUI_GAUGE - Static variable in class com.motorola.iden.lnf.LookAndFeelEngine
The LookAndFeel used by the Gauge Gauge Value -14 is assigned to LNF_ID_LCDUI_GAUGE
LNF_ID_LCDUI_IMAGEITEM - Static variable in class com.motorola.iden.lnf.LookAndFeelEngine
The LookAndFeel used by the ImageItem ImageItem Value -13 is assigned to LNF_ID_LCDUI_IMAGEITEM
LNF_ID_LCDUI_ITEM - Static variable in class com.motorola.iden.lnf.LookAndFeelEngine
The LookAndFeel used by Item Value -2 is assigned to LNF_ID_LCDUI_ITEM
LNF_ID_LCDUI_SCREEN - Static variable in class com.motorola.iden.lnf.LookAndFeelEngine
The LookAndFeel used by Screen Value -10 is assigned to LNF_ID_LCDUI_SCREEN
LNF_ID_LCDUI_STRINGITEM - Static variable in class com.motorola.iden.lnf.LookAndFeelEngine
The LookAndFeel used by the StringItem StringItem Value -15 is assigned to LNF_ID_LCDUI_STRINGITEM
LNF_ID_LCDUI_TEXTFIELD - Static variable in class com.motorola.iden.lnf.LookAndFeelEngine
The LookAndFeel used by TextField Value -4 is assigned to LNF_ID_LCDUI_TEXTFIELD
LNF_ID_LCDUI_TICKER - Static variable in class com.motorola.iden.lnf.LookAndFeelEngine
The LookAndFeel used by Ticker Value -3 is assigned to LNF_ID_LCDUI_TICKER
LNF_ID_LWT_BUTTON - Static variable in class com.motorola.iden.lnf.LookAndFeelEngine
The LookAndFeel used by Button Value -6 is assigned to LNF_ID_LWT_BUTTON
LNF_ID_LWT_COMPONENT - Static variable in class com.motorola.iden.lnf.LookAndFeelEngine
The LookAndFeel used by Component Value -5 is assigned to LNF_ID_LWT_COMPONENT
LNF_ID_LWT_IMAGELABEL - Static variable in class com.motorola.iden.lnf.LookAndFeelEngine
The LookAndFeel used by ImageLabel Value -8 is assigned to LNF_ID_LWT_IMAGELABEL
LNF_ID_LWT_SLIDER - Static variable in class com.motorola.iden.lnf.LookAndFeelEngine
The LookAndFeel used by Slider Value -7 is assigned to LNF_ID_LWT_SLIDER
LNF_ID_LWT_TEXTCOMPONENT - Static variable in class com.motorola.iden.lnf.LookAndFeelEngine
The LookAndFeel used by TextComponent Value -9 is assigned to LNF_ID_LWT_TEXTCOMPONENT
LOCAL_SIZE - Static variable in class com.motorola.iden.micro3d.PointSprite
Specifies that a sprite's dimensions are in terms of the model coordinate system.
LOCATION - Static variable in class com.motorola.iden.udm.DateBookEvent
LOCATION Field ID identifying the venue for this Event.
log(Float) - Static method in class com.mot.iden.math.Math
Returns the natural logarithm (base e) of a double value.
Long - class java.lang.Long.
The Long class wraps a value of the primitive type long in an object.
Long(long) - Constructor for class java.lang.Long
Constructs a newly allocated Long object that represents the primitive long argument.
longMidiEvent(byte[], int, int) - Method in interface javax.microedition.media.control.MIDIControl
Sends a long MIDI event to the device, typically a system exclusive message.
longValue() - Method in class java.lang.Long
Returns the value of this Long as a long.
longValue() - Method in class java.lang.Integer
Returns the value of this Integer as a long.
LookAndFeel - class com.motorola.iden.lnf.LookAndFeel.
The LookAndFeel abstract class is the container of all the customizable Look-and-Feel attributes of a UI component.
LookAndFeel() - Constructor for class com.motorola.iden.lnf.LookAndFeel
Create a LookAndFeel object with default attributes The for default attributes are the following: default color palette, default font, default Border, and default JustificationStyle
LookAndFeel(ColorPalette, Font, Border) - Constructor for class com.motorola.iden.lnf.LookAndFeel
Create a LookAndFeel object with the given attributes The three attributes are a ColorPalette ColorPalette, a {@link Font Font}, and a {@link Border Border}
LookAndFeel(ColorPalette, Font, Border, JustificationStyle) - Constructor for class com.motorola.iden.lnf.LookAndFeel
Create a LookAndFeel object with the given 4 attributes The four attributes are a ColorPalette, a Font,a Border and a JustificationStyle
LookAndFeelEngine - class com.motorola.iden.lnf.LookAndFeelEngine.
The LookAndFeelEngine class is the main class responsible for notifying all available LookAndFeel instances that any of the look-and-feel settings and/or user preferences of the underlined platform has changed.
LookAndFeelException - exception com.motorola.iden.lnf.LookAndFeelException.
Signals that a Look-and-Feel operation has failed.
LookAndFeelException() - Constructor for class com.motorola.iden.lnf.LookAndFeelException
Constructs an exception with no specified message
LookAndFeelException(String) - Constructor for class com.motorola.iden.lnf.LookAndFeelException
Constructs an exception with the specified detail message.
lostFocus() - Method in class com.motorola.lwt.TextComponent
Called when this TextComponent loses key focus.
lostFocus() - Method in class com.motorola.lwt.Component
Called when this Component loses key focus.
lostFocus() - Method in class com.motorola.lwt.Checkbox
 
LOWER_COORDINATE - Static variable in class com.motorola.iden.lnf.TextView
Indicates that the coordinate requested is the lower bound.
LOWERED_BEVEL_BORDER - Static variable in class com.motorola.iden.lnf.BorderFactory
The lowered bevel border.
LT_BACKGROUND_COLOR - Static variable in class com.motorola.iden.lnf.ColorPalette
The background color but lighter
LT_FOREGROUND_COLOR - Static variable in class com.motorola.iden.lnf.ColorPalette
The foreground color but lighter
LT_HIGHLIGHTED_COLOR - Static variable in class com.motorola.iden.lnf.ColorPalette
The highlighted color but lighter
LT_URGENT_COLOR - Static variable in class com.motorola.iden.lnf.ColorPalette
The urgent color but lighter
LT2x_BACKGROUND_COLOR - Static variable in class com.motorola.iden.lnf.ColorPalette
The background color but 2x lighter
LT2x_FOREGROUND_COLOR - Static variable in class com.motorola.iden.lnf.ColorPalette
The foreground color but 2x lighter
LT2x_HIGHLIGHTED_COLOR - Static variable in class com.motorola.iden.lnf.ColorPalette
The highlighted color but 2x lighter
LT2x_URGENT_COLOR - Static variable in class com.motorola.iden.lnf.ColorPalette
The urgent color but 2x lighter
LT3x_BACKGROUND_COLOR - Static variable in class com.motorola.iden.lnf.ColorPalette
The background color but 2x lighter
LT3x_FOREGROUND_COLOR - Static variable in class com.motorola.iden.lnf.ColorPalette
The foreground color but 3x lighter
LT3x_HIGHLIGHTED_COLOR - Static variable in class com.motorola.iden.lnf.ColorPalette
The highlighted color but 3x lighter
LT3x_URGENT_COLOR - Static variable in class com.motorola.iden.lnf.ColorPalette
The urgent color but 3x lighter

M

M00 - Static variable in class com.motorola.iden.micro3d.AffineTransform
Specifies matrix element at row 1, column 1.
M01 - Static variable in class com.motorola.iden.micro3d.AffineTransform
Specifies matrix element at row 1, column 2.
M02 - Static variable in class com.motorola.iden.micro3d.AffineTransform
Specifies matrix element at row 1, column 3.
M03 - Static variable in class com.motorola.iden.micro3d.AffineTransform
Specifies matrix element at row 1, column 4.
M10 - Static variable in class com.motorola.iden.micro3d.AffineTransform
Specifies matrix element at row 2, column 1.
M11 - Static variable in class com.motorola.iden.micro3d.AffineTransform
Specifies matrix element at row 2, column 2.
M12 - Static variable in class com.motorola.iden.micro3d.AffineTransform
Specifies matrix element at row 2, column 3.
M13 - Static variable in class com.motorola.iden.micro3d.AffineTransform
Specifies matrix element at row 2, column 4.
M20 - Static variable in class com.motorola.iden.micro3d.AffineTransform
Specifies matrix element at row 3, column 1.
M21 - Static variable in class com.motorola.iden.micro3d.AffineTransform
Specifies matrix element at row 3, column 2.
M22 - Static variable in class com.motorola.iden.micro3d.AffineTransform
Specifies matrix element at row 3, column 3.
M23 - Static variable in class com.motorola.iden.micro3d.AffineTransform
Specifies matrix element at row 3, column 4.
makeCall(String) - Static method in class com.motorola.iden.call.GenericCall
Allows to make a phone call.
Manager - class javax.microedition.media.Manager.
Manager is the access point for obtaining system dependent resources such as Players for multimedia processing.
mapFrameToTime(int) - Method in interface javax.microedition.media.control.FramePositioningControl
Converts the given frame number to the corresponding media time.
mapTimeToFrame(long) - Method in interface javax.microedition.media.control.FramePositioningControl
Converts the given media time to the corresponding frame number.
MARCH - Static variable in class com.motorola.iden.udm.DateBookRepeatEvent
MARCH Constant for the month of March.
MARCH - Static variable in class java.util.Calendar
Value of the MONTH field indicating the third month of the year.
MARGIN - Static variable in class com.motorola.iden.lnf.TextFieldItemLookAndFeel
MARGIN Standard MARGIN, in pixels, for all four sides.
mark(int) - Method in class com.mot.iden.zip.FilterInputStream
Marks the current position in this input stream.
mark(int) - Method in class java.io.ByteArrayInputStream
Set the current marked position in the stream.
mark(int) - Method in class java.io.DataInputStream
Marks the current position in this input stream.
mark(int) - Method in class java.io.InputStreamReader
Mark the present position in the stream.
mark(int) - Method in class java.io.Reader
Mark the present position in the stream.
mark(int) - Method in class java.io.InputStream
Marks the current position in this input stream.
markSupported() - Method in class com.mot.iden.zip.PushbackInputStream
Tests if this input stream supports the mark and reset methods, which it does not.
markSupported() - Method in class com.mot.iden.zip.FilterInputStream
Tests if this input stream supports the mark and reset methods.
markSupported() - Method in class java.io.ByteArrayInputStream
Tests if ByteArrayInputStream supports mark/reset.
markSupported() - Method in class java.io.DataInputStream
Tests if this input stream supports the mark and reset methods.
markSupported() - Method in class java.io.InputStreamReader
Tell whether this stream supports the mark() operation.
markSupported() - Method in class java.io.Reader
Tell whether this stream supports the mark() operation.
markSupported() - Method in class java.io.InputStream
Tests if this input stream supports the mark and reset methods.
matches(byte[]) - Method in interface javax.microedition.rms.RecordFilter
Returns true if the candidate matches the implemented criterion.
Math - class com.mot.iden.math.Math.
THIS API IS A LICENSEE CLOSED CLASS AND IS THEREFORE RESERVED FOR USE BY MOTOROLA SND IT'S LICENSEES The class Math contains methods for performing basic numeric operations such as the elementary exponential, logarithm, and trigonometric functions.
Math - class java.lang.Math.
The class Math contains methods for performing basic numeric operations.
MAX_AMBIENT_LIGHT_INTENSITY - Static variable in class com.motorola.iden.micro3d.Light
Maximum ambient light intensity
MAX_CHARACTERS - Static variable in class com.mot.iden.t9.T9
The max amount of characters a T9 engine can hold.
MAX_DIRECTIONAL_LIGHT_INTENSITY - Static variable in class com.motorola.iden.micro3d.Light
Maximum directional light intensity
MAX_PRECISION - Static variable in class com.mot.iden.math.Float
Maximum precision in number of decimal places
MAX_PRIORITY - Static variable in class java.lang.Thread
The maximum priority that a thread can have.
MAX_RADIX - Static variable in class java.lang.Character
The maximum radix available for conversion to and from Strings.
MAX_RINGERS - Static variable in class com.mot.iden.device.AudioManager
This number represents the maximum number of ringers available in the phone.
MAX_TEXTURES - Static variable in class com.motorola.iden.micro3d.MultiTexture
Defines the maximum amount of textures a MultiTexture can hold per the native API.
MAX_VALUE - Static variable in class com.motorola.iden.micro3d.Vector3D
The maximum value for x, y, and z that can be stored in the Vector3D.
MAX_VALUE - Static variable in class com.motorola.iden.micro3d.AffineTransform
The maximum value that can be used by the AffineTransform.
MAX_VALUE - Static variable in class java.lang.Long
The largest value of type long.
MAX_VALUE - Static variable in class java.lang.Integer
The largest value of type int.
MAX_VALUE - Static variable in class java.lang.Short
The maximum value a Short can have.
MAX_VALUE - Static variable in class java.lang.Byte
The maximum value a Byte can have.
MAX_VALUE - Static variable in class java.lang.Character
The constant value of this field is the largest value of type char.
MAX_VIBRATE_TIME - Static variable in class com.mot.iden.multimedia.Vibrator
MAX_VIBRATE_TIME The maximum time the vibrator can vibrate for.
max(Float, Float) - Static method in class com.mot.iden.math.Math
Returns the greater of two Float values.
max(int, int) - Static method in class java.lang.Math
Returns the greater of two int values.
max(long, long) - Static method in class java.lang.Math
Returns the greater of two long values.
MAY - Static variable in class com.motorola.iden.udm.DateBookRepeatEvent
MAY Constant for the month of May.
MAY - Static variable in class java.util.Calendar
Value of the MONTH field indicating the fifth month of the year.
MD5 - class com.motorola.iden.provider.MD5.
The MD5 class is used to compute an MD5 message digest over arbitraty-sized data.
MD5() - Constructor for class com.motorola.iden.provider.MD5
Standard constructor, creates and initializes a new MD5 instance.
MD5withRSA - class com.motorola.iden.provider.MD5withRSA.
Implement MD5withRSA
MD5withRSA() - Constructor for class com.motorola.iden.provider.MD5withRSA
 
MediaException - exception javax.microedition.media.MediaException.
A MediaException indicates an unexpected error condition in a method.
MediaException() - Constructor for class javax.microedition.media.MediaException
Constructs a MediaException with null as its error detail message.
MediaException(String) - Constructor for class javax.microedition.media.MediaException
Constructs a MediaException with the specified detail message.
Message - interface javax.wireless.messaging.Message.
This is the base interface for derived interfaces that represent various types of messages.
MessageConnection - interface javax.wireless.messaging.MessageConnection.
The MessageConnection interface defines the basic functionality for sending and receiving messages.
MessageDigest - class com.motorola.iden.security.MessageDigest.
This MessageDigest class provides applications the functionality of a message digest algorithm, such as MD5 or SHA.
MessageDigest() - Constructor for class com.motorola.iden.security.MessageDigest
 
MessageDigestSpi - class com.motorola.iden.security.MessageDigestSpi.
This class defines the Service Provider Interface (SPI) for the MessageDigest class, which provides the functionality of a message digest algorithm, such as MD5 or SHA.
MessageDigestSpi() - Constructor for class com.motorola.iden.security.MessageDigestSpi
 
MessageListener - interface javax.wireless.messaging.MessageListener.
The MessageListener interface provides a mechanism for the application to be notified of incoming messages.
MetaDataControl - interface javax.microedition.media.control.MetaDataControl.
MetaDataControl is used to retrieve metadata information included within the media streams.
MIDI_DEVICE_LOCATOR - Static variable in class javax.microedition.media.Manager
The locator to create a MIDI Player which gives access to the MIDI device by making MIDIControl available. e.g.
MIDIControl - interface javax.microedition.media.control.MIDIControl.
MIDIControl provides access to MIDI rendering and transmitting devices.
MidiPlayer - class com.motorola.midi.MidiPlayer.
 
MIDlet - class javax.microedition.midlet.MIDlet.
A MIDLet is a MID Profile application.
MIDLET - Static variable in class com.motorola.iden.udm.DateBookEvent
MIDLET Field ID specifying MIDlet with MIDLET_SUITE that should be launched when the DateBookEvent expires.
MIDLET_SUITE - Static variable in class com.motorola.iden.udm.DateBookEvent
MIDLET_SUITE Field ID specifying MIDlet Suite that should be opened when the DateBookEvent expires.
MIDletStateChangeException - exception javax.microedition.midlet.MIDletStateChangeException.
Signals that a requested MIDlet state change failed.
MIDletStateChangeException() - Constructor for class javax.microedition.midlet.MIDletStateChangeException
Constructs an exception with no specified detail message.
MIDletStateChangeException(String) - Constructor for class javax.microedition.midlet.MIDletStateChangeException
Constructs an exception with the specified detail message.
MILLISECOND - Static variable in class java.util.Calendar
Field number for get and set indicating the millisecond within the second.
MIN_AMBIENT_LIGHT_INTENSITY - Static variable in class com.motorola.iden.micro3d.Light
Minimum ambient light intensity
MIN_DIRECTIONAL_LIGHT_INTENSITY - Static variable in class com.motorola.iden.micro3d.Light
Minimum directional light intensity
MIN_PAUSE_TIME - Static variable in class com.mot.iden.multimedia.Vibrator
MIN_PAUSE_TIME The minimum time to pause between the vibrator stopping and starting again.
MIN_PRIORITY - Static variable in class java.lang.Thread
The minimum priority that a thread can have.
MIN_RADIX - Static variable in class java.lang.Character
The minimum radix available for conversion to and from Strings.
MIN_VALUE - Static variable in class com.motorola.iden.micro3d.Vector3D
The minimum value for x, y, and z that can be stored in the Vector3D.
MIN_VALUE - Static variable in class com.motorola.iden.micro3d.AffineTransform
The minimum value that can be used by the AffineTransform.
MIN_VALUE - Static variable in class java.lang.Long
The smallest value of type long.
MIN_VALUE - Static variable in class java.lang.Integer
The smallest value of type int.
MIN_VALUE - Static variable in class java.lang.Short
The minimum value a Short can have.
MIN_VALUE - Static variable in class java.lang.Byte
The minimum value a Byte can have.
MIN_VALUE - Static variable in class java.lang.Character
The constant value of this field is the smallest value of type char.
min(Float, Float) - Static method in class com.mot.iden.math.Math
Returns the smaller of two Float values.
min(int, int) - Static method in class java.lang.Math
Returns the smaller of two int values.
min(long, long) - Static method in class java.lang.Math
Returns the smaller of two long values.
MINUTE - Static variable in class java.util.Calendar
Field number for get and set indicating the minute within the hour.
MIP_REGISTRATION - Static variable in class com.mot.iden.device.StatusManager
This is the value passed to the isRegistered method to retrieve if the device is mobile ip registered or not returns value of false when the the device was unable to mobile ip register and true when the device was able to mobile ip register.
MISSING_SIGNATURE - Static variable in class javax.microedition.pki.CertificateException
Indicates a certificate object does not contain a signature.
MONDAY - Static variable in class com.motorola.iden.udm.DateBookRepeatEvent
MONDAY Constant for the day of week Monday.
MONDAY - Static variable in class java.util.Calendar
Value of the DAY_OF_WEEK field indicating Monday.
MONTH - Static variable in class java.util.Calendar
Field number for get and set indicating the month.
MONTH_IN_YEAR - Static variable in class com.motorola.iden.udm.DateBookRepeatEvent
MONTH_IN_YEAR The month an event occurs.
MONTHLY - Static variable in class com.motorola.iden.udm.DateBookRepeatEvent
MONTHLY Used for frequency when the Event happens every month.
MOTAES - Static variable in class com.motorola.iden.security.Security
Algorithm AES
MOTARC4 - Static variable in class com.motorola.iden.security.Security
Algorithm ARC4
MOTCipher - Static variable in class com.motorola.iden.security.Security
Algorithm Type: Cipher
MOTDES - Static variable in class com.motorola.iden.security.Security
Algorithm DES
MOTDESEDE - Static variable in class com.motorola.iden.security.Security
Algorithm DESede
MOTDH - Static variable in class com.motorola.iden.security.Security
Algorithm Diffie-Hellman
MOTECC - Static variable in class com.motorola.iden.security.Security
Algorithm ECC
MOTECDH - Static variable in class com.motorola.iden.security.Security
Algorithm Elliptic Curve Diffie-Hellman
MOTECDSA - Static variable in class com.motorola.iden.security.Security
Algorithm ECDSA
MOTFIPS - Static variable in class com.motorola.iden.security.Security
Algorithm FIPS186
MOTKEYAGREEMENT - Static variable in class com.motorola.iden.security.Security
Algorithm Type: KeyAgreement
MOTKEYGEN - Static variable in class com.motorola.iden.security.Security
Algorithm Type: KENGEN
MOTMD - Static variable in class com.motorola.iden.security.Security
Algorithm Type: MessageDigest
MOTMD5 - Static variable in class com.motorola.iden.security.Security
Algorithm MD5
MOTMD5WITHRSA - Static variable in class com.motorola.iden.security.Security
Algorithm MD5withRSA
MOTOROLA - Static variable in class com.motorola.iden.security.Security
Default provider name.
MOTPATH - Static variable in class com.motorola.iden.security.Security
Default algorithm path.
MOTRC5 - Static variable in class com.motorola.iden.security.Security
Algorithm block cipher RC5
MOTRNG - Static variable in class com.motorola.iden.security.Security
Algorithm Type: RNG
MOTRSA - Static variable in class com.motorola.iden.security.Security
Algorithm RSA
MOTSHA - Static variable in class com.motorola.iden.security.Security
Algorithm SHA
MOTSHA1WITHRSA - Static variable in class com.motorola.iden.security.Security
Algorithm SHA1withRSA
MOTSIG - Static variable in class com.motorola.iden.security.Security
Algorithm Type: SIGNATURE
move(int, int) - Method in class javax.microedition.lcdui.game.Layer
Moves this Layer by the specified horizontal and vertical distances.
moveCursor(int) - Method in class com.motorola.iden.lnf.TextView
This method is used to move the cursor one line or page up or down.
MOVEMENT - Static variable in class com.motorola.iden.lnf.TickerLookAndFeel
Constant to access the movement in scrollParams
MULTIPLE - Static variable in interface javax.microedition.lcdui.Choice
MULTIPLE is a choice that can have arbitrary number of elements selected at a time.
multiply(AffineTransform) - Method in class com.motorola.iden.micro3d.AffineTransform
Multiplies this AffineTransform object against another.
multiply(AffineTransform, AffineTransform) - Static method in class com.motorola.iden.micro3d.AffineTransform
Multiplies two AffineTransform objects against another.
multiply(AffineTransform, AffineTransform, AffineTransform) - Static method in class com.motorola.iden.micro3d.AffineTransform
Multiplies two AffineTransform objects and stores the result of the operation in the specified destination.
multiply(Float, Float) - Static method in class com.mot.iden.math.Math
Returns the floating-point multiplication of the two specified Float arguments as a new Float object.
multiply(Float, Float) - Static method in class com.mot.iden.math.Float
Deprecated.  
multiply(String, String) - Static method in class com.mot.iden.math.Float
Deprecated.  
MultiTexture - class com.motorola.iden.micro3d.MultiTexture.
This class holds the texture data.
MultiTexture() - Constructor for class com.motorola.iden.micro3d.MultiTexture
Constructs an empty MultiTexture.
MultiTexture(int) - Constructor for class com.motorola.iden.micro3d.MultiTexture
Constructs a MultiTexture capable of holding the apecified amount of Texture objects.

N

NAME_FAMILY - Static variable in class com.motorola.iden.udm.PhoneBookEntry
NAME_FAMILY Field ID for the family name of the PhoneBookEntry.
NAME_GIVEN - Static variable in class com.motorola.iden.udm.PhoneBookEntry
NAME_GIVEN Field ID for the given name of the PhoneBookEntry.
NAME_OTHER - Static variable in class com.motorola.iden.udm.PhoneBookEntry
NAME_OTHER Field ID for another name for the PhoneBookEntry.
NAME_PREFIX - Static variable in class com.motorola.iden.udm.PhoneBookEntry
NAME_PREFIX Field ID for a name prefix for the PhoneBookEntry.
NAME_SORT - Static variable in class com.motorola.iden.udm.UDM
NAME_SORT defines retrieving in name order sort.
NAME_SUFFIX - Static variable in class com.motorola.iden.udm.PhoneBookEntry
NAME_SUFFIX Field ID for a name suffix for the PhoneBookEntry.
nBufLen - Variable in class com.mot.iden.t9.T9
Length of current text.
nBufLenMax - Variable in class com.mot.iden.t9.T9
Maximum length of current text.
nCursor - Variable in class com.mot.iden.t9.T9
Current cursor position.
needsInput() - Method in class com.mot.iden.zip.Inflater
Returns true if no data remains in the input buffer.
needsInput() - Method in class com.mot.iden.zip.Deflater
Returns true if the input data buffer is empty and setInput() should be called in order to provide more input.
NegativeArraySizeException - exception java.lang.NegativeArraySizeException.
Thrown if an application tries to create an array with negative size.
NegativeArraySizeException() - Constructor for class java.lang.NegativeArraySizeException
Constructs a NegativeArraySizeException with no detail message.
NegativeArraySizeException(String) - Constructor for class java.lang.NegativeArraySizeException
Constructs a NegativeArraySizeException with the specified detail message.
newDatagram(byte[], int) - Method in interface javax.microedition.io.DatagramConnection
Make a new datagram object
newDatagram(byte[], int, String) - Method in interface javax.microedition.io.DatagramConnection
Make a new datagram object
newDatagram(int) - Method in interface javax.microedition.io.DatagramConnection
Make a new datagram object automatically allocating a buffer
newDatagram(int, String) - Method in interface javax.microedition.io.DatagramConnection
Make a new datagram object
newInstance() - Method in class java.lang.Class
Creates a new instance of a class.
newMessage(String) - Method in interface javax.wireless.messaging.MessageConnection
Constructs a new message object of a given type.
newMessage(String, String) - Method in interface javax.wireless.messaging.MessageConnection
Constructs a new Message object of a given type and initializes it with the given destination address.
nextBytes(byte[]) - Method in class com.motorola.iden.security.SecureRandom
Generates a user-specified number of random bytes.
nextElement() - Method in class com.mot.iden.util.StringTokenizer
Returns the next token in this StringTokenizer as an Object.
nextElement() - Method in interface java.util.Enumeration
Returns the next element of this enumeration.
nextFrame() - Method in class javax.microedition.lcdui.game.Sprite
Selects the next frame in the frame sequence.
nextInt() - Method in class java.util.Random
Returns the next pseudorandom, uniformly distributed int value from this random number generator's sequence.
nextLong() - Method in class java.util.Random
Returns the next pseudorandom, uniformly distributed long value from this random number generator's sequence.
nextRecord() - Method in interface javax.microedition.rms.RecordEnumeration
Returns a copy of the next record in this enumeration, where next is defined by the comparator and/or filter supplied in the constructor of this enumerator.
nextRecordId() - Method in interface javax.microedition.rms.RecordEnumeration
Returns the recordId of the next record in this enumeration, where next is defined by the comparator and/or filter supplied in the constructor of this enumerator.
nextToken() - Method in class com.mot.iden.util.StringTokenizer
Returns the next token in this StringTokenizer as a String.
NICKNAME - Static variable in class com.motorola.iden.udm.PhoneBookEntry
NICKNAME Field ID corresponding to the Nickname of the PhoneBookEntry.
nLdbObjCnt - Variable in class com.mot.iden.t9.T9
Count of LDB objects for current key sequence.
NO_CHANGE - Static variable in class com.mot.iden.t9.T9
Used in our state change mask to signify no change.
NO_COMPRESSION - Static variable in class com.mot.iden.zip.Deflater
Compression level for no compression.
NO_LIMIT - Static variable in class com.motorola.lwt.TextComponent
Constant for no length limit.
NO_PRECISION - Static variable in class com.mot.iden.math.Float
No precision set yet for this Float object.
nObjNum - Variable in class com.mot.iden.t9.T9
Object number of word at cursor position.
NOCHANGE_COLOR_MODIFIER - Static variable in class com.motorola.iden.lnf.ColorPalette
The modifier no-change
NON_PREDICTIVE - Static variable in class javax.microedition.lcdui.TextField
Indicates that the text entered does not consist of words that are likely to be found in dictionaries typically used by predictive input schemes.
NONE - Static variable in class com.mot.iden.device.AudioManager
This is a return value used in getAudioAccessoryType.
NONE - Static variable in class com.motorola.iden.lnf.ScrollbarLookAndFeel
Do not locate the scrollbar on either side of the content area NONE has value of -1
NORM_PRIORITY - Static variable in class java.lang.Thread
The default priority that is assigned to a thread.
NORMAL - Static variable in class com.motorola.iden.micro3d.Primitive
Identifier for a vector that is serving as a normal.
normalize() - Method in class com.motorola.iden.micro3d.Vector3D
Normalizes the Vector3D object.
normalize() - Method in class com.motorola.iden.micro3d.AffineTransform
Normalizes this AffineTransform.
normalize(Vector3D) - Static method in class com.motorola.iden.micro3d.Vector3D
Normalizes the Vector3D object returning the result as a new Vector3D object.
NoSuchAlgorithmException - exception com.motorola.iden.security.NoSuchAlgorithmException.
This exception is thrown when a particular cryptographic algorithm is requested but is not available in the environment.
NoSuchAlgorithmException() - Constructor for class com.motorola.iden.security.NoSuchAlgorithmException
Constructs a NoSuchAlgorithmException with no detail message.
NoSuchAlgorithmException(String) - Constructor for class com.motorola.iden.security.NoSuchAlgorithmException
Constructs a NoSuchAlgorithmException with the specified detail message.
NoSuchElementException - exception java.util.NoSuchElementException.
Thrown by the nextElement method of an Enumeration to indicate that there are no more elements in the enumeration.
NoSuchElementException() - Constructor for class java.util.NoSuchElementException
Constructs a NoSuchElementException with no detail message.
NoSuchElementException(String) - Constructor for class java.util.NoSuchElementException
Constructs a NoSuchElementException with the specified detail message.
NoSuchPaddingException - exception com.motorola.iden.crypto.NoSuchPaddingException.
This exception is thrown when a particular padding mechanism is requested but is not available in the environment.
NoSuchPaddingException() - Constructor for class com.motorola.iden.crypto.NoSuchPaddingException
Constructs a NoSuchPaddingException with no detail message.
NoSuchPaddingException(String) - Constructor for class com.motorola.iden.crypto.NoSuchPaddingException
Constructs a NoSuchPaddingException with the specified detail message.
NOT_AVAILABLE - Static variable in class com.motorola.iden.udm.PhoneBook
NOT_AVAILABLE Not available field in the current SIM type.
NOT_SEEKABLE - Static variable in interface javax.microedition.media.protocol.SourceStream
The value returned by getSeekType indicating that this SourceStream is not seekable.
NOT_YET_VALID - Static variable in class javax.microedition.pki.CertificateException
Indicates a certificate is not yet valid.
NOTE_ON - Static variable in interface javax.microedition.media.control.MIDIControl
Command value for Note On message (0x90, or 144).
NotificationTypeControl - interface com.mot.iden.device.controls.NotificationTypeControl.
This interface is for controlling the ring type of a radio feature.
notify() - Method in class java.lang.Object
Wakes up a single thread that is waiting on this object's monitor.
notifyAll() - Method in class java.lang.Object
Wakes up all threads that are waiting on this object's monitor.
notifyDestroyed() - Method in class javax.microedition.midlet.MIDlet
Used by a MIDlet to notify the application management software that it has entered into the Destroyed state.
notifyIncomingMessage(MessageConnection) - Method in interface javax.wireless.messaging.MessageListener
Called by the platform when an incoming message arrives to a MessageConnection where the application has registered this listener object.
notifyPaused() - Method in class javax.microedition.midlet.MIDlet
Notifies the application management software that the MIDlet does not want to be active and has entered the Paused state.
notifyStateChanged() - Method in class javax.microedition.lcdui.Item
Causes this Item's containing Form to notify the Item's ItemStateListener.
notifyStateChanged() - Method in class javax.microedition.lcdui.ChoiceGroup
Called when the state of this item changes
NOVEMBER - Static variable in class com.motorola.iden.udm.DateBookRepeatEvent
NOVEMBER Constant for the month of November.
NOVEMBER - Static variable in class java.util.Calendar
Value of the MONTH field indicating the eleventh month of the year.
nUdbFence - Variable in class com.mot.iden.t9.T9
Selection list start point for UDB words.
nUdbObjCnt - Variable in class com.mot.iden.t9.T9
Count of UDB objects for current key sequence.
NullPointerException - exception java.lang.NullPointerException.
Thrown when an application attempts to use null in a case where an object is required.
NullPointerException() - Constructor for class java.lang.NullPointerException
Constructs a NullPointerException with no detail message.
NullPointerException(String) - Constructor for class java.lang.NullPointerException
Constructs a NullPointerException with the specified detail message.
NUM_NET_ALERT - Static variable in class com.mot.iden.device.StatusManager
This is the value passed to the status manager to retrieve the number of Net Alerts the device has.
NUM_OF_NON_REPEAT_EVENTS - Static variable in class com.motorola.iden.udm.DateBook
NUM_OF_NON_REPEAT_EVENTS Total non repeat events in the Datebook native datebase.
NUM_OF_REPEAT_EVENTS - Static variable in class com.motorola.iden.udm.DateBook
NUM_OF_REPEAT_EVENTS Total repeat events in the Datebook native datebase.
NUM_TEXT_MSG - Static variable in class com.mot.iden.device.StatusManager
This is the value passed to the status manager to retrieve the number of text messages the device has.
NUM_UNHEARD_VOICE_MAIL - Static variable in class com.mot.iden.device.StatusManager
This is the value passed to the status manager to retrieve the number of unheard Voice Mail messages the device has.
NUM_UNREAD_NET_ALERT - Static variable in class com.mot.iden.device.StatusManager
This is the value passed to the status manager to retrieve the number of unread Net Alerts the device has.
NUM_UNREAD_TEXT_MSG - Static variable in class com.mot.iden.device.StatusManager
This is the value passed to the status manager to retrieve the number of unread text messages the device has.
NUM_VOICE_MAIL - Static variable in class com.mot.iden.device.StatusManager
This is the value passed to the status manager to retrieve the number of Voice Mail messages the device has.
numActive() - Method in class com.mot.iden.t9.T9
Used to determine if the current entry mode is Numeric mode.
numAlphaLevels() - Method in class javax.microedition.lcdui.Display
Gets the number of alpha transparency levels supported by this implementation.
NumberFormatException - exception java.lang.NumberFormatException.
Thrown to indicate that the application has attempted to convert a string to one of the numeric types, but that the string does not have the appropriate format.
NumberFormatException() - Constructor for class java.lang.NumberFormatException
Constructs a NumberFormatException with no detail message.
NumberFormatException(String) - Constructor for class java.lang.NumberFormatException
Constructs a NumberFormatException with the specified detail message.
numberOfSegments(Message) - Method in interface javax.wireless.messaging.MessageConnection
Returns the number of segments in the underlying protocol that would be needed for sending the specified Message.
numColors() - Method in class com.motorola.iden.lcdui.ExternalDisplay
Gets the number of colors (if isColor() is true) or graylevels (if isColor() is false) that can be represented on the device.
numColors() - Method in class javax.microedition.lcdui.Display
Gets the number of colors (if isColor() is true) or graylevels (if isColor() is false) that can be represented on the device.
NUMERIC - Static variable in class javax.microedition.lcdui.TextField
NUMERIC The user is allowed to enter only an integer value.
numIncomingCalls() - Method in class com.motorola.iden.recentcalls.RecentCalls
This method retrives the number of Incoming calls in Recent Calls List.
numMissedCalls() - Method in class com.motorola.iden.recentcalls.RecentCalls
This method retrives number of Missed calls in Recent calls list.
numOutgoingCalls() - Method in class com.motorola.iden.recentcalls.RecentCalls
This Method retrives the number of outgoing calls in Recent Calls List.
numRecords() - Method in interface javax.microedition.rms.RecordEnumeration
Returns the number of records available in this enumeration's set.
nWordLen - Variable in class com.mot.iden.t9.T9
Length of word at current cursor position.

O

Object - class java.lang.Object.
Class Object is the root of the class hierarchy.
Object() - Constructor for class java.lang.Object
 
Object3D - class com.motorola.iden.micro3d.Object3D.
This class exists to give the Figure and Primitive classes a common root class.
OCTOBER - Static variable in class com.motorola.iden.udm.DateBookRepeatEvent
OCTOBER Constant for the month of October.
OCTOBER - Static variable in class java.util.Calendar
Value of the MONTH field indicating the tenth month of the year.
OFB - Static variable in class com.motorola.iden.crypto.Cipher
Constant used to initialize cipher to OFB64 mode.
OFB - Static variable in class com.motorola.iden.security.Security
Cipher mode OFB64
OFB128 - Static variable in class com.motorola.iden.crypto.Cipher
Constant used to initialize cipher to OFB128 mode.
OFB128 - Static variable in class com.motorola.iden.security.Security
Cipher mode OFB128
OK - Static variable in class javax.microedition.lcdui.Command
A command that is a standard positive answer to a dialog implemented by current screen.
open(String) - Static method in class javax.microedition.io.Connector
Create and open a Connection
open(String, int) - Static method in class javax.microedition.io.Connector
Create and open a Connection
open(String, int, boolean) - Static method in class javax.microedition.io.Connector
Create and open a Connection
openDataInputStream() - Method in interface javax.microedition.io.InputConnection
Open and return a data input stream for a connection.
openDataInputStream(String) - Static method in class javax.microedition.io.Connector
Create and open a connection input stream
openDataOutputStream() - Method in interface javax.microedition.io.OutputConnection
Open and return a data output stream for a connection.
openDataOutputStream(String) - Static method in class javax.microedition.io.Connector
Create and open a connection output stream
openDateBook(int) - Static method in class com.motorola.iden.udm.UDM
Creates a DateBook and populates it with native DateBook data.
openInputStream() - Method in interface javax.microedition.io.InputConnection
Open and return an input stream for a connection.
openInputStream(String) - Static method in class javax.microedition.io.Connector
Create and open a connection input stream
openOutputStream() - Method in interface javax.microedition.io.OutputConnection
Open and return an output stream for a connection.
openOutputStream(String) - Static method in class javax.microedition.io.Connector
Create and open a connection output stream
openPhoneBook(int) - Static method in class com.motorola.iden.udm.UDM
Creates a PhoneBook and populates it with native PhoneBook data.
openPhoneBook(int, int) - Static method in class com.motorola.iden.udm.UDM
Creates a PhoneBook and populates it with native PhoneBook data.
openRecordStore(String, boolean) - Static method in class javax.microedition.rms.RecordStore
Open (and possibly create) a record store associated with the given application.
openRecordStore(String, boolean, int, boolean) - Static method in class javax.microedition.rms.RecordStore
Open (and possibly create) a record store that can be shared with other MIDlet suites.
openRecordStore(String, String, String) - Static method in class javax.microedition.rms.RecordStore
Open a record store associated with the named MIDlet suite.
ORIENTATION_FLIP_OFF - Static variable in class com.motorola.iden.multimedia.DigitalCamera
Orientation for the camera image.
ORIENTATION_FLIP_ON - Static variable in class com.motorola.iden.multimedia.DigitalCamera
Orientation for the camera image.
out - Static variable in class java.lang.System
The "standard" output stream.
OutboundRouteControl - interface com.mot.iden.device.controls.OutboundRouteControl.
This interface is for controlling the routing of java, voice, and speakerphone.
outerProduct(Vector3D) - Method in class com.motorola.iden.micro3d.Vector3D
Calculates the outer, or cross, product of this Vector3D with the specified Vector3D.
outerProduct(Vector3D, Vector3D) - Static method in class com.motorola.iden.micro3d.Vector3D
Calculates the outer, or cross, product of the specified Vector3D objects.
OutOfMemoryError - error java.lang.OutOfMemoryError.
Thrown when the Java Virtual Machine cannot allocate an object because it is out of memory, and no more memory could be made available by the garbage collector.
OutOfMemoryError() - Constructor for class java.lang.OutOfMemoryError
Constructs an OutOfMemoryError with no detail message.
OutOfMemoryError(String) - Constructor for class java.lang.OutOfMemoryError
Constructs an OutOfMemoryError with the specified detail message.
OutputConnection - interface javax.microedition.io.OutputConnection.
This interface defines the capabilities that an output stream connection must have.
OutputStream - class java.io.OutputStream.
This abstract class is the superclass of all classes representing an output stream of bytes.
OutputStream() - Constructor for class java.io.OutputStream
 
OutputStreamWriter - class java.io.OutputStreamWriter.
An OutputStreamWriter is a bridge from character streams to byte streams: Characters written to it are translated into bytes according to a specified OutputStreamWriter(OutputStream) - Constructor for class java.io.OutputStreamWriter
Create an OutputStreamWriter that uses the default character encoding.
OutputStreamWriter(OutputStream, String) - Constructor for class java.io.OutputStreamWriter
Create an OutputStreamWriter that uses the named character encoding.

P

PAGE_DOWN - Static variable in class com.motorola.iden.lnf.TextView
Indicates that the cursor should move one page down.
PAGE_UP - Static variable in class com.motorola.iden.lnf.TextView
Indicates that the cursor should move one page up.
paint(Graphics) - Method in class com.motorola.iden.lnf.TextView
This method is used to paint the TextView to a Graphics object.
paint(Graphics) - Method in class com.motorola.iden.micro3d.Renderer
Paints the primitives and figures associated to this Renderer to the specified Texture object.
paint(Graphics) - Method in class com.motorola.lwt.TextComponent
Paints this component onto the specified Graphics object.
paint(Graphics) - Method in class com.motorola.lwt.Slider
 
paint(Graphics) - Method in class com.motorola.lwt.InteractableComponent
Renders the Component.
paint(Graphics) - Method in class com.motorola.lwt.ImageLabel
Paints this ImageLabel.
paint(Graphics) - Method in class com.motorola.lwt.ComponentScreen
Renders the screen.
paint(Graphics) - Method in class com.motorola.lwt.Component
Renders the Component.
paint(Graphics) - Method in class com.motorola.lwt.Checkbox
Renders the Checkbox.
paint(Graphics) - Method in class com.motorola.lwt.Button
Renders the Button.
paint(Graphics) - Method in class javax.microedition.lcdui.game.TiledLayer
Draws the TiledLayer.
paint(Graphics) - Method in class javax.microedition.lcdui.game.Sprite
Draws the Sprite.
paint(Graphics) - Method in class javax.microedition.lcdui.game.Layer
Paints this Layer if it is visible.
paint(Graphics) - Method in class javax.microedition.lcdui.game.GameCanvas
Paints this GameCanvas.
paint(Graphics, int, int) - Method in class javax.microedition.lcdui.game.LayerManager
Renders the LayerManager's current view window at the specified location.
paint(Graphics, Object[], int, int, int) - Method in class com.motorola.iden.lnf.WidgetLookAndFeel
Renders a widget.
paint(Graphics, Object[], int, int, int) - Method in class com.motorola.iden.lnf.TitleLookAndFeel
Renders the title of a Displayable.
paint(Graphics, Object[], int, int, int) - Method in class com.motorola.iden.lnf.TickerLookAndFeel
Renders a ticker.
paint(Graphics, Object[], int, int, int) - Method in class com.motorola.iden.lnf.TextFieldItemLookAndFeel
Renders the given Item.
paint(Graphics, Object[], int, int, int) - Method in class com.motorola.iden.lnf.StringItemLookAndFeel
Renders the given Item.
paint(Graphics, Object[], int, int, int) - Method in class com.motorola.iden.lnf.ScrollbarLookAndFeel
Renders the scrollbar.
paint(Graphics, Object[], int, int, int) - Method in class com.motorola.iden.lnf.ItemLookAndFeel
Renders the given Item.
paint(Graphics, Object[], int, int, int) - Method in class com.motorola.iden.lnf.ImageItemLookAndFeel
Renders the given ImageItem.
paint(Graphics, Object[], int, int, int) - Method in class com.motorola.iden.lnf.GaugeItemLookAndFeel
Renders the given Gauge.
paint(Graphics, Object[], int, int, int) - Method in class com.motorola.iden.lnf.DateFieldItemLookAndFeel
Renders the given Item.
paint(Graphics, Object[], int, int, int) - Method in class com.motorola.iden.lnf.CommandAreaLookAndFeel
Renders the command-area of a Displayable.
paint(Graphics, Object[], int, int, int) - Method in class com.motorola.iden.lnf.ChoiceGroupItemLookAndFeel
Renders the given ChoiceGoup.
paint(Graphics, Object[], int, int, int) - Method in class com.motorola.iden.lnf.CheckboxItemLookAndFeel
Renders one of the individual items of a ChoiceGroup or List.
paint(Texture, int) - Method in class com.motorola.iden.micro3d.Renderer
Paints the primitives and figures associated to this Renderer to the specified Texture object.
paintBorder(Graphics, int, int, int, int, boolean) - Method in interface com.motorola.iden.lnf.Border
Paints this border at position (0,0) and size.
PARALLEL_PROJECTION - Static variable in class com.motorola.iden.micro3d.PointSprite
Disables perspective projection when rendering a sprite.
PARALLEL_SCALE - Static variable in class com.motorola.iden.micro3d.Layout3D
Identifier for parallel projection specified by setting the scale of the view-to-screen transformation.
PARALLEL_WIDTH - Static variable in class com.motorola.iden.micro3d.Layout3D
Identifier for parallel projection specified by setting the projection plane's width.
PARALLEL_WIDTH_HEIGHT - Static variable in class com.motorola.iden.micro3d.Layout3D
Identifier for parallel projection specified by setting the projection plane's width and height.
parseByte(String) - Static method in class java.lang.Byte
Assuming the specified String represents a byte, returns that byte's value.
parseByte(String, int) - Static method in class java.lang.Byte
Assuming the specified String represents a byte, returns that byte's value.
parseInt(String) - Static method in class java.lang.Integer
Parses the string argument as a signed decimal integer.
parseInt(String, int) - Static method in class java.lang.Integer
Parses the string argument as a signed integer in the radix specified by the second argument.
parseLong(String) - Static method in class java.lang.Long
Assuming the specified String represents a long, returns that long's value.
parseLong(String, int) - Static method in class java.lang.Long
Assuming the specified String represents a long, returns that long's value.
parseShort(String) - Static method in class java.lang.Short
Assuming the specified String represents a short, returns that short's value.
parseShort(String, int) - Static method in class java.lang.Short
Assuming the specified String represents a short, returns that short's value.
PASSWORD - Static variable in class javax.microedition.lcdui.TextField
PASSWORD The text entered must be masked so that the characters typed are not visible.
PASSWORD_MODE - Static variable in class com.mot.iden.t9.T9
Used to put T9 into password mode.
PD_REGISTRATION - Static variable in class com.mot.iden.device.StatusManager
This is the value passed to the isRegistered method to retrieve if the device is packet data registered or not returns value of false when there is no packet data service and true when the device was able to packet data register.
peek() - Method in class java.util.Stack
Looks at the object at the top of this stack without removing it from the stack.
PERSPECTIVE_FOV - Static variable in class com.motorola.iden.micro3d.Layout3D
Identifier for perspective projection specified by field of view parameters.
PERSPECTIVE_PROJECTION - Static variable in class com.motorola.iden.micro3d.PointSprite
Enables perspective projection when rendering a sprite.
PERSPECTIVE_WIDTH - Static variable in class com.motorola.iden.micro3d.Layout3D
Identifier for perspective projection specified by the width of the near clipping plane's projection plane.
PERSPECTIVE_WIDTH_HEIGHT - Static variable in class com.motorola.iden.micro3d.Layout3D
Identifier for perspective projection specified by width and height of the near clipping plane's projection plane.
PHONE_AVAILABLE - Static variable in class com.motorola.iden.udm.PhoneBook
PHONE_AVAILABLE available Phone slots in the SIM.
PHONE_CALL - Static variable in class com.mot.iden.device.AudioManager
This is a value used for setRoute and getRoute.
PHONE_INUSE - Static variable in class com.motorola.iden.udm.PhoneBook
PHONE_INUSE Inuse Phone slots in the SIM.
PHONE_MODE - Static variable in class com.mot.iden.t9.T9
Used to put T9 into phone mode.
PhoneBook - class com.motorola.iden.udm.PhoneBook.
Represents a PhoneBook list containing PhoneBookEntry elements.
PhoneBookEntry - class com.motorola.iden.udm.PhoneBookEntry.
Represents a single Phonebook entry in a UDM Phonebook database The PhoneBookEntry class has many different field IDs that it can support.
PHONENUMBER - Static variable in class javax.microedition.lcdui.TextField
PHONENUMBER The user is allowed to enter a phone number.
PI - Static variable in class com.mot.iden.math.Math
The String value that is closer than any other to pi, the ratio of the circumference of a circle to its diameter.
PitchControl - interface javax.microedition.media.control.PitchControl.
PitchControl raises or lowers the playback pitch of audio without changing the playback speed.
PIXEL_SIZE - Static variable in class com.motorola.iden.micro3d.PointSprite
Specifies that a sprite's dimensions are in terms of the screen coordinate system.
PKCS1 - Static variable in class com.motorola.iden.security.Security
PKCS#1v15Padding
PKCS1V15 - Static variable in class com.motorola.iden.crypto.Cipher
Constant used to initialize padding to PKCS#1v15;
PKCS5 - Static variable in class com.motorola.iden.crypto.Cipher
Constant used to initialize padding to PKCS#5;
PKCS5 - Static variable in class com.motorola.iden.security.Security
PKCS#5Padding
PLAIN - Static variable in class javax.microedition.lcdui.Item
An appearance mode value indicating that the Item is to have a normal appearance.
platformRequest(String) - Method in class javax.microedition.midlet.MIDlet
Requests that the device handle (for example, display or install) the indicated URL.
PLAY_BLOCK - Static variable in interface javax.microedition.media.control.ToneControl
Play a defined block.
PLAY_CONTINUOUS - Static variable in class com.motorola.midi.MidiPlayer
 
PLAY_ONCE - Static variable in class com.motorola.midi.MidiPlayer
 
play(String) - Static method in class com.mot.iden.voicenote.VoiceNote
Plays a voicenote
play(String, int) - Static method in class com.motorola.midi.MidiPlayer
Play a midi of given filename in one-time or continuous mode.
playEffect(int, int, int, int, int) - Static method in class com.motorola.midi.MidiPlayer
Plays a sound effect on top of a playing midi file.
Player - interface javax.microedition.media.Player.
Player controls the rendering of time based media data.
PlayerListener - interface javax.microedition.media.PlayerListener.
PlayerListener is an interface for handling asynchronous events generated by Players.
playerUpdate(Player, String, Object) - Method in interface javax.microedition.media.PlayerListener
This method is called when an event is generated by a Player that this listener is registered with.
playRinger(int) - Method in class com.motorola.iden.call.InterconnectCallImpl
 
playRinger(int) - Method in interface com.motorola.iden.call.InterconnectCall
Returns an incoming number based on the call type it is registered to.
playSound(Display) - Method in class javax.microedition.lcdui.AlertType
Alert the user by playing the sound for this AlertType.
playTone(int, int, int) - Static method in class javax.microedition.media.Manager
Play back a tone as specified by a note and its duration.
PM - Static variable in class java.util.Calendar
Useful constant for hour in 12-hour clock.
Point - class com.motorola.iden.micro3d.Point.
Point primitive.
Point(Vector3D, Layout3D, int) - Constructor for class com.motorola.iden.micro3d.Point
Creates a Point primitive at the position described by vertexA.
pointerPressed(int, int) - Method in class com.motorola.lwt.TextComponent
 
PointSprite - class com.motorola.iden.micro3d.PointSprite.
PointSprite primitive.
PointSprite(Vector3D, int, int, int, int, int, int, int, int, Layout3D, Texture) - Constructor for class com.motorola.iden.micro3d.PointSprite
Creates a PointSprite primitive at the position described by vertexA.
pop() - Method in class java.util.Stack
Removes the object at the top of this stack and returns that object as the value of this function.
POPUP - Static variable in interface javax.microedition.lcdui.Choice
POPUP is a choice having exactly one element selected at a time.
popUpCommandAction(Command, PopUpScreen) - Method in class com.motorola.lwt.ComponentScreen
Handles softkey presses from PopUpScreens.
POSITION_NO_RESPONSE - Static variable in interface com.motorola.iden.position.PositionConnection
This constant indicates that the device is not responding.
POSITION_OK - Static variable in interface com.motorola.iden.position.PositionDevice
This constant indicates that the obtained position is valid and accurate.
POSITION_RESPONSE_ERROR - Static variable in interface com.motorola.iden.position.PositionConnection
This constant indicates that an error occurred while retrieving the position.
POSITION_RESPONSE_NO_ALMANAC_OVERRIDE - Static variable in interface com.motorola.iden.position.PositionConnection
This constant indicates that the Almanac is outdated, and the user is restricted to override.
POSITION_RESPONSE_OK - Static variable in interface com.motorola.iden.position.PositionConnection
This constant indicates that the obtained position is a valid position.
POSITION_RESPONSE_RESTRICTED - Static variable in interface com.motorola.iden.position.PositionConnection
This constant indicates that the user has set the device to not provide the position information.
POSITION_WAITING_RESPONSE - Static variable in interface com.motorola.iden.position.PositionConnection
This constant indicates that the API is waiting for a response from the position device.
Position2D - interface com.motorola.iden.position.Position2D.
Provides the location information on Fix (Serving cell Latitude, Longitude, Latitude, Longitude, Uncertainty, Fix Time, Assistance Used).
PositionConnection - interface com.motorola.iden.position.PositionConnection.
This interface supports creation of a connection to a position source that allows applications to obtain position information.
PositionDevice - interface com.motorola.iden.position.PositionDevice.
This interface defines the common features provided by the position device.
POST - Static variable in interface javax.microedition.io.HttpConnection
HTTP Post method
pow(Float, int) - Static method in class com.mot.iden.math.Math
Returns the floating-point of the specified Float argument to the power of a positive integer exponent as a new Float object.
pow(Float, int) - Static method in class com.mot.iden.math.Float
Deprecated.  
pow(String, int) - Static method in class com.mot.iden.math.Float
Deprecated.  
PRECEDES - Static variable in interface javax.microedition.rms.RecordComparator
PRECEDES means that the left (first parameter) record precedes the right (second parameter) record in terms of search or sort order.
PREFERRED_GAUGE_HEIGHT - Static variable in class com.motorola.iden.lnf.GaugeItemLookAndFeel
The preferred Gauge height. 9 + (1 pixel focus rect + 1 pixel padding each side)
PREFERRED_HEIGHT - Static variable in class com.motorola.lwt.Component
The bottom edge is located such that the Component's height is equal to its preferred height plus the accompanying value.
PREFERRED_WIDTH - Static variable in class com.motorola.lwt.Component
The right edge is located such that the Component's width is equal to its preferred width plus the accompanying value.
prefetch() - Method in interface javax.microedition.media.Player
Acquires the scarce and exclusive resources and processes as much data as necessary to reduce the start latency.
PREFETCHED - Static variable in interface javax.microedition.media.Player
The state of the Player indicating that it has acquired all the resources to begin playing.
prevFrame() - Method in class javax.microedition.lcdui.game.Sprite
Selects the previous frame in the frame sequence.
PREVIOUS_COMPONENT_BOTTOM - Static variable in class com.motorola.lwt.Component
The value describes the edge's offset from the bottom edge of the previous Component.
PREVIOUS_COMPONENT_HCENTER - Static variable in class com.motorola.lwt.Component
The value describes the edge's offset from the horizontal center of the previous Component.
PREVIOUS_COMPONENT_LEFT - Static variable in class com.motorola.lwt.Component
The value describes the edge's offset from the left edge of the previous Component.
PREVIOUS_COMPONENT_RIGHT - Static variable in class com.motorola.lwt.Component
The value describes the edge's offset from the right edge of the previous Component.
PREVIOUS_COMPONENT_TOP - Static variable in class com.motorola.lwt.Component
The value describes the edge's offset from the top edge of the previous Component.
PREVIOUS_COMPONENT_VCENTER - Static variable in class com.motorola.lwt.Component
The value describes the edge's offset from the vertical center of the previous Component.
previousRecord() - Method in interface javax.microedition.rms.RecordEnumeration
Returns a copy of the previous record in this enumeration, where previous is defined by the comparator and/or filter supplied in the constructor of this enumerator.
previousRecordId() - Method in interface javax.microedition.rms.RecordEnumeration
Returns the recordId of the previous record in this enumeration, where previous is defined by the comparator and/or filter supplied in the constructor of this enumerator.
Primitive - class com.motorola.iden.micro3d.Primitive.
Base class for all the 3D primitives.
print(boolean) - Method in class java.io.PrintStream
Print a boolean value.
print(char) - Method in class java.io.PrintStream
Print a character.
print(char[]) - Method in class java.io.PrintStream
Print an array of characters.
print(int) - Method in class java.io.PrintStream
Print an integer.
print(long) - Method in class java.io.PrintStream
Print a long integer.
print(Object) - Method in class java.io.PrintStream
Print an object.
print(String) - Method in class java.io.PrintStream
Print a string.
printFreeBlockInfo(RecordStore.FreeBlockInfo) - Static method in class javax.microedition.rms.RecordStore
Prints the various fields of a free Record block to System.out.
printFreeBlocks(RecordStore.FreeBlockInfo) - Static method in class javax.microedition.rms.RecordStore
Prints the various fields of all the free Record blocks of a RecordStore to System.out.
println() - Method in class java.io.PrintStream
Terminate the current line by writing the line separator string.
println(boolean) - Method in class java.io.PrintStream
Print a boolean and then terminate the line.
println(char) - Method in class java.io.PrintStream
Print a character and then terminate the line.
println(char[]) - Method in class java.io.PrintStream
Print an array of characters and then terminate the line.
println(int) - Method in class java.io.PrintStream
Print an integer and then terminate the line.
println(long) - Method in class java.io.PrintStream
Print a long and then terminate the line.
println(Object) - Method in class java.io.PrintStream
Print an Object and then terminate the line.
println(String) - Method in class java.io.PrintStream
Print a String and then terminate the line.
printRecordBlocks(RecordStore.RecordInfo) - Static method in class javax.microedition.rms.RecordStore
Prints the various fields of all the RecordInfo objects of a RecordStore to System.out.
printRecordHeader(RecordStore.RecordHeader) - Static method in class javax.microedition.rms.RecordStore
Prints the various fields of the header of a Record to System.out.
printRecordInfo(RecordStore.RecordInfo) - Static method in class javax.microedition.rms.RecordStore
Prints the various fields of a RecordInfo object to System.out.
printStackTrace() - Method in class java.lang.Throwable
Prints this Throwable and its backtrace to the standard error stream.
PrintStream - class java.io.PrintStream.
A PrintStream adds functionality to another output stream, namely the ability to print representations of various data values conveniently.
PrintStream(OutputStream) - Constructor for class java.io.PrintStream
Create a new print stream.
PRIV - Static variable in class com.motorola.iden.udm.PhoneBookEntry
PRIV Field ID for a private dispatch id.
PRIVATE - Static variable in class com.motorola.iden.crypto.Cipher
Constant used to initialize public key operation.
PRIVATE_AVAILABLE - Static variable in class com.motorola.iden.udm.PhoneBook
PRIVATE_AVAILABLE available Private slots in the SIM.
PRIVATE_INUSE - Static variable in class com.motorola.iden.udm.PhoneBook
PRIVATE_INUSE Inuse Private slots in the SIM.
PrivateKey - interface com.motorola.iden.security.PrivateKey.
A private key.
processComponentEvent(Object, int) - Method in interface com.motorola.lwt.ComponentListener
Processes a Component event.
processT9StateChange(int) - Method in interface com.mot.iden.t9.T9Listener
Called when a certain T9 status changes occur.
PROG_SPACE_FREE - Static variable in class com.mot.iden.customercare.CustomerCare
Field ID used to retrieve the Device's Java System Free Programming Space
PROG_SPACE_TOTAL - Static variable in class com.mot.iden.customercare.CustomerCare
Field ID used to retrieve the Device's Java System Total Programming Space
PRVT_ID - Static variable in class com.mot.iden.customercare.CustomerCare
Field ID used to retrieve the Device's Own Private Dispatch ID
psAuxBuf - Variable in class com.mot.iden.t9.T9
Shared auxillary key buffer only used in native.
psTxtBuf - Variable in class com.mot.iden.t9.T9
The main T9 text buffer holding the entered text.
pT9Private - Variable in class com.mot.iden.t9.T9
Pointer to persistent memory for use by native T9 engine.
PUBLIC - Static variable in class com.motorola.iden.crypto.Cipher
Constant used to initialize public key operation.
PublicKey - interface com.motorola.iden.security.PublicKey.
A public key.
push(Object) - Method in class java.util.Stack
Pushes an item onto the top of this stack.
PushbackInputStream - class com.mot.iden.zip.PushbackInputStream.
A PushbackInputStream adds functionality to another input stream, namely the ability to "push back" or "unread" one byte.
PushbackInputStream(InputStream) - Constructor for class com.mot.iden.zip.PushbackInputStream
Creates a PushbackInputStream and saves its argument, the input stream in, for later use.
PushbackInputStream(InputStream, int) - Constructor for class com.mot.iden.zip.PushbackInputStream
Creates a PushbackInputStream with a pushback buffer of the specified size, and saves its argument, the input stream in, for later use.
PushRegistry - class javax.microedition.io.PushRegistry.
The PushRegistry maintains a list of inbound connections.
put(Object, Object) - Method in class java.util.Hashtable
Maps the specified key to the specified value in this hashtable.
putNextEntry(ZipEntry) - Method in class com.mot.iden.zip.ZipOutputStream
Begins writing a new ZIP file/outputstream entry and positions the stream to the start of the entry data.
PWR_CUTBACK - Static variable in class com.mot.iden.customercare.CustomerCare
Field ID used to retrieve the Device's Power Cutback Level

Q

Quadrangle - class com.motorola.iden.micro3d.Quadrangle.
Quadrangle primitive.
Quadrangle(Vector3D, Vector3D, Vector3D, Vector3D, int, int, int, int, int, int, int, int, Layout3D, Texture) - Constructor for class com.motorola.iden.micro3d.Quadrangle
Creates a Quadrangle primitive with the vertices at the positions described by vertexA, vertexB, vertexC, and vertexD.
Quadrangle(Vector3D, Vector3D, Vector3D, Vector3D, Layout3D, int) - Constructor for class com.motorola.iden.micro3d.Quadrangle
Creates a Quadrangle primitive with the vertices at the positions described by vertexA, vertexB, vertexC, and vertexD.
Quadrangle(Vector3D, Vector3D, Vector3D, Vector3D, Vector3D, int, int, int, int, int, int, int, int, Layout3D, Texture) - Constructor for class com.motorola.iden.micro3d.Quadrangle
Creates a Quadrangle primitive with the vertices at the positions described by vertexA, vertexB, vertexC, and vertexD and oriented with the normal specified with faceNormal.
Quadrangle(Vector3D, Vector3D, Vector3D, Vector3D, Vector3D, Layout3D, int) - Constructor for class com.motorola.iden.micro3d.Quadrangle
Creates a Quadrangle primitive with the vertices at the positions described by vertexA, vertexB, vertexC, and vertexD and oriented with the normal specified with faceNormal.
Quadrangle(Vector3D, Vector3D, Vector3D, Vector3D, Vector3D, Vector3D, Vector3D, Vector3D, int, int, int, int, int, int, int, int, Layout3D, Texture) - Constructor for class com.motorola.iden.micro3d.Quadrangle
Creates a Quadrangle primitive with the vertices at the positions described by vertexA, vertexB, vertexC, and vertexD and oriented with the normal specified for each vertex.
Quadrangle(Vector3D, Vector3D, Vector3D, Vector3D, Vector3D, Vector3D, Vector3D, Vector3D, Layout3D, int) - Constructor for class com.motorola.iden.micro3d.Quadrangle
Creates a Quadrangle primitive with the vertices at the positions described by vertexA, vertexB, vertexC, and vertexD and oriented with the normal specified for each vertex.

R

RAISED_BEVEL_BORDER - Static variable in class com.motorola.iden.lnf.BorderFactory
The raised bevel border.
RAISED_LOWERED_INTERACTIVE_BEVEL_BORDER - Static variable in class com.motorola.iden.lnf.BorderFactory
The raised/lowered bevel with actuation border.
Random - class java.util.Random.
An instance of this class is used to generate a stream of pseudorandom numbers.
RANDOM_ACCESSIBLE - Static variable in interface javax.microedition.media.protocol.SourceStream
The value returned by getSeekType indicating that this SourceStream can be seeked anywhere within the media.
Random() - Constructor for class java.util.Random
Creates a new random number generator.
Random(long) - Constructor for class java.util.Random
Creates a new random number generator using a single long seed: public Random(long seed) { setSeed(seed); } Used by method next to hold the state of the pseudorandom number generator.
RateControl - interface javax.microedition.media.control.RateControl.
RateControl controls the playback rate of a Player.
RAW - Static variable in class com.motorola.iden.security.Security
RAW key format
RC5 - class com.motorola.iden.provider.RC5.
This class specifies the parameters used with the RC5 algorithm.
RC5() - Constructor for class com.motorola.iden.provider.RC5
 
RC5ParameterSpec - class com.motorola.iden.crypto.spec.RC5ParameterSpec.
This class specifies the parameters used with the RC5 algorithm.
RC5ParameterSpec(int, int, int) - Constructor for class com.motorola.iden.crypto.spec.RC5ParameterSpec
Constructs a parameter set for RC5 from the given version, number of rounds and word size (in bits).
RC5ParameterSpec(int, int, int, byte[]) - Constructor for class com.motorola.iden.crypto.spec.RC5ParameterSpec
Constructs a parameter set for RC5 from the given version, number of rounds, word size (in bits), and IV.
RC5ParameterSpec(int, int, int, byte[], int) - Constructor for class com.motorola.iden.crypto.spec.RC5ParameterSpec
Constructs a parameter set for RC5 from the given version, number of rounds, word size (in bits), and IV.
RCLActionListener() - Method in interface com.motorola.iden.recentcalls.RCLListener
This is the listener the MIDlet will listen to, that will notifiey the MIDlet for updates in Recent Calls data.
RCLListener - interface com.motorola.iden.recentcalls.RCLListener.
 
RCVBUF - Static variable in interface javax.microedition.io.SocketConnection
Socket option for the size of the receiving buffer (3).
READ - Static variable in class javax.microedition.io.Connector
Access mode
READ_LEFT_TO_RIGHT - Static variable in class com.motorola.iden.lnf.FontUtility
Left to right directed string
READ_NEUTRAL - Static variable in class com.motorola.iden.lnf.FontUtility
String, that can be used with any direction
READ_ONLY - Static variable in class com.motorola.iden.udm.UDM
READ_ONLY constant representing opening of a list in read only mode.
READ_RIGHT_TO_LEFT - Static variable in class com.motorola.iden.lnf.FontUtility
Right to left directed string
READ_WRITE - Static variable in class com.motorola.iden.udm.UDM
READ_WRITE constant representing opening of a list in read/write mode.
READ_WRITE - Static variable in class javax.microedition.io.Connector
Access mode
read() - Method in class com.mot.iden.zip.SequenceInputStream
Reads the next byte of data from this input stream.
read() - Method in class com.mot.iden.zip.PushbackInputStream
Reads the next byte of data from this input stream.
read() - Method in class com.mot.iden.zip.InflaterInputStream
Reads a byte of uncompressed data.
read() - Method in class com.mot.iden.zip.FilterInputStream
Reads the next byte of data from this input stream.
read() - Method in class com.mot.iden.zip.CheckedInputStream
Reads a byte.
read() - Method in class java.io.ByteArrayInputStream
Reads the next byte of data from this input stream.
read() - Method in class java.io.DataInputStream
Reads the next byte of data from this input stream.
read() - Method in class java.io.InputStreamReader
Read a single character.
read() - Method in class java.io.Reader
Read a single character.
read() - Method in class java.io.InputStream
Reads the next byte of data from the input stream.
read(byte[]) - Method in class com.mot.iden.zip.FilterInputStream
Reads up to byte.length bytes of data from this input stream into an array of bytes.
read(byte[]) - Method in class java.io.DataInputStream
Reads from this input stream into an array of bytes.
read(byte[]) - Method in class java.io.InputStream
Reads some number of bytes from the input stream and stores them into the buffer array b.
read(byte[], int, int) - Method in class com.mot.iden.zip.ZipInputStream
Reads from the current ZIP entry into an array of bytes.
read(byte[], int, int) - Method in class com.mot.iden.zip.SequenceInputStream
Reads up to len bytes of data from this input stream into an array of bytes.
read(byte[], int, int) - Method in class com.mot.iden.zip.PushbackInputStream
Reads up to len bytes of data from this input stream into an array of bytes.
read(byte[], int, int) - Method in class com.mot.iden.zip.InflaterInputStream
Reads uncompressed data into an array of bytes.
read(byte[], int, int) - Method in class com.mot.iden.zip.GZIPInputStream
Reads uncompressed data into an array of bytes.
read(byte[], int, int) - Method in class com.mot.iden.zip.FilterInputStream
Reads up to len bytes of data from this input stream into an array of bytes.
read(byte[], int, int) - Method in class com.mot.iden.zip.CheckedInputStream
Reads into an array of bytes.
read(byte[], int, int) - Method in class java.io.ByteArrayInputStream
Reads up to len bytes of data into an array of bytes from this input stream.
read(byte[], int, int) - Method in class java.io.DataInputStream
Reads up to len bytes of data from this input stream into an array of bytes.
read(byte[], int, int) - Method in class java.io.InputStream
Reads up to len bytes of data from the input stream into an array of bytes.
read(byte[], int, int) - Method in interface javax.microedition.media.protocol.SourceStream
Reads up to len bytes of data from the input stream into an array of bytes.
read(char[]) - Method in class java.io.Reader
Read characters into an array.
read(char[], int, int) - Method in class java.io.InputStreamReader
Read characters into a portion of an array.
read(char[], int, int) - Method in class java.io.Reader
Read characters into a portion of an array.
readBoolean() - Method in class java.io.DataInputStream
See the general contract of the readBoolean method of DataInput.
readBoolean() - Method in interface java.io.DataInput
Reads one input byte and returns true if that byte is nonzero, false if that byte is zero.
readByte() - Method in class java.io.DataInputStream
See the general contract of the readByte method of DataInput.
readByte() - Method in interface java.io.DataInput
Reads and returns one input byte.
readChar() - Method in class java.io.DataInputStream
See the general contract of the readChar method of DataInput.
readChar() - Method in interface java.io.DataInput
Reads an input char and returns the char value.
Reader - class java.io.Reader.
Abstract class for reading character streams.
readFile(String) - Static method in class com.mot.iden.voicenote.VoiceNote
Reads voicenote data from a file and writes it to a byte array
readFreq() - Static method in class com.mot.iden.multimedia.FMRadio
This method reads the current freqency the FM headset is tuned to.
readFully(byte[]) - Method in class java.io.DataInputStream
See the general contract of the readFully method of DataInput.
readFully(byte[]) - Method in interface java.io.DataInput
Reads some bytes from an input stream and stores them into the buffer array b.
readFully(byte[], int, int) - Method in class java.io.DataInputStream
See the general contract of the readFully method of DataInput.
readFully(byte[], int, int) - Method in interface java.io.DataInput
Reads len bytes from an input stream.
readInt() - Method in class java.io.DataInputStream
See the general contract of the readInt method of DataInput.
readInt() - Method in interface java.io.DataInput
Reads four input bytes and returns an int value.
readLong() - Method in class java.io.DataInputStream
See the general contract of the readLong method of DataInput.
readLong() - Method in interface java.io.DataInput
Reads eight input bytes and returns a long value.
readShort() - Method in class java.io.DataInputStream
See the general contract of the readShort method of DataInput.
readShort() - Method in interface java.io.DataInput
Reads two input bytes and returns a short value.
readUnsignedByte() - Method in class java.io.DataInputStream
See the general contract of the readUnsignedByte method of DataInput.
readUnsignedByte() - Method in interface java.io.DataInput
Reads one input byte, zero-extends it to type int, and returns the result, which is therefore in the range 0 through 255.
readUnsignedShort() - Method in class java.io.DataInputStream
See the general contract of the readUnsignedShort method of DataInput.
readUnsignedShort() - Method in interface java.io.DataInput
Reads two input bytes and returns an int value in the range 0 through 65535.
readUTF() - Method in class java.io.DataInputStream
See the general contract of the readUTF method of DataInput.
readUTF() - Method in interface java.io.DataInput
Reads in a string that has been encoded using a modified UTF-8 format.
readUTF(DataInput) - Static method in class java.io.DataInputStream
Reads from the stream in a representation of a Unicode character string encoded in Java modified UTF-8 format; this string of characters is then returned as a String.
ready() - Method in class java.io.InputStreamReader
Tell whether this stream is ready to be read.
ready() - Method in class java.io.Reader
Tell whether this stream is ready to be read.
realize() - Method in interface javax.microedition.media.Player
Constructs portions of the Player without acquiring the scarce and exclusive resources.
REALIZED - Static variable in interface javax.microedition.media.Player
The state of the Player indicating that it has acquired the required information but not the resources to function.
rebuild() - Method in interface javax.microedition.rms.RecordEnumeration
Request that the enumeration be updated to reflect the current record set.
receive() - Method in interface javax.wireless.messaging.MessageConnection
Receives a message.
receive(Datagram) - Method in interface javax.microedition.io.DatagramConnection
Receive a datagram
RecentCalls - class com.motorola.iden.recentcalls.RecentCalls.
 
RecentCalls() - Constructor for class com.motorola.iden.recentcalls.RecentCalls
Constructor
RecentCallsEntry - class com.motorola.iden.recentcalls.RecentCallsEntry.
 
RecentCallsEntry() - Constructor for class com.motorola.iden.recentcalls.RecentCallsEntry
The default constructor for RecentCallsEntry class
RecentCallsEntry(String, int, int, int, int, int, int, int) - Constructor for class com.motorola.iden.recentcalls.RecentCallsEntry
The constructor for RecentCallsEntry class
RECORD_ERROR - Static variable in interface javax.microedition.media.PlayerListener
Posted when an error occurs during the recording.
RECORD_STARTED - Static variable in interface javax.microedition.media.PlayerListener
Posted when recording is started.
RECORD_STOPPED - Static variable in interface javax.microedition.media.PlayerListener
Posted when recording is stopped.
record(String) - Static method in class com.mot.iden.voicenote.VoiceNote
Deprecated. Replaced by VoiceNote.record(String filename int vocoder)
record(String, int) - Static method in class com.mot.iden.voicenote.VoiceNote
Records a voicenote using a selected vocoder
recordAdded(RecordStore, int) - Method in interface javax.microedition.rms.RecordListener
Called when a record has been added to a record store.
recordChanged(RecordStore, int) - Method in interface javax.microedition.rms.RecordListener
Called after a record in a record store has been changed.
RecordComparator - interface javax.microedition.rms.RecordComparator.
An interface defining a comparator which compares two records (in an implementation-defined manner) to see if they match or what their relative sort order is.
RecordControl - interface javax.microedition.media.control.RecordControl.
RecordControl controls the recording of media from a Player.
recordDeleted(RecordStore, int) - Method in interface javax.microedition.rms.RecordListener
Called after a record has been deleted from a record store.
RecordEnumeration - interface javax.microedition.rms.RecordEnumeration.
A class representing a bidirectional record store Record enumerator.
RecordFilter - interface javax.microedition.rms.RecordFilter.
An interface defining a filter which examines a record to see if it matches (based on an implementation-defined criteria).
RecordListener - interface javax.microedition.rms.RecordListener.
A listener interface for receiving Record Changed/Added/Deleted events from a record store.
RecordStore - class javax.microedition.rms.RecordStore.
A class representing a record store.
RecordStoreException - exception javax.microedition.rms.RecordStoreException.
Thrown to indicate a general exception occurred in a record store operation.
RecordStoreException() - Constructor for class javax.microedition.rms.RecordStoreException
Constructs a new RecordStoreException with no detail message.
RecordStoreException(String) - Constructor for class javax.microedition.rms.RecordStoreException
Constructs a new RecordStoreException with the specified detail message.
RecordStoreFullException - exception javax.microedition.rms.RecordStoreFullException.
Thrown to indicate an operation could not be completed because the record store system storage is full.
RecordStoreFullException() - Constructor for class javax.microedition.rms.RecordStoreFullException
Constructs a new RecordStoreFullException with no detail message.
RecordStoreFullException(String) - Constructor for class javax.microedition.rms.RecordStoreFullException
Constructs a new RecordStoreFullException with the specified detail message.
RecordStoreNotFoundException - exception javax.microedition.rms.RecordStoreNotFoundException.
Thrown to indicate an operation could not be completed because the record store could not be found.
RecordStoreNotFoundException() - Constructor for class javax.microedition.rms.RecordStoreNotFoundException
Constructs a new RecordStoreNotFoundException with no detail message.
RecordStoreNotFoundException(String) - Constructor for class javax.microedition.rms.RecordStoreNotFoundException
Constructs a new RecordStoreNotFoundException with the specified detail message.
RecordStoreNotOpenException - exception javax.microedition.rms.RecordStoreNotOpenException.
Thrown to indicate that an operation was attempted on a closed record store.
RecordStoreNotOpenException() - Constructor for class javax.microedition.rms.RecordStoreNotOpenException
Constructs a new RecordStoreNotOpenException with no detail message.
RecordStoreNotOpenException(String) - Constructor for class javax.microedition.rms.RecordStoreNotOpenException
Constructs a new RecordStoreNotOpenException with the specified detail message.
reformatText() - Method in class com.motorola.iden.lnf.TextView
This method is used to update the text view.
reformatText(int) - Method in class com.motorola.iden.lnf.TextView
This method is used to update the text view.
refreshList() - Method in class com.motorola.iden.recentcalls.RecentCalls
Refreshes the Recent Calls List.
regionMatches(boolean, int, String, int, int) - Method in class java.lang.String
Tests if two string regions are equal.
registerAlarm(String, long) - Static method in class javax.microedition.io.PushRegistry
Register a time to launch the specified application.
registerConnection(String, String, String) - Static method in class javax.microedition.io.PushRegistry
Register a dynamic connection with the application management software.
REJECT - Static variable in interface com.motorola.iden.call.InterconnectCall
The InterconnectCall.REJECT indicates a action_type to reject a phone call.
REJECT_CALL - Static variable in class com.motorola.iden.call.InterconnectCallImpl
 
releaseDisplay() - Method in class com.motorola.iden.lcdui.ExternalDisplay
Tells the AMS that the midlet no longer needs access to the External Display.
remove(Checkbox) - Method in class com.motorola.lwt.CheckboxGroup
Removes the specified Checkbox from this group.
remove(Component) - Method in class com.motorola.lwt.ComponentScreen
Removes the specified Component from the screen.
remove(int) - Method in class com.motorola.lwt.ComponentScreen
Removes the Component at the specified index from the screen.
remove(int) - Method in class com.motorola.lwt.CheckboxGroup
Removes the Checkbox with the specified index from this group.
remove(Layer) - Method in class javax.microedition.lcdui.game.LayerManager
Removes the specified Layer from this LayerManager.
remove(Object) - Method in class java.util.Hashtable
Removes the key (and its corresponding value) from this hashtable.
removeAll() - Method in class com.motorola.iden.recentcalls.RecentCalls
Deletes the entire recent calls list. refreshList() function must be called after removeAll() function is called
removeAll() - Method in class com.motorola.lwt.ComponentScreen
Removes all Components from this screen.
removeAllElements() - Method in class java.util.Vector
Removes all components from this vector and sets its size to zero.
removeAllTextures() - Method in class com.motorola.iden.micro3d.MultiTexture
Removes all components from this MultiTexture and sets its size to zero.
removeCommand(Command) - Method in class com.motorola.lwt.ComponentScreen
Removes a command from this ComponentScreen.
removeCommand(Command) - Method in class javax.microedition.lcdui.List
The same as Displayable.removeCommand but with the following additional semantics.
removeCommand(Command) - Method in class javax.microedition.lcdui.Item
Removes the context sensitive command from item.
removeCommand(Command) - Method in class javax.microedition.lcdui.Displayable
Removes a Command from the Displayable.
removeCommand(Command) - Method in class javax.microedition.lcdui.ChoiceGroup
 
removeCommand(Command) - Method in class javax.microedition.lcdui.Alert
Similar to Displayable.removeCommand(javax.microedition.lcdui.Command), however when the application removes the last command from an Alert, Alert.DISMISS_COMMAND is implicitly added.
removeDateBookEvent(DateBookEvent) - Method in class com.motorola.iden.udm.DateBook
Removes a specific DateBookEvent from the list.
removeElement(Object) - Method in class java.util.Vector
Removes the first occurrence of the argument from this vector.
removeElementAt(int) - Method in class java.util.Vector
Deletes the component at the specified index.
removeEntryAt(int) - Method in class com.motorola.iden.recentcalls.RecentCalls
Deletes a single requested entry from recent calls list. refreshList() must be called after removeEntryAt() function is called
removeExceptDate(long) - Method in class com.motorola.iden.udm.DateBookRepeatEvent
Remove a Date for which this RepeatPattern should not occur.
removePhoneBookEntry(PhoneBookEntry) - Method in class com.motorola.iden.udm.PhoneBook
Removes a specific PhoneBookEntry from the list.
removePlayerListener(PlayerListener) - Method in interface javax.microedition.media.Player
Remove a player listener for this player.
removeRecordListener(RecordListener) - Method in class javax.microedition.rms.RecordStore
Removes the specified RecordListener.
removeTexture(Texture) - Method in class com.motorola.iden.micro3d.MultiTexture
Removes the first occurrence of the Texture from this vector.
removeTextureAt(int) - Method in class com.motorola.iden.micro3d.MultiTexture
Deletes the Texture at the specified index.
rename(String, String) - Static method in class com.mot.iden.voicenote.VoiceNote
Renames a voicenote
Renderer - class com.motorola.iden.micro3d.Renderer.
Renderer class.
Renderer() - Constructor for class com.motorola.iden.micro3d.Renderer
Default constructor for the Renderer class.
repaint() - Method in class com.motorola.lwt.Component
Requests a repaint for the entire Component.
repaint() - Method in class javax.microedition.lcdui.Canvas
Requests a repaint for the entire Canvas.
repaint(int, int, int, int) - Method in class com.motorola.lwt.Component
Requests a repaint for the specified portion of this Component.
repaint(int, int, int, int) - Method in class javax.microedition.lcdui.Canvas
Requests a repaint for the specified region of the Canvas.
REPEAT - Static variable in interface javax.microedition.media.control.ToneControl
The REPEAT event tag
replace(char, char) - Method in class java.lang.String
Returns a new string resulting from replacing all occurrences of oldChar in this string with newChar.
requestDisplay() - Method in class com.motorola.iden.lcdui.ExternalDisplay
Requests to the AMS to gain access to the external display.
requestFocus() - Method in class com.motorola.lwt.Component
Requests key focus for this Component.
requestPending() - Method in interface com.motorola.iden.position.PositionConnection
A method returning the request pending flag of the device.
RESET - Static variable in class com.mot.iden.customercare.CustomerCare
Field ID used to retrieve the Device's Reset Log
RESET - Static variable in interface javax.microedition.media.control.StopTimeControl
Returned by getStopTime if no stop-time is set.
RESET_NUMBER - Static variable in class com.mot.iden.customercare.CustomerCare
Field ID used to retrieve the Number of Reset (since last reset clear)
reset() - Method in class com.mot.iden.zip.Inflater
Resets inflater so that a new set of input data can be processed.
reset() - Method in class com.mot.iden.zip.FilterInputStream
Repositions this stream to the position at the time the mark method was last called on this input stream.
reset() - Method in class com.mot.iden.zip.Deflater
Resets deflater so that a new set of input data can be processed.
reset() - Method in class com.mot.iden.zip.CRC32
Resets CRC-32 to initial value.
reset() - Method in interface com.mot.iden.zip.Checksum
Resets the checksum to its initial value.
reset() - Method in class com.mot.iden.zip.Adler32
Resets checksum to initial value.
reset() - Method in class com.motorola.iden.security.MessageDigest
Resets the digest for further use.
reset() - Method in class java.io.ByteArrayOutputStream
Resets the count field of this byte array output stream to zero, so that all currently accumulated output in the ouput stream is discarded.
reset() - Method in class java.io.ByteArrayInputStream
Resets the buffer to the marked position.
reset() - Method in class java.io.DataInputStream
Repositions this stream to the position at the time the mark method was last called on this input stream.
reset() - Method in class java.io.InputStreamReader
Reset the stream.
reset() - Method in class java.io.Reader
Reset the stream.
reset() - Method in class java.io.InputStream
Repositions this stream to the position at the time the mark method was last called on this input stream.
reset() - Method in interface javax.microedition.io.Datagram
Reset the read/write pointer
reset() - Method in interface javax.microedition.media.control.RecordControl
Erase the current recording.
reset() - Method in interface javax.microedition.rms.RecordEnumeration
Returns the index point of the enumeration to the beginning.
RESOLUTION - Static variable in interface javax.microedition.media.control.ToneControl
The RESOLUTION event tag
RESUME_CALL - Static variable in class com.motorola.iden.call.InterconnectCallImpl
 
resumeRequest() - Method in class javax.microedition.midlet.MIDlet
Provides a MIDlet with a mechanism to indicate that it is interested in entering the Active state.
reverse() - Method in class java.lang.StringBuffer
The character sequence contained in this string buffer is replaced by the reverse of the sequence.
REVISION - Static variable in class com.motorola.iden.udm.PhoneBookEntry
REVISION Field ID specifying the last modification time of a PhoneBookEntry.
REVISION - Static variable in class com.motorola.iden.udm.DateBookEvent
REVISION Field ID specifying the last modification date and time of an Event element.
RIGHT - Static variable in class com.motorola.iden.lnf.ScrollbarLookAndFeel
Locate the scrollbar on the right side of the content area RIGHT has value of 2
RIGHT - Static variable in class javax.microedition.lcdui.Graphics
Constant for positioning the anchor point of text and images to the right of the text or image.
RIGHT - Static variable in class javax.microedition.lcdui.Canvas
Constant for the RIGHT game action.
RIGHT_PRESSED - Static variable in class javax.microedition.lcdui.game.GameCanvas
The bit representing the RIGHT key.
RIGHT_SOFT_KEY_ACTUATED - Static variable in class com.motorola.iden.lnf.CommandAreaLookAndFeel
Constant for indicating that the Right soft key is being actuated
RING - Static variable in class com.mot.iden.device.AudioManager
This is a return value used in getType and a parameter for setType.
RING_VIBE - Static variable in class com.mot.iden.device.AudioManager
This is a return value used in getType and a parameter for setType.
RINGER - Static variable in class com.motorola.iden.udm.PhoneBookEntry
RINGER Field ID specifying the ringer of a PhoneBookEntry.
RINGER - Static variable in class com.motorola.iden.udm.DateBookEvent
RINGER Field ID specifying the ringer associated with the DateBookEvent.
RingerControl - interface com.mot.iden.device.controls.RingerControl.
This interface is for controlling the ring style a radio feature.
ROOT_CA_EXPIRED - Static variable in class javax.microedition.pki.CertificateException
Indicates the root CA's public key is expired.
rotateV(Vector3D, int) - Method in class com.motorola.iden.micro3d.Layout3D
Rotates the view transformation matrix about an arbitrary unit vector.
rotateV(Vector3D, int) - Method in class com.motorola.iden.micro3d.AffineTransform
Rotates this transform about an arbitrary unit vector.
rotateX(int) - Method in class com.motorola.iden.micro3d.Layout3D
Rotates the view transformation matrix about the x-axis.
rotateX(int) - Method in class com.motorola.iden.micro3d.AffineTransform
Rotates this transform about the x-axis.
rotateY(int) - Method in class com.motorola.iden.micro3d.Layout3D
Rotates the view transformation matrix about the y-axis.
rotateY(int) - Method in class com.motorola.iden.micro3d.AffineTransform
Rotates this transform about the y-axis.
rotateZ(int) - Method in class com.motorola.iden.micro3d.Layout3D
Rotates the view transformation matrix about the z-axis.
rotateZ(int) - Method in class com.motorola.iden.micro3d.AffineTransform
Rotates this transform about the z-axis.
ROTATION_180 - Static variable in class com.motorola.iden.multimedia.DigitalCamera
Specifies rotation for the viewfinder.
ROTATION_270 - Static variable in class com.motorola.iden.multimedia.DigitalCamera
Specifies rotation for the viewfinder.
ROTATION_90 - Static variable in class com.motorola.iden.multimedia.DigitalCamera
Specifies rotation for the viewfinder.
ROTATION_NONE - Static variable in class com.motorola.iden.multimedia.DigitalCamera
Specifies rotation for the viewfinder.
round(Float) - Static method in class com.mot.iden.math.Math
Returns the Float value,which mathematically equals to the closest integer to the argument.
RSA - class com.motorola.iden.provider.RSA.
The RSA encryption algorithm, with PKCS1v15Padding.
RSA_PrivateKey - class com.motorola.iden.crypto.RSA_PrivateKey.
A RSA Private Key
RSA_PrivateKey(byte[], byte[], byte[], byte[]) - Constructor for class com.motorola.iden.crypto.RSA_PrivateKey
Initialize RSA_PrivateKey.
RSA_PublicKey - class com.motorola.iden.crypto.RSA_PublicKey.
A RSA Public Key
RSA_PublicKey(byte[], byte[]) - Constructor for class com.motorola.iden.crypto.RSA_PublicKey
Initialize RSA_PublicKey.
RSA() - Constructor for class com.motorola.iden.provider.RSA
 
RSAPrivate - Static variable in class com.motorola.iden.security.Security
RSA private key format
RSAPublic - Static variable in class com.motorola.iden.security.Security
RSA public key format
RSASignatureParameterSpec - class com.motorola.iden.security.spec.RSASignatureParameterSpec.
This class specifies the RSA Signature parameters used to sign or verify RSA signature.
RSASignatureParameterSpec(byte[]) - Constructor for class com.motorola.iden.security.spec.RSASignatureParameterSpec
Construct an RSASignatureParameterSpec.java
run() - Method in class com.mot.iden.multimedia.Vibrator
this is the run method for the Vibration thread.
run() - Method in class java.lang.Thread
If this thread was constructed using a separate Runnable run object, then that Runnable object's run method is called; otherwise, this method does nothing and returns.
run() - Method in interface java.lang.Runnable
When an object implementing interface Runnable is used to create a thread, starting the thread causes the object's run method to be called in that separately executing thread.
run() - Method in class java.util.TimerTask
The action to be performed by this timer task
Runnable - interface java.lang.Runnable.
The Runnable interface should be implemented by any class whose instances are intended to be executed by a thread.
Runtime - class java.lang.Runtime.
Every Java application has a single instance of class Runtime that allows the application to interface with the environment in which the application is running.
RuntimeException - exception java.lang.RuntimeException.
RuntimeException is the superclass of those exceptions that can be thrown during the normal operation of the Java Virtual Machine.
RuntimeException() - Constructor for class java.lang.RuntimeException
Constructs a RuntimeException with no detail message.
RuntimeException(String) - Constructor for class java.lang.RuntimeException
Constructs a RuntimeException with the specified detail message.

S

SATURDAY - Static variable in class com.motorola.iden.udm.DateBookRepeatEvent
SATURDAY Constant for the day of week Saturday.
SATURDAY - Static variable in class java.util.Calendar
Value of the DAY_OF_WEEK field indicating Saturday.
scanDown() - Static method in class com.mot.iden.multimedia.FMRadio
This method scans down from the current Frequency to the min frequency trying to find a radio station to lock on to.
scanUp() - Static method in class com.mot.iden.multimedia.FMRadio
This method scans up from the current Frequency to the max frequency searching for a radio station to lock on to.
schedule(TimerTask, Date) - Method in class java.util.Timer
Schedules the specified task for execution at the specified time.
schedule(TimerTask, Date, long) - Method in class java.util.Timer
Schedules the specified task for repeated fixed-delay execution, beginning at the specified time.
schedule(TimerTask, long) - Method in class java.util.Timer
Schedules the specified task for execution after the specified delay.
schedule(TimerTask, long, long) - Method in class java.util.Timer
Schedules the specified task for repeated fixed-delay execution, beginning after the specified delay.
scheduleAtFixedRate(TimerTask, Date, long) - Method in class java.util.Timer
Schedules the specified task for repeated fixed-rate execution, beginning at the specified time.
scheduleAtFixedRate(TimerTask, long, long) - Method in class java.util.Timer
Schedules the specified task for repeated fixed-rate execution, beginning at the specified time.
scheduledExecutionTime() - Method in class java.util.TimerTask
Returns the scheduled execution time of the most recent actual execution of this task.
Screen - class javax.microedition.lcdui.Screen.
The common superclass of all high-level user interface classes.
SCREEN - Static variable in class javax.microedition.lcdui.Command
Specifies an application-defined command that pertains to the current screen.
SCREEN_HCENTER - Static variable in class com.motorola.lwt.Component
The value describes the edge's offset from the center of the screen.
SCREEN_LEFT - Static variable in class com.motorola.lwt.Component
The value describes the edge's offset from the left edge of the screen.
SCREEN_RIGHT - Static variable in class com.motorola.lwt.Component
The value describes the edge's offset from the right edge of the screen.
SCREEN_TOP - Static variable in class com.motorola.lwt.Component
The value describes the edge's offset from the top edge of the screen.
ScrollbarLookAndFeel - class com.motorola.iden.lnf.ScrollbarLookAndFeel.
The ScrollbarLookAndFeel class is the container of all the customizable Look-and-Feel attributes of a scrollbar.
ScrollbarLookAndFeel() - Constructor for class com.motorola.iden.lnf.ScrollbarLookAndFeel
Creates an instance of ScrollbarLookAndFeel
ScrollbarLookAndFeel(int) - Constructor for class com.motorola.iden.lnf.ScrollbarLookAndFeel
Creates an instance of ScrollbarLookAndFeel at location specified by l If p doesn't specify a valid location identifier, DEFAULT is used.
scrollParams - Static variable in class com.motorola.iden.lnf.TickerLookAndFeel
In/Out array used between the currently visible Ticker instance and TickerLookAndFeel to communicate the scrolling behavior scrollParams is a short[] that describes the following: scrollParams[XPOS]: the current x position (top-left corner of the text) scrollParams[XEND]: the end x position scrollParams[MOVEMENT]: The movement of the text in pixels (a positive value implies left-to-right movement while a negative value implies a right-to-left movement) The instance of the Ticker is responsible for the animation task and storing the 3 values placed in scrollParams.
scrollTo(Component) - Method in class com.motorola.lwt.ComponentScreen
Scrolls to the specified Component This method ensures that the screen's scroll position is adjusted to show as much of the specified Component as possible.
search(Object) - Method in class java.util.Stack
Returns the 1-based position where an object is on this stack.
SECOND - Static variable in class com.motorola.iden.udm.DateBookRepeatEvent
SECOND Constant for the second week of the month.
SECOND - Static variable in class java.util.Calendar
Field number for get and set indicating the second within the minute.
SECONDLAST - Static variable in class com.motorola.iden.udm.DateBookRepeatEvent
SECONDLAST Constant for the second to last week of the month.
SecureConnection - interface javax.microedition.io.SecureConnection.
This interface defines the secure socket stream connection.
SecureRandom - class com.motorola.iden.security.SecureRandom.
This class provides a cryptographically strong pseudo-random number generator (PRNG).
SecureRandom(byte[]) - Constructor for class com.motorola.iden.security.SecureRandom
This constructor is provided for backwards compatibility.
SecureRandomSpi - class com.motorola.iden.security.SecureRandomSpi.
This class defines the Service Provider Interface (SPI) for the SecureRandom class.
SecureRandomSpi() - Constructor for class com.motorola.iden.security.SecureRandomSpi
 
Security - class com.motorola.iden.security.Security.
This class centralizes all security properties and common security methods.
SecurityException - exception java.lang.SecurityException.
Thrown by the security manager to indicate a security violation.
SecurityException() - Constructor for class java.lang.SecurityException
Constructs a SecurityException with no detail message.
SecurityException(String) - Constructor for class java.lang.SecurityException
Constructs a SecurityException with the specified detail message.
SecurityInfo - interface javax.microedition.io.SecurityInfo.
This interface defines methods to access information about a secure network connection.
seek(int) - Method in interface javax.microedition.media.control.FramePositioningControl
Seek to a given video frame.
seek(long) - Method in interface javax.microedition.media.protocol.SourceStream
Seek to the specified point in the stream.
SEEKABLE_TO_START - Static variable in interface javax.microedition.media.protocol.SourceStream
The value returned by getSeekType indicating that this SourceStream can be seeked only to the beginning of the media stream.
seekTo(int) - Static method in class com.mot.iden.multimedia.FMRadio
This method seeks the FM headset to the specified Frequency.
SELECT_COMMAND - Static variable in class javax.microedition.lcdui.List
The default select command for IMPLICIT Lists.
selectPage - Variable in class com.mot.iden.t9.T9
Korean character selection page.
send(Datagram) - Method in interface javax.microedition.io.DatagramConnection
Send a datagram
send(Message) - Method in interface javax.wireless.messaging.MessageConnection
Sends a message.
SENSITIVE - Static variable in class javax.microedition.lcdui.TextField
Indicates that the text entered is sensitive data that the implementation must never store into a dictionary or table for use in predictive, auto-completing, or other accelerated input schemes.
SEPTEMBER - Static variable in class com.motorola.iden.udm.DateBookRepeatEvent
SEPTEMBER Constant for the month of September.
SEPTEMBER - Static variable in class java.util.Calendar
Value of the MONTH field indicating the ninth month of the year.
SequenceInputStream - class com.mot.iden.zip.SequenceInputStream.
A SequenceInputStream represents the logical concatenation of other input streams.
SequenceInputStream(Enumeration) - Constructor for class com.mot.iden.zip.SequenceInputStream
Initializes a newly created SequenceInputStream by remembering the argument, which must be an Enumeration that produces objects whose run-time type is InputStream.
SequenceInputStream(InputStream, InputStream) - Constructor for class com.mot.iden.zip.SequenceInputStream
Initializes a newly created SequenceInputStream by remembering the two arguments, which will be read in order, first s1 and then s2, to provide the bytes to be read from this SequenceInputStream.
SERIAL_NUMBER - Static variable in class com.mot.iden.customercare.CustomerCare
Field ID used to retrieve the Device's Serial Number
ServerSocketConnection - interface javax.microedition.io.ServerSocketConnection.
This interface defines the server socket stream connection.
SERVICE_CALL_TYPE_CALLALERT - Static variable in class com.motorola.iden.recentcalls.RecentCallsEntry
 
SERVICE_CALL_TYPE_INVALID - Static variable in class com.motorola.iden.recentcalls.RecentCallsEntry
 
SERVICE_CALL_TYPE_PHONE - Static variable in class com.motorola.iden.recentcalls.RecentCallsEntry
 
SERVICE_CALL_TYPE_PRIVATE - Static variable in class com.motorola.iden.recentcalls.RecentCallsEntry
 
SERVICE_CALL_TYPE_TALKGROUP - Static variable in class com.motorola.iden.recentcalls.RecentCallsEntry
 
serviceRepaints() - Method in class javax.microedition.lcdui.Canvas
Forces any pending repaint requests to be serviced immediately.
SET_VOLUME - Static variable in interface javax.microedition.media.control.ToneControl
The SET_VOLUME event tag
set(int[][]) - Method in class com.motorola.iden.micro3d.AffineTransform
Sets the AffineTransform matrix elements with the integers in the two-dimensional array specified.
set(int, int) - Method in class com.motorola.iden.micro3d.AffineTransform
Sets the specified AffineTransform matrix element with the specified value.
set(int, int) - Method in class java.util.Calendar
Sets the time field with the given value.
set(int, int, int) - Method in class com.motorola.iden.micro3d.Vector3D
Sets the x, y, and z values of this Vector3D object.
set(int, Item) - Method in class javax.microedition.lcdui.Form
Sets the item referenced by itemNum to the specified item, replacing the previous item.
set(int, Object) - Method in class com.motorola.iden.lnf.LookAndFeel
Modifies the attribute specified by attrId.
set(int, String, Image) - Method in class javax.microedition.lcdui.List
 
set(int, String, Image) - Method in class javax.microedition.lcdui.ChoiceGroup
 
set(int, String, Image) - Method in interface javax.microedition.lcdui.Choice
Sets the String and Image parts of the element referenced by elementNum, replacing the previous contents of the element.
setActionTable(ActionTable) - Method in class com.motorola.iden.micro3d.Figure
Sets the ActionTable for this Figure to use.
setAddress(Datagram) - Method in interface javax.microedition.io.Datagram
Set datagram address, copying the address from another datagram.
setAddress(String) - Method in interface javax.microedition.io.Datagram
Set datagram address.
setAddress(String) - Method in interface javax.wireless.messaging.Message
Sets the address associated with this message, that is, the address returned by the getAddress method.
setAlignment(int) - Method in class com.motorola.lwt.ImageLabel
Sets the desired alignment for this ImageLabel.
setAltText(String) - Method in class javax.microedition.lcdui.ImageItem
Sets the alternate text of the ImageItem, or null if no alternate text is provided.
setAmbientIntensity(int) - Method in class com.motorola.iden.micro3d.Light
Sets the ambient light intensity for this Light object.
setAnimatedTile(int, int) - Method in class javax.microedition.lcdui.game.TiledLayer
Associates an animated tile with the specified static tile.
setAutoCapsSentence() - Method in class com.mot.iden.t9.T9
Turns on auto-caps sentence.
setAutoCapsWord() - Method in class com.mot.iden.t9.T9
Turns on auto-caps word.
setBackgroundColor(int) - Method in class com.motorola.lwt.ImageLabel
Sets the background color.
setBaudRate(int) - Method in interface javax.microedition.io.CommConnection
Sets the baudrate for the serial port connection.
setBlendingType(int) - Method in class com.motorola.iden.micro3d.Primitive
Sets the blending type.
setBorder(Border) - Method in class com.motorola.iden.lnf.LookAndFeel
Sets the Border attribute
setBottomEdge(int, int) - Method in class com.motorola.lwt.Component
Specifies the location of the Component's bottom edge.
setBrightness(int) - Method in class com.motorola.iden.multimedia.DigitalCamera
Sets the image brightness for the camera.
setCaps() - Method in class com.mot.iden.t9.T9
Turns on CAPS lock.
setCell(int, int, int) - Method in class javax.microedition.lcdui.game.TiledLayer
Sets the contents of a cell.
setChannelVolume(int, int) - Method in interface javax.microedition.media.control.MIDIControl
Set volume for the given channel.
setCharAt(int, char) - Method in class java.lang.StringBuffer
The character at the specified index of this string buffer is set to ch.
setChars(char[], int, int) - Method in class javax.microedition.lcdui.TextField
Sets the contents of the TextField from a character array, replacing the previous contents.
setChars(char[], int, int) - Method in class javax.microedition.lcdui.TextBox
Sets the contents of the TextBox from a character array, replacing the previous contents.
setClip(int, int, int, int) - Method in class javax.microedition.lcdui.Graphics
Sets the current clip to the rectangle specified by the given coordinates.
setColor(int) - Method in class com.motorola.iden.micro3d.Primitive
Sets the color that should be used when rendering a Primitive.
setColor(int) - Method in class com.motorola.iden.micro3d.PointSprite
This method is not supported by PointSprite and so does not perform any functionality.
setColor(int) - Method in class javax.microedition.lcdui.Graphics
Sets the current color to the specified RGB values.
setColor(int, boolean, int) - Method in class com.motorola.iden.lnf.LookAndFeel
Sets the color identified by colorId to the new color provided via the color modifier or the absolute color, depending on isModifier.
setColor(int, boolean, int) - Method in class com.motorola.iden.lnf.ColorPalette
Sets the given color associated with colorId of this ColorPalette.
setColor(int, int, int) - Method in class javax.microedition.lcdui.Graphics
Sets the current color to the specified RGB values.
setCommandListener(CommandListener) - Method in class com.motorola.lwt.ComponentScreen
Sets the CommandListener of this ComponentScreen.
setCommandListener(CommandListener) - Method in class javax.microedition.lcdui.Displayable
Sets a listener for Commands to this Displayable, replacing any previous CommandListener.
setCommandListener(CommandListener) - Method in class javax.microedition.lcdui.Alert
 
setComment(String) - Method in class com.mot.iden.zip.ZipOutputStream
Sets the ZIP file/outputstream comment.
setComment(String) - Method in class com.mot.iden.zip.ZipEntry
Sets the optional comment string for the entry.
setComponentListener(ComponentListener) - Method in class com.motorola.lwt.Slider
Sets this Slider's listener.
setComponentListener(ComponentListener) - Method in class com.motorola.lwt.InteractableComponent
Sets this InteractableComponent's listener.
setComponentListener(ComponentListener) - Method in class com.motorola.lwt.CheckboxGroup
Sets this Component's listener.
setCompressedSize(long) - Method in class com.mot.iden.zip.ZipEntry
Sets the size of the compressed entry data.
setConstraint(int) - Method in class com.motorola.lwt.TextComponent
Sets the text entry constraint for the contents of this TextComponent.
setConstraints(int) - Method in class javax.microedition.lcdui.TextField
Sets the input constraints of the TextField.
setConstraints(int) - Method in class javax.microedition.lcdui.TextBox
Sets the input constraints of the TextBox.
setCrc(long) - Method in class com.mot.iden.zip.ZipEntry
Sets the CRC-32 checksum of the uncompressed entry data.
setCurrent(Alert, Displayable) - Method in class com.motorola.iden.lcdui.ExternalDisplay
Requests that alert be made current, and that nextDisplayable be made current after the Alert is dismissed.
setCurrent(Alert, Displayable) - Method in class javax.microedition.lcdui.Display
Requests that alert be made current, and that nextDisplayable be made current after the Alert is dismissed.
setCurrent(ColorPalette) - Static method in class com.motorola.iden.lnf.ColorPalette
Replaces the current color palette maintained by the LookAndFeel framework with the one provided in cp.
setCurrent(Displayable) - Method in class com.motorola.iden.lcdui.ExternalDisplay
Requests that a different Displayable object be made visible on the external display.
setCurrent(Displayable) - Method in class javax.microedition.lcdui.Display
Requests that a different Displayable object be made visible on the display.
setCurrentIndex(int) - Method in class com.motorola.iden.micro3d.MultiTexture
Sets the Texture at the index specified as the current Texture for this MultiTexture.
setCurrentItem(Item) - Method in class javax.microedition.lcdui.Display
Requests that the Displayable that contains this Item be made current, scrolls the Displayable so that this Item is visible, and possibly assigns the focus to this Item.
setCursor(int) - Method in class com.mot.iden.t9.T9
Sets the cursor position.
setCursorIndex(int) - Method in class com.motorola.iden.lnf.TextView
This method sets the cursor position, if any, for the text.
setCursorVisible(boolean) - Method in class com.motorola.iden.lnf.TextView
This method sets the cursor to be displayed at the current cursor index.
setData(byte[], int, int) - Method in interface javax.microedition.io.Datagram
Set the buffer, offset and length
setDate(Date) - Method in class javax.microedition.lcdui.DateField
Sets a new value for this field.
setDate(int, long) - Method in interface com.motorola.iden.udm.UDMEntry
Set a Date field in the Element.
setDate(int, long) - Method in class com.motorola.iden.udm.PhoneBookEntry
Set a Date field in the Element.
setDate(int, long) - Method in class com.motorola.iden.udm.DateBookRepeatEvent
Sets a Date field.
setDate(int, long) - Method in class com.motorola.iden.udm.DateBookEvent
Set a Date field in the Element.
setDefaultCommand(Command) - Method in class javax.microedition.lcdui.Spacer
Spacers are restricted from having Commands, so this method will always throw IllegalStateException whenever it is called.
setDefaultCommand(Command) - Method in class javax.microedition.lcdui.Item
Sets default Command for this Item.
setDefaultCommand(Command) - Method in class javax.microedition.lcdui.ChoiceGroup
 
setDirectionalIntensity(int) - Method in class com.motorola.iden.micro3d.Light
Sets the directional light intensity for this Light object.
setDirectionVector(Vector3D) - Method in class com.motorola.iden.micro3d.Light
Sets and enables or disables directional lighting for this Light object.
setDisabledImage(Image) - Method in class com.motorola.lwt.ImageLabel
Sets the image for the disabled state.
setDisplayFullScreen(boolean) - Method in interface javax.microedition.media.control.VideoControl
Set the size of the render region for the video clip to be fullscreen.
setDisplayLocation(int, int) - Method in interface javax.microedition.media.control.VideoControl
Set the location of the video with respect to the canvas where the video is displayed.
setDisplaySize(int, int) - Method in interface javax.microedition.media.control.VideoControl
Resize the video image.
setDisplayType(int) - Method in class com.motorola.iden.micro3d.PointSprite
Specifies whether the PointSprite's size is relative to the screen or model coordinate system and enables perspective projection on the PointSprite.
setEchoChar(char) - Method in class com.motorola.lwt.TextComponent
Sets the echo character to be displayed by this TextComponent
setEchoCharacter(char) - Method in class com.motorola.iden.lnf.TextView
This method sets the echo character to be rendered for the text.
setEditable(boolean) - Method in class com.motorola.lwt.TextComponent
Sets whether the TextComponent is editable or not editable by the user.
setElementAt(Object, int) - Method in class java.util.Vector
Sets the component at the specified index of this vector to be the specified object.
setEnabled(boolean) - Method in class com.motorola.lwt.Component
Enables or disables this Component.
setExtra(byte[]) - Method in class com.mot.iden.zip.ZipEntry
Sets the optional extra field data for the entry.
setFitPolicy(int) - Method in class javax.microedition.lcdui.List
Sets the application's preferred policy for fitting Choice element contents to the available screen space.
setFitPolicy(int) - Method in class javax.microedition.lcdui.ChoiceGroup
 
setFitPolicy(int) - Method in interface javax.microedition.lcdui.Choice
Sets the application's preferred policy for fitting Choice element contents to the available screen space.
setFocusFirst() - Method in class com.motorola.lwt.ComponentScreen
Moves key event focus to the first Component that accepts focus.
setFocusLast() - Method in class com.motorola.lwt.ComponentScreen
Moves key event focus to the last Component that accepts focus.
setFocusNext() - Method in class com.motorola.lwt.ComponentScreen
Moves key event focus to the next Component that accepts focus.
setFocusPrevious() - Method in class com.motorola.lwt.ComponentScreen
Moves key event focus to the previous Component that accepts focus.
setFont(Font) - Method in class com.motorola.iden.lnf.TextView
This method sets the font for the TextView.
setFont(Font) - Method in class com.motorola.iden.lnf.LookAndFeel
Sets the Font attribute
setFont(Font) - Method in class com.motorola.lwt.TextComponent
Sets the current font of the TextComponent.
setFont(Font) - Method in class com.motorola.lwt.InteractableComponent
Sets the Font object for rendering the label, if any.
setFont(Font) - Method in class javax.microedition.lcdui.StringItem
Sets the application's preferred font for rendering this StringItem.
setFont(Font) - Method in class javax.microedition.lcdui.Graphics
Sets the font for all subsequent text rendering operations.
setFont(int, Font) - Method in class javax.microedition.lcdui.List
Sets the application's preferred font for rendering the specified element of this Choice.
setFont(int, Font) - Method in class javax.microedition.lcdui.ChoiceGroup
Sets the application's preferred font for rendering the specified element of this Choice.
setFont(int, Font) - Method in interface javax.microedition.lcdui.Choice
Sets the application's preferred font for rendering the specified element of this Choice.
setForegroundColor(int) - Method in class com.motorola.lwt.ImageLabel
Sets the foreground color.
setFrame(int) - Method in class javax.microedition.lcdui.game.Sprite
Selects current frame in the frame sequence.
setFrameSequence(int[]) - Method in class javax.microedition.lcdui.game.Sprite
Set the frame sequence for this Sprite.
setFullScreenMode(boolean) - Method in class javax.microedition.lcdui.Canvas
Controls whether the Canvas is in full-screen mode or in normal mode.
setGrayScale(int) - Method in class javax.microedition.lcdui.Graphics
Sets the current grayscale to be used for all subsequent rendering operations.
setHeadset(int) - Static method in class com.mot.iden.device.AudioManager
 
setHeight(int) - Method in class com.motorola.iden.micro3d.PointSprite
Sets the height of the PointSprite.
setHorizontalInset(int) - Method in class com.motorola.iden.lnf.TextView
This method sets the horizontal inset of the first row for this TextView.
setIcon(Image) - Method in class com.motorola.iden.lnf.DisplayableLookAndFeel
Sets the icon for this SystemLookAndFeel object.
setIdentity() - Method in class com.motorola.iden.micro3d.AffineTransform
Converts this AffineTransform to an identity matrix.
setImage(Image) - Method in class javax.microedition.lcdui.ImageItem
Sets the Image object contained within the ImageItem.
setImage(Image) - Method in class javax.microedition.lcdui.Alert
Sets the Image used in the Alert.
setImage(Image, int, int) - Method in class javax.microedition.lcdui.game.Sprite
Changes the Image containing the Sprite's frames.
setIndicator(Gauge) - Method in class javax.microedition.lcdui.Alert
Sets an activity indicator on this Alert.
setInitialInputMode(String) - Method in class javax.microedition.lcdui.TextField
Sets a hint to the implementation as to the input mode that should be used when the user initiates editing of this TextField.
setInitialInputMode(String) - Method in class javax.microedition.lcdui.TextBox
Sets a hint to the implementation as to the input mode that should be used when the user initiates editing of this TextBox.
setInput(byte[]) - Method in class com.mot.iden.zip.Inflater
Sets input data for decompression.
setInput(byte[]) - Method in class com.mot.iden.zip.Deflater
Sets input data for compression.
setInput(byte[], int, int) - Method in class com.mot.iden.zip.Inflater
Sets input data for decompression.
setInput(byte[], int, int) - Method in class com.mot.iden.zip.Deflater
Sets input data for compression.
setInputMode(int) - Method in class javax.microedition.lcdui.DateField
Set input mode for this date field.
setInt(int, int) - Method in interface com.motorola.iden.udm.UDMEntry
Set an integer field in the Element.
setInt(int, int) - Method in class com.motorola.iden.udm.PhoneBookEntry
Set an integer field in the Element.
setInt(int, int) - Method in class com.motorola.iden.udm.DateBookRepeatEvent
Sets an int field.
setInt(int, int) - Method in class com.motorola.iden.udm.DateBookEvent
Set an integer field in the Element.
setItemCommandListener(ItemCommandListener) - Method in class javax.microedition.lcdui.Item
Sets a listener for Commands to this Item, replacing any previous ItemCommandListener.
setItemCommandListener(ItemCommandListener) - Method in class javax.microedition.lcdui.ChoiceGroup
 
setItemStateListener(ItemStateListener) - Method in class javax.microedition.lcdui.Form
Sets the ItemStateListener for the Form, replacing any previous ItemStateListener.
setJustification(int) - Method in class com.motorola.iden.lnf.TextView
Sets the justification of this TextView.
setJustification(int) - Method in class com.motorola.lwt.TextComponent
Sets the justification of this TextComponent.
setJustificationStyle(int) - Method in class com.motorola.iden.lnf.LookAndFeel
Sets the setJustificationStyle attribute
setJustStyle(int) - Method in class com.motorola.iden.lnf.JustificationStyle
Sets the justification value.
setLabel(String) - Method in class com.motorola.lwt.InteractableComponent
Sets the label for this InteractableComponent.
setLabel(String) - Method in class javax.microedition.lcdui.StringItem
 
setLabel(String) - Method in class javax.microedition.lcdui.Spacer
Spacers are restricted to having null labels, so this method will always throw IllegalStateException whenever it is called.
setLabel(String) - Method in class javax.microedition.lcdui.Item
Sets the label of the Item.
setLabelLocation(int) - Method in class com.motorola.lwt.ImageLabel
Sets the location of the label, if any, relative to the ImageLabel's image.
setLanguage(int) - Method in class com.mot.iden.t9.T9
Sets the current language for word disambiguation.
setLayout(int) - Method in class javax.microedition.lcdui.Item
Sets the layout directives for this item.
setLayout(Layout3D) - Method in class com.motorola.iden.micro3d.Object3D
Specifies a Layout3D to be used when rendering this Object3D.
setLeftEdge(int, int) - Method in class com.motorola.lwt.Component
Specifies the location of the Component's left edge.
setLength(int) - Method in class com.motorola.iden.lnf.TextView
This method sets the length of the text in the buffer for future formatting.
setLength(int) - Method in class java.lang.StringBuffer
Sets the length of this String buffer.
setLength(int) - Method in interface javax.microedition.io.Datagram
Set the length
setLengthLimit(int) - Method in class com.motorola.lwt.TextComponent
Sets the length limit.
setLevel(int) - Method in class com.mot.iden.zip.ZipOutputStream
Sets the compression level for subsequent entries which are DEFLATED.
setLevel(int) - Method in class com.mot.iden.zip.Deflater
Sets the current compression level to the specified value.
setLevel(int) - Method in interface javax.microedition.media.control.VolumeControl
Set the volume using a linear point scale with values between 0 and 100.
setLight(Light) - Method in class com.motorola.iden.micro3d.Layout3D
Sets a Light to be used for this Layout3D.
setLighting(int, int) - Static method in class com.mot.iden.multimedia.Lighting
This method sets the coresponding light to the specified state.
setLightMode(int) - Method in class com.motorola.iden.multimedia.DigitalCamera
Sets the light mode for the camera.
setLocation(int) - Method in class com.motorola.iden.lnf.ScrollbarLookAndFeel
Sets the location of this ScrollbarLookAndFeel.
setLoopCount(int) - Method in interface javax.microedition.media.Player
Set the number of times the Player will loop and play the content.
setMaxSize(int) - Method in class javax.microedition.lcdui.TextField
Sets the maximum size (number of characters) that can be contained in this TextField.
setMaxSize(int) - Method in class javax.microedition.lcdui.TextBox
Sets the maximum size (number of characters) that can be contained in this TextBox.
setMaxValue(int) - Method in class com.motorola.lwt.Slider
Sets the maximum value of the Slider.
setMaxValue(int) - Method in class javax.microedition.lcdui.Gauge
Sets the maximum value of this Gauge object.
setMediaTime(long) - Method in interface javax.microedition.media.Player
Sets the Player's media time.
setMessageListener(MessageListener) - Method in interface javax.wireless.messaging.MessageConnection
Registers a MessageListener object that the platform can notify when a message has been received on this MessageConnection.
setMethod(int) - Method in class com.mot.iden.zip.ZipOutputStream
Sets the default compression method for subsequent entries.
setMethod(int) - Method in class com.mot.iden.zip.ZipEntry
Sets the compression method for the entry.
setMinimumSize(int, int) - Method in class javax.microedition.lcdui.Spacer
Sets the minimum size for this spacer.
setMode(int) - Method in class com.mot.iden.t9.T9
Set the entry mode.
setMode(int, boolean) - Method in class javax.microedition.rms.RecordStore
Changes the access mode for this RecordStore.
setMute(boolean) - Method in interface javax.microedition.media.control.VolumeControl
Mute or unmute the Player associated with this VolumeControl.
setNormalImage(Image) - Method in class com.motorola.lwt.ImageLabel
Sets the image for the normal state.
setOrientation(int) - Method in class com.motorola.iden.multimedia.DigitalCamera
Specifies the orientation of the image.
setOutboundRoute(int, int) - Method in interface com.mot.iden.device.controls.OutboundRouteControl
This method sets the path for outbound audio.
setParameter(AlgorithmParameterSpec) - Method in class com.motorola.iden.security.Signature
Setup the parameters for signing or verifying.
setPattern(int) - Method in class com.motorola.iden.micro3d.Figure
Modifies the appearance of the figure by setting the pattern used during rendering.
setPayloadData(byte[]) - Method in interface javax.wireless.messaging.BinaryMessage
Sets the payload data of this message.
setPayloadText(String) - Method in interface javax.wireless.messaging.TextMessage
Sets the payload data of this message.
setPitch(int) - Method in interface javax.microedition.media.control.PitchControl
Sets the relative pitch raise.
setPosition(int, int) - Method in class javax.microedition.lcdui.game.Layer
Sets this Layer's position such that its upper-left corner is located at (x,y) in the painter's coordinate system.
setPosture(int, int) - Method in class com.motorola.iden.micro3d.Figure
Sets the posture for the Figure.
setPrecision(int) - Static method in class com.mot.iden.math.Float
Sets the number of decimal places used when rendering results of floating-point operation as Strings.
setPrecision(int, Float) - Static method in class com.mot.iden.math.Float
Sets the number of decimal places used when rendering this Float as String.
setPreferredSize(int, int) - Method in class javax.microedition.lcdui.Item
Sets the preferred width and height for this Item.
setPressed(boolean) - Method in class com.motorola.lwt.InteractableComponent
Sets the pressed/unpressed state of this Component.
setPressedImage(Image) - Method in class com.motorola.lwt.ImageLabel
Sets the image for the pressed state.
setPriority(int) - Method in class java.lang.Thread
Changes the priority of this thread.
setProgram(int, int, int) - Method in interface javax.microedition.media.control.MIDIControl
Set program of a channel.
setProjection(int, int[]) - Method in class com.motorola.iden.micro3d.Layout3D
Sets the projection used by this Layout3D.
setQuality(int) - Method in class com.motorola.iden.multimedia.DigitalCamera
Specifies the image quality of a captured image.
setRate(int) - Method in interface javax.microedition.media.control.RateControl
Sets the playback rate.
setRCLListener(RCLListener) - Method in class com.motorola.iden.recentcalls.RecentCalls
Deletes a single requested entry from recent calls list. refreshList() must be called after removeEntryAt() function is called
setRecord(int, byte[], int, int) - Method in class javax.microedition.rms.RecordStore
Sets the data in the given record to that passed in.
setRecordLocation(String) - Method in interface javax.microedition.media.control.RecordControl
Set the output location where the data will be recorded.
setRecordSizeLimit(int) - Method in interface javax.microedition.media.control.RecordControl
Set the record size limit.
setRecordStream(OutputStream) - Method in interface javax.microedition.media.control.RecordControl
Set the output stream where the data will be recorded.
setRefPixelPosition(int, int) - Method in class javax.microedition.lcdui.game.Sprite
Sets this Sprite's position such that its reference pixel is located at (x,y) in the painter's coordinate system.
setRepeat(DateBookRepeatEvent) - Method in class com.motorola.iden.udm.DateBookEvent
Sets the DateBookRepeatEvent specifying how often and when this event occurs.
setRequestMethod(String) - Method in interface javax.microedition.io.HttpConnection
Set the method for the URL request, one of: GET POST HEAD are legal, subject to protocol restrictions.
setRequestProperty(String, String) - Method in interface javax.microedition.io.HttpConnection
Sets the general request property.
setRightEdge(int, int) - Method in class com.motorola.lwt.Component
Specifies the location of the Component's right edge.
setRinger(int) - Method in interface com.mot.iden.device.controls.RingerControl
This method sets the notification's ringer index.
setRotation(int) - Method in class com.motorola.iden.micro3d.PointSprite
Sets the rotation angle of the PointSprite.
setRowHeight(int, int) - Method in class com.motorola.iden.lnf.TextView
This method is used to manually set row heights.
setScrollOffset(int) - Method in class com.motorola.lwt.ComponentScreen
Sets the vertical scroll offset.
setSeed(byte[]) - Method in class com.motorola.iden.security.SecureRandom
Reseeds this random object.
setSeed(long) - Method in class java.util.Random
Sets the seed of this random number generator using a single long seed.
setSelectCommand(Command) - Method in class javax.microedition.lcdui.List
Sets the Command to be used for an IMPLICIT List selection action.
setSelectedFlags(boolean[]) - Method in class com.motorola.lwt.CheckboxGroup
Sets the values of the group's Checkboxes to the values of the provided array.
setSelectedFlags(boolean[]) - Method in class javax.microedition.lcdui.List
Sets the selected state of all elements of the List.
setSelectedFlags(boolean[]) - Method in class javax.microedition.lcdui.ChoiceGroup
 
setSelectedFlags(boolean[]) - Method in interface javax.microedition.lcdui.Choice
Attempts to set the selected state of every element in the Choice.
setSelectedIndex(int, boolean) - Method in class com.motorola.lwt.CheckboxGroup
Sets the selection for this CheckboxGroup.
setSelectedIndex(int, boolean) - Method in class javax.microedition.lcdui.List
Sets the selected state of an element.
setSelectedIndex(int, boolean) - Method in class javax.microedition.lcdui.ChoiceGroup
 
setSelectedIndex(int, boolean) - Method in interface javax.microedition.lcdui.Choice
For MULTIPLE, this simply sets an individual element's selected state.
setSelection(int, int) - Method in class com.motorola.iden.lnf.TextView
This method is used to set a highlighted section of text within the buffer.
setSelectionVisible(boolean) - Method in class com.motorola.iden.lnf.TextView
This method sets the selected text to be displayed at the specified indices.
setSemiTransparent(boolean) - Method in class com.motorola.iden.micro3d.Layout3D
Enables or disables semi-transparent rendering for this Layout3D.
setSequence(byte[]) - Method in interface javax.microedition.media.control.ToneControl
Sets the tone sequence.
setShift() - Method in class com.mot.iden.t9.T9
Turns on Shift mode.
setSize(int) - Method in class java.util.Vector
Sets the size of this vector.
setSize(int, int) - Method in class com.motorola.iden.multimedia.DigitalCamera
Sets the size of the captured images to the specified width and height.
setSize(long) - Method in class com.mot.iden.zip.ZipEntry
Sets the uncompressed size of the entry data.
setSocketOption(byte, int) - Method in interface javax.microedition.io.SocketConnection
Set a socket option for the connection.
setSphereTexture(Texture) - Method in class com.motorola.iden.micro3d.Object3D
Associates a Texture to this Object3D.
setStaticTileSet(Image, int, int) - Method in class javax.microedition.lcdui.game.TiledLayer
Changes the static tile set.
setStatusLight(int) - Static method in class com.mot.iden.multimedia.Lighting
Deprecated. This method is replaced with setLighting
setStopTime(long) - Method in interface javax.microedition.media.control.StopTimeControl
Sets the media time at which you want the Player to stop.
setStrategy(int) - Method in class com.mot.iden.zip.Deflater
Sets the compression strategy to the specified value.
setString(int, String) - Method in interface com.motorola.iden.udm.UDMEntry
Set a String field in the Element.
setString(int, String) - Method in class com.motorola.iden.udm.PhoneBookEntry
Set a String field in the Element.
setString(int, String) - Method in class com.motorola.iden.udm.DateBookEvent
Set a String field in the Element.
setString(String) - Method in class javax.microedition.lcdui.Ticker
Sets the string to be displayed by this Ticker.
setString(String) - Method in class javax.microedition.lcdui.TextField
Sets the contents of the TextField as a string value, replacing the previous contents.
setString(String) - Method in class javax.microedition.lcdui.TextBox
Sets the contents of the TextBox as a string value, replacing the previous contents.
setString(String) - Method in class javax.microedition.lcdui.Alert
Sets the text string used in the Alert.
setStrokeStyle(int) - Method in class javax.microedition.lcdui.Graphics
Sets the stroke style used for drawing lines, arcs, rectangles, and rounded rectangles.
setT9ErrorCode(int) - Method in class com.mot.iden.t9.T9Exception
Sets the value of T9ErrorCode to the value passed in.
setT9Listener(T9Listener) - Method in class com.mot.iden.t9.T9
Registers a T9Listener with this object for T9 state changes.
setTempo(int) - Method in interface javax.microedition.media.control.TempoControl
Sets the current playback tempo.
setText(char[], int) - Method in class com.motorola.iden.lnf.TextView
This method sets the char array that this TextView will format for display.
setText(String) - Method in class com.mot.iden.t9.T9
Sets the text in the T9 engine to the specified String.
setText(String) - Method in class com.motorola.lwt.TextComponent
Sets the contents of the TextComponent to the specified String.
setText(String) - Method in class javax.microedition.lcdui.StringItem
Sets the text contents of the StringItem.
setTexture(Texture) - Method in class com.motorola.iden.micro3d.Object3D
Associates a Texture to this Object3D.
setTextureAt(Texture, int) - Method in class com.motorola.iden.micro3d.MultiTexture
Sets the Texture at the specified index of this MultiTexture to be the specified Texture.
setTextureCoordinates(int, int, int) - Method in class com.motorola.iden.micro3d.Triangle
Sets the texture coordinates for the specified vertex.
setTextureCoordinates(int, int, int) - Method in class com.motorola.iden.micro3d.Quadrangle
Sets the texture coordinates for the specified vertex.
setTextureCoordinates(int, int, int) - Method in class com.motorola.iden.micro3d.PointSprite
Sets the texture coordinates for the specified vertex.
setTicker(Ticker) - Method in class javax.microedition.lcdui.Displayable
Sets a ticker for use with this Displayable, replacing any previous ticker.
setTime(Date) - Method in class java.util.Calendar
Sets this Calendar's current time with the given Date.
setTime(long) - Method in class com.mot.iden.zip.ZipEntry
Sets the modification time of the entry.
setTime(long) - Method in class java.util.Date
Sets this Date object to represent a point in time that is time milliseconds after January 1, 1970 00:00:00 GMT.
setTimeBase(TimeBase) - Method in interface javax.microedition.media.Player
Sets the TimeBase for this Player.
setTimeout(int) - Method in class javax.microedition.lcdui.Alert
Set the time for which the Alert is to be shown.
setTimeZone(TimeZone) - Method in class java.util.Calendar
Sets the time zone with the given time zone value.
setTitle(String) - Method in class javax.microedition.lcdui.Displayable
Sets the title of the Displayable.
setToonShading(boolean) - Method in class com.motorola.iden.micro3d.Layout3D
Enables or disables toon shading for this Layout3D.
setToonShading(int, int, int) - Method in class com.motorola.iden.micro3d.Layout3D
Enables toon shading with the specified shading parameters.
setTopEdge(int, int) - Method in class com.motorola.lwt.Component
Specifies the location of the Component's top edge.
setTransform(int) - Method in class javax.microedition.lcdui.game.Sprite
Sets the transformation for this Sprite.
setType(AlertType) - Method in class javax.microedition.lcdui.Alert
Sets the type of the Alert.
setType(int) - Method in interface com.mot.iden.device.controls.NotificationTypeControl
This method sets the notification's ring type.
setTypedString(int, int, String) - Method in interface com.motorola.iden.udm.UDMEntry
Set a String field with a specific type ID in the element.
setTypedString(int, int, String) - Method in class com.motorola.iden.udm.PhoneBookEntry
Set a String field with a specific type ID in the element.
setTypedString(int, int, String) - Method in class com.motorola.iden.udm.DateBookEvent
Set a String field with a specific type ID in the element.
setUDBWrite(boolean) - Method in class com.mot.iden.t9.T9
Enables and disables UDB writeability.
setValue(boolean) - Method in class com.motorola.lwt.Checkbox
Sets the current value of this Checkbox.
setValue(int) - Method in class com.motorola.lwt.Slider
Sets the current value of the Slider.
setValue(int) - Method in class javax.microedition.lcdui.Gauge
Sets the current value of this Gauge object.
setVector(int, Vector3D) - Method in class com.motorola.iden.micro3d.Triangle
Sets the specified vertex to the Vector3D provided.
setVector(int, Vector3D) - Method in class com.motorola.iden.micro3d.Quadrangle
Sets the specified vertex to the Vector3D provided.
setVector(int, Vector3D) - Method in class com.motorola.iden.micro3d.Primitive
Sets the specified vector to the Vector3D provided.
setVector(int, Vector3D) - Method in class com.motorola.iden.micro3d.PointSprite
Sets the specified vertex to the Vector3D provided.
setVector(int, Vector3D) - Method in class com.motorola.iden.micro3d.Point
Sets the specified vertex to the Vector3D provided.
setVector(int, Vector3D) - Method in class com.motorola.iden.micro3d.Line
Sets the specified vertex to the Vector3D provided.
setVibeAll(boolean) - Static method in class com.mot.iden.device.AudioManager
 
setViewfinderDithering(int) - Method in class com.motorola.iden.multimedia.DigitalCamera
Specifies the dithering mode for the viewfinder.
setViewfinderRotation(int) - Method in class com.motorola.iden.multimedia.DigitalCamera
Specifies the rotation for the viewfinder.
setViewPoint(Vector3D, Vector3D, Vector3D) - Method in class com.motorola.iden.micro3d.Layout3D
Creates an affine transform from the provided vectors that will serve as the view point transformation matrix used when determining the view transformation for this Layout3D.
setViewPointTransform(AffineTransform) - Method in class com.motorola.iden.micro3d.Layout3D
Sets the affine transform that will serve as the view point transformation matrix used when determining the view transformation for this Layout3D.
setViewTransform(AffineTransform) - Method in class com.motorola.iden.micro3d.Layout3D
Sets an AffineTransform to be used as the view transformation for this Layout3D.
setViewWindow(int, int, int, int) - Method in class javax.microedition.lcdui.game.LayerManager
Sets the view window on the LayerManager.
setVisible(boolean) - Method in class com.motorola.lwt.Component
Shows or hides the Component.
setVisible(boolean) - Method in class javax.microedition.lcdui.game.Layer
Sets the visibility of this Layer.
setVisible(boolean) - Method in interface javax.microedition.media.control.VideoControl
Show or hide the video.
setVolume(int) - Method in interface com.mot.iden.device.controls.VolumeControl
This method sets a notification's volume step.
setWidth(int) - Method in class com.motorola.iden.lnf.TextView
This method sets the maximum width for the TextView.
setWidth(int) - Method in class com.motorola.iden.micro3d.PointSprite
Sets the width of the PointSprite.
setX(int) - Method in class com.motorola.iden.micro3d.Vector3D
Sets the x value of this Vector3D object.
setY(int) - Method in class com.motorola.iden.micro3d.Vector3D
Sets the y value of this Vector3D object.
setZ(int) - Method in class com.motorola.iden.micro3d.Vector3D
Sets the z value of this Vector3D object.
SHA - class com.motorola.iden.provider.SHA.
The SHA class is used to compute an SHA-1 message digest over arbitraty-sized data.
SHA() - Constructor for class com.motorola.iden.provider.SHA
Standard constructor, creates and initializes a new SHA instance.
SHA1withRSA - class com.motorola.iden.provider.SHA1withRSA.
Implement SHA1withRSA
SHA1withRSA() - Constructor for class com.motorola.iden.provider.SHA1withRSA
 
SHIFT_CHANGE - Static variable in class com.mot.iden.t9.T9
Used in our state change mask when the shift modifier has changed.
shiftActive() - Method in class com.mot.iden.t9.T9
Used to determine if SHIFT is on.
Short - class java.lang.Short.
The Short class is the standard wrapper for short values.
Short(short) - Constructor for class java.lang.Short
Constructs a Short object initialized to the specified short value.
shortMidiEvent(int, int, int) - Method in interface javax.microedition.media.control.MIDIControl
Sends a short MIDI event to the device.
shortValue() - Method in class java.lang.Integer
Returns the value of this Integer as a short.
shortValue() - Method in class java.lang.Short
Returns the value of this Short as a short.
sign() - Method in class com.motorola.iden.security.Signature
Returns the signature bytes of the input data.
SIGNAL_STRENGTH - Static variable in class com.mot.iden.device.StatusManager
This is the value passed to the status manager to retrieve the Signal Strength The return value is in the range of [0 - 3] with 0 being no singal and 3 being full signal strength.
Signature - class com.motorola.iden.security.Signature.
This Signature class is used to provide applications the functionality of a digital signature algorithm.
SignatureException - exception com.motorola.iden.security.SignatureException.
This is the generic Signature exception.
SignatureException() - Constructor for class com.motorola.iden.security.SignatureException
Constructs a SignatureException with no detail message.
SignatureException(String) - Constructor for class com.motorola.iden.security.SignatureException
Constructs a SignatureException with the specified detail message.
SignatureSpi - class com.motorola.iden.security.SignatureSpi.
This class defines the Service Provider Interface (SPI) for the Signature class, which is used to provide the functionality of a digital signature algorithm.
SignatureSpi() - Constructor for class com.motorola.iden.security.SignatureSpi
 
SILENCE - Static variable in interface javax.microedition.media.control.ToneControl
Silence.
SILENT - Static variable in class com.mot.iden.device.AudioManager
This is a return value used in getType and a parameter for setType.
SIM_ID - Static variable in class com.mot.iden.customercare.CustomerCare
Field ID used to retrieve the Device's Subscriber Identification Module Number
sin(Float) - Static method in class com.mot.iden.math.Math
Returns the trigonometric sine of an angle.
sin(int) - Static method in class com.motorola.iden.micro3d.Utility
Obtains the sine approximation of the specified angle using only integer values.
SITENAME_MISMATCH - Static variable in class javax.microedition.pki.CertificateException
Indicates a certificate does not contain the correct site name.
SIZE_CHANGED - Static variable in interface javax.microedition.media.PlayerListener
Posted when the size of the video is changed either because the source video size or the display size is changed.
SIZE_LARGE - Static variable in class javax.microedition.lcdui.Font
The "large" system-dependent font size.
SIZE_MEDIUM - Static variable in class javax.microedition.lcdui.Font
The "medium" system-dependent font size.
SIZE_OF_VECTOR3D - Static variable in class com.motorola.iden.micro3d.Vector3D
Size of the Vec3i structure
SIZE_SMALL - Static variable in class javax.microedition.lcdui.Font
The "small" system-dependent font size.
size() - Method in class com.motorola.iden.lnf.ColorPalette
Returns the number of colors in this ColorPalette
size() - Method in class com.motorola.iden.micro3d.MultiTexture
Returns the number of textures in this MultiTexture
size() - Method in class java.io.ByteArrayOutputStream
Returns the current size of the buffer.
size() - Method in class java.util.Vector
Returns the number of components in this vector.
size() - Method in class java.util.Hashtable
Returns the number of keys in this hashtable.
size() - Method in class javax.microedition.lcdui.TextField
Gets the number of characters that are currently stored in this TextField.
size() - Method in class javax.microedition.lcdui.TextBox
Gets the number of characters that are currently stored in this TextBox.
size() - Method in class javax.microedition.lcdui.List
Gets the number of elements in the List.
size() - Method in class javax.microedition.lcdui.Form
Gets the number of items in the Form.
size() - Method in class javax.microedition.lcdui.ChoiceGroup
 
size() - Method in interface javax.microedition.lcdui.Choice
Gets the number of elements present.
skip(int) - Method in interface javax.microedition.media.control.FramePositioningControl
Skip a given number of frames from the current position.
skip(long) - Method in class com.mot.iden.zip.ZipInputStream
Skips specified number of bytes in the current ZIP entry.
skip(long) - Method in class com.mot.iden.zip.PushbackInputStream
Skips over and discards n bytes of data from this input stream.
skip(long) - Method in class com.mot.iden.zip.InflaterInputStream
Skips specified number of bytes of uncompressed data.
skip(long) - Method in class com.mot.iden.zip.FilterInputStream
Skips over and discards n bytes of data from the input stream.
skip(long) - Method in class com.mot.iden.zip.CheckedInputStream
Skips specified number of bytes of input.
skip(long) - Method in class java.io.ByteArrayInputStream
Skips n bytes of input from this input stream.
skip(long) - Method in class java.io.DataInputStream
Skips over and discards n bytes of data from the input stream.
skip(long) - Method in class java.io.InputStreamReader
Skip characters.
skip(long) - Method in class java.io.Reader
Skip characters.
skip(long) - Method in class java.io.InputStream
Skips over and discards n bytes of data from this input stream.
skipBytes(int) - Method in class java.io.DataInputStream
See the general contract of the skipBytes method of DataInput.
skipBytes(int) - Method in interface java.io.DataInput
Makes an attempt to skip over n bytes of data from the input stream, discarding the skipped bytes.
sleep(long) - Static method in class java.lang.Thread
Causes the currently executing thread to sleep (temporarily cease execution) for the specified number of milliseconds.
Slider - class com.motorola.lwt.Slider.
The Slider component represents an adjustable numeric value.
SLIDER_DRAGGED - Static variable in class com.motorola.lwt.Slider
Event indicating that the Slider's value has been changed and that it is still being interacted with by the user.
SLIDER_SET - Static variable in class com.motorola.lwt.Slider
Event indicating that the Slider's value has been changed and that the user is no longer interacting with it.
Slider(boolean, int, int) - Constructor for class com.motorola.lwt.Slider
Creates a new Slider of the desired type with the specified maximum and initial values
SNDBUF - Static variable in interface javax.microedition.io.SocketConnection
Socket option for the size of the sending buffer (4).
SocketConnection - interface javax.microedition.io.SocketConnection.
This interface defines the socket stream connection.
SOLID - Static variable in class javax.microedition.lcdui.Graphics
Constant for the SOLID stroke style Value 0 is assigned to SOLID
SourceStream - interface javax.microedition.media.protocol.SourceStream.
Abstracts a single stream of media data.
Spacer - class javax.microedition.lcdui.Spacer.
A blank, non-interactive item that has a settable minimum size.
Spacer(int, int) - Constructor for class javax.microedition.lcdui.Spacer
Creates a new Spacer with the given minimum size.
SPEAKER - Static variable in class com.mot.iden.device.AudioManager
This is a value used for setRoute and getRoute, and also a return value used in getAudioAccessoryType.
SPEED_NUM - Static variable in class com.motorola.iden.udm.PhoneBookEntry
SPEED_NUM Field ID for a speed dial number.
SPEED_NUM_SORT - Static variable in class com.motorola.iden.udm.UDM
SPEED_NUM_SORT defines retrieving in speed number sort.
spellActive() - Method in class com.mot.iden.t9.T9
Used to determine if the current entry mode is Spell (Multitap) mode.
Sprite - class javax.microedition.lcdui.game.Sprite.
A Sprite is a basic visual element that can be rendered with one of several frames stored in an Image; different frames can be shown to animate the Sprite.
Sprite(Image) - Constructor for class javax.microedition.lcdui.game.Sprite
Creates a new non-animated Sprite using the provided Image.
Sprite(Image, int, int) - Constructor for class javax.microedition.lcdui.game.Sprite
Creates a new animated Sprite using frames contained in the provided Image.
Sprite(Sprite) - Constructor for class javax.microedition.lcdui.game.Sprite
Creates a new Sprite from another Sprite.
SQE - Static variable in class com.mot.iden.customercare.CustomerCare
Field ID used to retrieve the Device's Signal Quality
sqrt(Float) - Static method in class com.mot.iden.math.Math
Returns the correctly rounded positive square root of a double value.
sqrt(Float) - Static method in class com.mot.iden.math.Float
Deprecated.  
sqrt(String) - Static method in class com.mot.iden.math.Float
Deprecated.  
squareRoot(int) - Static method in class com.motorola.iden.micro3d.Utility
Obtains a square root approximation of the specified value using only integer values.
Stack - class java.util.Stack.
The Stack class represents a last-in-first-out (LIFO) stack of objects.
Stack() - Constructor for class java.util.Stack
Creates an empty Stack.
START - Static variable in class com.motorola.iden.udm.DateBookEvent
START Field ID specifying the inclusive date and time a single Event starts.
start() - Method in class java.lang.Thread
Causes this thread to begin execution; the Virtual Machine calls the run method of this thread.
start() - Method in interface javax.microedition.media.Player
Starts the Player as soon as possible.
start() - Method in class javax.microedition.media.protocol.DataSource
Initiate data-transfer.
startCallListener() - Method in class com.motorola.iden.call.CallHandler
The method starts the listener of a call.
startDTMF(char) - Method in class com.motorola.iden.call.InterconnectCallImpl
 
STARTED - Static variable in interface javax.microedition.media.PlayerListener
Posted when a Player is Started.
STARTED - Static variable in interface javax.microedition.media.Player
The state of the Player indicating that the Player has already started.
startRecord() - Method in interface javax.microedition.media.control.RecordControl
Start recording the media.
startsWith(String) - Method in class java.lang.String
Tests if this string starts with the specified prefix.
startsWith(String, int) - Method in class java.lang.String
Tests if this string starts with the specified prefix beginning a specified index.
STATUS_AMBER - Static variable in class com.mot.iden.multimedia.Lighting
Deprecated. This value is replaced with LIGHT_STATE_YELLOW
STATUS_GREEN - Static variable in class com.mot.iden.multimedia.Lighting
Deprecated. This value is replaced with LIGHT_STATE_GREEN
STATUS_OFF - Static variable in class com.mot.iden.multimedia.Lighting
Deprecated. This value is replaced with LIGHT_STATE_OFF
STATUS_RED - Static variable in class com.mot.iden.multimedia.Lighting
Deprecated. This value is replaced with LIGHT_STATE_RED
StatusManager - class com.mot.iden.device.StatusManager.
The Status Manager Class give an application the ability to query the status of various features present on the device.
STOP - Static variable in class javax.microedition.lcdui.Command
A command that will stop some currently running process, operation, etc.
stop() - Static method in class com.mot.iden.voicenote.VoiceNote
Stops playing or recording a voicenote
stop() - Static method in class com.motorola.midi.MidiPlayer
Stop playing midi file.
stop() - Method in interface javax.microedition.media.Player
Stops the Player.
stop() - Method in class javax.microedition.media.protocol.DataSource
Stop the data-transfer.
stopDTMF() - Method in class com.motorola.iden.call.InterconnectCallImpl
 
stopNMEASentence() - Method in interface com.motorola.iden.position.PositionConnection
A method for API to stop nmea messages
STOPPED - Static variable in interface javax.microedition.media.PlayerListener
Posted when a Player is stopped in responding to a stop().
STOPPED_AT_TIME - Static variable in interface javax.microedition.media.PlayerListener
Posted when a Player is stopped as responding to the setStopTime call using the SetStopTimeControl.
stopRecord() - Method in interface javax.microedition.media.control.RecordControl
Stop recording the media.
StopTimeControl - interface javax.microedition.media.control.StopTimeControl.
StopTimeControl allows one to specify a preset stop time for a Player.
STORED - Static variable in class com.mot.iden.zip.ZipOutputStream
Compression method for uncompressed (STORED) entries.
STORED - Static variable in class com.mot.iden.zip.ZipEntry
Compression method for uncompressed entries.
StreamConnection - interface javax.microedition.io.StreamConnection.
This interface defines the capabilities that a stream connection must have.
StreamConnectionNotifier - interface javax.microedition.io.StreamConnectionNotifier.
This interface defines the capabilities that a connection notifier must have.
String - class java.lang.String.
The String class represents character strings.
STRING - Static variable in interface com.motorola.iden.udm.UDMEntry
STRING Data type ID indicating data is a String.
String() - Constructor for class java.lang.String
Initializes a newly created String object so that it represents an empty character sequence.
String(byte[]) - Constructor for class java.lang.String
Construct a new String by converting the specified array of bytes using the platform's default character encoding.
String(byte[], int, int) - Constructor for class java.lang.String
Construct a new String by converting the specified subarray of bytes using the platform's default character encoding.
String(byte[], int, int, String) - Constructor for class java.lang.String
Construct a new String by converting the specified subarray of bytes using the specified character encoding.
String(byte[], String) - Constructor for class java.lang.String
Construct a new String by converting the specified array of bytes using the specified character encoding.
String(char[]) - Constructor for class java.lang.String
Allocates a new String so that it represents the sequence of characters currently contained in the character array argument.
String(char[], int, int) - Constructor for class java.lang.String
Allocates a new String that contains characters from a subarray of the character array argument.
String(String) - Constructor for class java.lang.String
Initializes a newly created String object so that it represents the same sequence of characters as the argument; in other words, the newly created string is a copy of the argument string.
String(StringBuffer) - Constructor for class java.lang.String
Allocates a new string that contains the sequence of characters currently contained in the string buffer argument.
StringBuffer - class java.lang.StringBuffer.
A string buffer implements a mutable sequence of characters.
StringBuffer() - Constructor for class java.lang.StringBuffer
Constructs a string buffer with no characters in it and an initial capacity of 16 characters.
StringBuffer(int) - Constructor for class java.lang.StringBuffer
Constructs a string buffer with no characters in it and an initial capacity specified by the length argument.
StringBuffer(String) - Constructor for class java.lang.StringBuffer
Constructs a string buffer so that it represents the same sequence of characters as the string argument; in other words, the initial contents of the string buffer is a copy of the argument string.
StringIndexOutOfBoundsException - exception java.lang.StringIndexOutOfBoundsException.
Thrown by the charAt method in class String and by other String methods to indicate that an index is either negative or greater than or equal to the size of the string.
StringIndexOutOfBoundsException() - Constructor for class java.lang.StringIndexOutOfBoundsException
Constructs a StringIndexOutOfBoundsException with no detail message.
StringIndexOutOfBoundsException(int) - Constructor for class java.lang.StringIndexOutOfBoundsException
Constructs a new StringIndexOutOfBoundsException class with an argument indicating the illegal index.
StringIndexOutOfBoundsException(String) - Constructor for class java.lang.StringIndexOutOfBoundsException
Constructs a StringIndexOutOfBoundsException with the specified detail message.
StringItem - class javax.microedition.lcdui.StringItem.
An item that can contain a string.
StringItem(String, String) - Constructor for class javax.microedition.lcdui.StringItem
Creates a new StringItem object with the given label and textual content.
StringItem(String, String, int) - Constructor for class javax.microedition.lcdui.StringItem
Creates a new StringItem object with the given label, textual content, and appearance mode.
StringItemLookAndFeel - class com.motorola.iden.lnf.StringItemLookAndFeel.
The ItemLookAndFeel abstract class is the container of all the customizable Look-and-Feel attributes of an Item-like UI component.
StringItemLookAndFeel() - Constructor for class com.motorola.iden.lnf.StringItemLookAndFeel
 
StringItemLookAndFeel(ColorPalette, Font, Border, JustificationStyle) - Constructor for class com.motorola.iden.lnf.StringItemLookAndFeel
 
StringTokenizer - class com.mot.iden.util.StringTokenizer.
This class implements a iDEN specific StringTokenizer.
StringTokenizer(String) - Constructor for class com.mot.iden.util.StringTokenizer
This constructor takes a String and tokenizes it with a ' '.
StringTokenizer(String, char) - Constructor for class com.mot.iden.util.StringTokenizer
This constructor takes a String and tokenizes it with the char passed in.
stringWidth(String) - Method in class javax.microedition.lcdui.Font
Gets the total advance width for showing the specified String in this Font.
STYLE - Static variable in class com.motorola.iden.udm.DateBookEvent
STYLE Field ID for a style.
STYLE_BOLD - Static variable in class javax.microedition.lcdui.Font
The bold style constant.
STYLE_CHECKBOX - Static variable in class com.motorola.lwt.Checkbox
Indicates that this Checkbox should look like a checkbox.
STYLE_ITALIC - Static variable in class javax.microedition.lcdui.Font
The italicized style constant.
STYLE_LIST_ITEM - Static variable in class com.motorola.lwt.Checkbox
Indicates that this Checkbox should look like a list item.
STYLE_PLAIN - Static variable in class javax.microedition.lcdui.Font
The plain style constant.
STYLE_RADIO_BUTTON - Static variable in class com.motorola.lwt.Checkbox
Indicates that this Checkbox should look like a radiobutton.
STYLE_UNDERLINED - Static variable in class javax.microedition.lcdui.Font
The underlined style constant.
substring(int) - Method in class java.lang.String
Returns a new string that is a substring of this string.
substring(int, int) - Method in class java.lang.String
Returns a new string that is a substring of this string.
substringWidth(String, int, int) - Method in class javax.microedition.lcdui.Font
Gets the total advance width for showing the specified substring in this Font.
subtract(Float, Float) - Static method in class com.mot.iden.math.Math
Returns the floating-point subtraction of the two specified Float arguments as a new Float object.
subtract(Float, Float) - Static method in class com.mot.iden.math.Float
Deprecated.  
subtract(String, String) - Static method in class com.mot.iden.math.Float
Deprecated.  
SUMMARY - Static variable in class com.motorola.iden.udm.DateBookEvent
SUMMARY Field ID specifying the summary or subject for this Event.
SUNDAY - Static variable in class com.motorola.iden.udm.DateBookRepeatEvent
SUNDAY Constant for the day of week Sunday.
SUNDAY - Static variable in class java.util.Calendar
Value of the DAY_OF_WEEK field indicating Sunday.
suppressErgo(boolean) - Static method in class com.mot.iden.device.AudioManager
 
SVG_CELL_QUALITY - Static variable in class com.mot.iden.customercare.CustomerCare
Field ID used to retrieve the Device's Serving Serving Cell Quality
SW_VERSION - Static variable in class com.mot.iden.customercare.CustomerCare
Field ID used to retrieve the Device's Software Version
switchPhoneCall() - Method in class com.motorola.iden.call.InterconnectCallImpl
 
System - class java.lang.System.
The System class contains several useful class fields and methods.
SystemLookAndFeel - class com.motorola.iden.lnf.SystemLookAndFeel.
The SystemLookAndFeel class.
SystemLookAndFeel() - Constructor for class com.motorola.iden.lnf.SystemLookAndFeel
Default Constructor
SystemLookAndFeel(ColorPalette, Font, Border) - Constructor for class com.motorola.iden.lnf.SystemLookAndFeel
Create a SystemLookAndFeel object with the given attributes The three attributes are a ColorPalette ColorPalette, a {@link Font Font}, and a {@link Border Border}
SystemLookAndFeel(ColorPalette, Font, Border, JustificationStyle) - Constructor for class com.motorola.iden.lnf.SystemLookAndFeel
Create a SystemLookAndFeel object with the given attributes The four attributes are a ColorPalette, a Font, Border, and a JustificationStyle

T

T9 - class com.mot.iden.t9.T9.
The T9 object houses all the T9 state information for a native side instance of a T9FieldInfo struct.
T9() - Constructor for class com.mot.iden.t9.T9
Contructs an instance of T9 capable of holding the max amount of characters.
T9(int) - Constructor for class com.mot.iden.t9.T9
Contructs an instance of T9 capable of the specified amount of characters.
T9(int, String) - Constructor for class com.mot.iden.t9.T9
Contructs an instance of T9 capable of the specified amount of characters and preset with the specified text.
T9CTRLADD - Static variable in class com.mot.iden.t9.T9
Used to force the T9 engine to scan for new words to add to the user database.
T9CTRLCLRCAP - Static variable in class com.mot.iden.t9.T9
Turns off CAPS lock.
T9CTRLCLRSHF - Static variable in class com.mot.iden.t9.T9
Turns off SHIFT.
T9CTRLCLRSYM - Static variable in class com.mot.iden.t9.T9
Reverts from Symbol mode to the previous entry mode.
T9CTRLSETCAP - Static variable in class com.mot.iden.t9.T9
Turns on CAPS lock.
T9CTRLSETSHF - Static variable in class com.mot.iden.t9.T9
Turns on SHIFT.
T9ENGLISH_LANGUAGE - Static variable in class com.mot.iden.t9.T9
A bit mask for setting T9 to english.
T9Exception - exception com.mot.iden.t9.T9Exception.
T9Exception allows for specialized Exceptions to be thrown from T9 objects.
T9Exception(String) - Constructor for class com.mot.iden.t9.T9Exception
Initializes the T9Exception object.
T9EXTSPELL_MODE - Static variable in class com.mot.iden.t9.T9
Used to force T9 into retrieving multitap symbols from the host.
T9FRENCH_LANGUAGE - Static variable in class com.mot.iden.t9.T9
A bit mask for setting T9 to french.
T9HEBREW_LANGUAGE - Static variable in class com.mot.iden.t9.T9
A bit mask for setting T9 to hebrew.
T9KEYRIGHT - Static variable in class com.mot.iden.t9.T9
Right key event.
T9KOREAN_LANGUAGE - Static variable in class com.mot.iden.t9.T9
A bit mask for setting T9 to korean.
T9KOREAN_SYLLABLE_MODE - Static variable in class com.mot.iden.t9.T9
Used to put T9 into Korean syllable mode.
T9Listener - interface com.mot.iden.t9.T9Listener.
T9Listener receives requests from the native T9 engine.
T9NUM_MODE - Static variable in class com.mot.iden.t9.T9
Used to put T9 into numeric mode.
T9PORTUGUESE_LANGUAGE - Static variable in class com.mot.iden.t9.T9
A bit mask for setting T9 to portuguese.
T9SPANISH_LANGUAGE - Static variable in class com.mot.iden.t9.T9
A bit mask for setting T9 to spanish.
T9SPELL_MODE - Static variable in class com.mot.iden.t9.T9
Used to put T9 into spell (multitap) mode.
T9SYM_MODE - Static variable in class com.mot.iden.t9.T9
Used to put T9 into symbol mode.
T9Terminate(T9) - Static method in class com.mot.iden.t9.T9
Native function to terminate this T9 engine.
T9WORD_MODE - Static variable in class com.mot.iden.t9.T9
Used to put T9 into word mode.
TALKGROUP_AVAILABLE - Static variable in class com.motorola.iden.udm.PhoneBook
TALKGROUP_AVAILABLE available Talk group slots in the SIM.
TALKGROUP_INUSE - Static variable in class com.motorola.iden.udm.PhoneBook
TALKGROUP_INUSE Inuse Talk group slots in the SIM.
tan(Float) - Static method in class com.mot.iden.math.Math
Returns the trigonometric tangent of an angle.
TEL - Static variable in class com.motorola.iden.udm.PhoneBookEntry
TEL Field ID for a telephone number.
tell() - Method in interface javax.microedition.media.protocol.SourceStream
Obtain the current position in the stream.
TEMPO - Static variable in interface javax.microedition.media.control.ToneControl
The TEMPO event tag
TempoControl - interface javax.microedition.media.control.TempoControl.
TempoControl controls the tempo, in musical terms, of a song.
TEXT_MESSAGE - Static variable in interface javax.wireless.messaging.MessageConnection
Constant for a message type for text messages (value = "text").
TEXT_WRAP_DEFAULT - Static variable in interface javax.microedition.lcdui.Choice
Constant for indicating that the application has no preference as to wrapping or truncation of text element contents and that the implementation should use its default behavior.
TEXT_WRAP_OFF - Static variable in interface javax.microedition.lcdui.Choice
Constant for hinting that text element contents should be limited to a single line.
TEXT_WRAP_ON - Static variable in interface javax.microedition.lcdui.Choice
Constant for hinting that text element contents should be wrapped to to multiple lines if necessary to fit available content space.
TextArea - class com.motorola.lwt.TextArea.
The TextArea class is a multi-line TextComponent that scrolls vertically as needed.
TextArea(String, int, int) - Constructor for class com.motorola.lwt.TextArea
Constructs a new TextArea.
TextBox - class javax.microedition.lcdui.TextBox.
The TextBox class is a Screen that allows the user to enter and edit text.
TextBox(String, String, int, int) - Constructor for class javax.microedition.lcdui.TextBox
Creates a new TextBox object with the given title string, initial contents, maximum size in characters, and constraints.
TextComponent - class com.motorola.lwt.TextComponent.
The TextComponent class is the base class for TextArea and TextField.
TextField - class com.motorola.lwt.TextField.
The TextField class is a single line TextComponent that scrolls horizontally as needed.
TextField - class javax.microedition.lcdui.TextField.
A TextField is an editable text component that may be placed into a Form.
TextField(String, int) - Constructor for class com.motorola.lwt.TextField
Constructs a new TextField.
TextField(String, String, int, int) - Constructor for class javax.microedition.lcdui.TextField
Creates a new TextField object with the given label, initial contents, maximum size in characters, and constraints.
TextFieldItemLookAndFeel - class com.motorola.iden.lnf.TextFieldItemLookAndFeel.
The ItemLookAndFeel abstract class is the container of all the customizable Look-and-Feel attributes of an Item-like UI component.
TextFieldItemLookAndFeel() - Constructor for class com.motorola.iden.lnf.TextFieldItemLookAndFeel
 
TextFieldItemLookAndFeel(ColorPalette, Font, Border, JustificationStyle) - Constructor for class com.motorola.iden.lnf.TextFieldItemLookAndFeel
 
TextMessage - interface javax.wireless.messaging.TextMessage.
An interface representing a text message.
Texture - class com.motorola.iden.micro3d.Texture.
This class holds the texture data.
textureAt(int) - Method in class com.motorola.iden.micro3d.MultiTexture
Returns the Texture at the specified index.
textures() - Method in class com.motorola.iden.micro3d.MultiTexture
Returns an Enumeration of the textures of this MultiTexture.
TextView - class com.motorola.iden.lnf.TextView.
The TextView class encapsulates all the logic needed to render multiple and single line text.
TextView(char[], int, int, boolean) - Constructor for class com.motorola.iden.lnf.TextView
Creates a new TextView object capable of formatting text to the specified width.
THIRD - Static variable in class com.motorola.iden.udm.DateBookRepeatEvent
THIRD Constant for the third week of the month.
THIRDLAST - Static variable in class com.motorola.iden.udm.DateBookRepeatEvent
THIRDLAST Constant for the third to last week of the month.
Thread - class java.lang.Thread.
A thread is a thread of execution in a program.
Thread() - Constructor for class java.lang.Thread
Allocates a new Thread object.
Thread(Runnable) - Constructor for class java.lang.Thread
Allocates a new Thread object.
Throwable - class java.lang.Throwable.
The Throwable class is the superclass of all errors and exceptions in the Java language.
Throwable() - Constructor for class java.lang.Throwable
Constructs a new Throwable with no detail message.
Throwable(String) - Constructor for class java.lang.Throwable
Constructs a new Throwable with the specified detail message.
THURSDAY - Static variable in class com.motorola.iden.udm.DateBookRepeatEvent
THURSDAY Constant for the day of week Thursday.
THURSDAY - Static variable in class java.util.Calendar
Value of the DAY_OF_WEEK field indicating Thursday.
Ticker - class javax.microedition.lcdui.Ticker.
Implements a "ticker-tape," a piece of text that runs continuously across the display.
Ticker(String) - Constructor for class javax.microedition.lcdui.Ticker
Constructs a new Ticker object, given its initial contents string.
TickerLookAndFeel - class com.motorola.iden.lnf.TickerLookAndFeel.
The TickerLookAndFeel class is the container of all the customizable Look-and-Feel attributes of a UI component (widget).
TickerLookAndFeel() - Constructor for class com.motorola.iden.lnf.TickerLookAndFeel
Creates an instance of TickerLookAndFeel
TickerLookAndFeel(ColorPalette, Font, Border, JustificationStyle) - Constructor for class com.motorola.iden.lnf.TickerLookAndFeel
 
TiledLayer - class javax.microedition.lcdui.game.TiledLayer.
A TiledLayer is a visual element composed of a grid of cells that can be filled with a set of tile images.
TiledLayer(int, int, Image, int, int) - Constructor for class javax.microedition.lcdui.game.TiledLayer
Creates a new TiledLayer.
TIME - Static variable in class javax.microedition.lcdui.DateField
Input mode for time information (hours and minutes).
TIME_UNKNOWN - Static variable in interface javax.microedition.media.Player
The returned value indicating that the requested time is unknown.
TimeBase - interface javax.microedition.media.TimeBase.
A TimeBase is a constantly ticking source of time, much like a crystal.
Timer - class java.util.Timer.
A facility for threads to schedule tasks for future execution in a background thread.
Timer() - Constructor for class java.util.Timer
Creates a new timer.
TimerTask - class java.util.TimerTask.
A task that can be scheduled for one-time or repeated execution by a Timer.
TimeZone - class java.util.TimeZone.
TimeZone represents a time zone offset, and also figures out daylight savings.
TimeZone() - Constructor for class java.util.TimeZone
 
TITLE_KEY - Static variable in interface javax.microedition.media.control.MetaDataControl
Default key for TITLE information.
TitleLookAndFeel - class com.motorola.iden.lnf.TitleLookAndFeel.
The TitleLookAndFeel class is the container of all the customizable Look-and-Feel attributes of the Title of a Displayable.
TitleLookAndFeel() - Constructor for class com.motorola.iden.lnf.TitleLookAndFeel
Creates an instance of TitleLookAndFeel
toBinaryString(int) - Static method in class java.lang.Integer
Creates a string representation of the integer argument as an unsigned integer in base 2.
toByteArray() - Method in class java.io.ByteArrayOutputStream
Creates a newly allocated byte array.
toCharArray() - Method in class java.lang.String
Converts this string to a new character array.
toDegrees(Float) - Static method in class com.mot.iden.math.Math
Converts an angle measured in radians to an approximately equivalent angle measured in degrees.
toHexString(int) - Static method in class java.lang.Integer
Creates a string representation of the integer argument as an unsigned integer in base 16.
toLowerCase() - Method in class java.lang.String
Converts all of the characters in this String to lower case.
toLowerCase(char) - Static method in class java.lang.Character
The given character is mapped to its lowercase equivalent; if the character has no lowercase equivalent, the character itself is returned.
TONE_DEVICE_LOCATOR - Static variable in class javax.microedition.media.Manager
The locator to create a tone Player to play back tone sequences. e.g.
ToneControl - interface javax.microedition.media.control.ToneControl.
The ToneControl is the interface to enable playback of a simple, application-defined tone sequence.
toOctalString(int) - Static method in class java.lang.Integer
Creates a string representation of the integer argument as an unsigned integer in base 8.
TOP - Static variable in class javax.microedition.lcdui.Graphics
Constant for positioning the anchor point of text and images above the text or image.
toRadians(Float) - Static method in class com.mot.iden.math.Math
Converts an angle measured in degrees to an approximately equivalent angle measured in radians.
toString() - Method in class com.mot.iden.math.Float
Renders this Float object as a String
toString() - Method in class com.mot.iden.zip.ZipEntry
Returns a string representation of the ZIP entry.
toString() - Method in class com.motorola.iden.lnf.ColorPalette
Returns a String representation of this ColorPalette object
toString() - Method in class java.io.ByteArrayOutputStream
Returns a string containing the current contents of this output stream.
toString() - Method in class java.lang.Long
Returns a String object representing this Long's value.
toString() - Method in class java.lang.Integer
Returns a String object representing this Integer's value.
toString() - Method in class java.lang.Short
Returns a String object representing this Short's value.
toString() - Method in class java.lang.Byte
Returns a String object representing this Byte's value.
toString() - Method in class java.lang.Character
Returns a String object representing this character's value.
toString() - Method in class java.lang.Boolean
Returns a String object representing this Boolean's value.
toString() - Method in class java.lang.StringBuffer
Converts to a string representing the data in this string buffer.
toString() - Method in class java.lang.Thread
Returns a string representation of this thread, including the thread's identity (given by Object.hashCode) and priority.
toString() - Method in class java.lang.Throwable
Returns a short description of this throwable object.
toString() - Method in class java.lang.Class
Converts the object to a string.
toString() - Method in class java.lang.String
This object (which is already a string!)
toString() - Method in class java.lang.Object
Returns a string representation of the object.
toString() - Method in class java.util.Vector
Returns a string representation of this vector.
toString() - Method in class java.util.Hashtable
Returns a rather long string representation of this hashtable.
toString(int) - Static method in class java.lang.Integer
Returns a new String object representing the specified integer.
toString(int, int) - Static method in class java.lang.Integer
Creates a string representation of the first argument in the radix specified by the second argument.
toString(long) - Static method in class java.lang.Long
Returns a new String object representing the specified integer.
toString(long, int) - Static method in class java.lang.Long
Creates a string representation of the first argument in the radix specified by the second argument.
TOTAL_AVAILABLE - Static variable in class com.motorola.iden.udm.PhoneBook
TOTAL_AVAILABLE Total available slots in the SIM.
TOTAL_AVAILABLE - Static variable in class com.motorola.iden.udm.DateBook
TOTAL_AVAILABLE Total available slots in the Datebook native datebase.
TOTAL_INUSE - Static variable in class com.motorola.iden.udm.PhoneBook
TOTAL_INUSE Total inuse slots in the SIM.
TOTAL_INUSE - Static variable in class com.motorola.iden.udm.DateBook
TOTAL_INUSE Total inuse slots in the Datebook native datebase.
totalMemory() - Method in class java.lang.Runtime
Returns the total amount of memory in the Java Virtual Machine.
toUpperCase() - Method in class java.lang.String
Converts all of the characters in this String to lower case.
toUpperCase(char) - Static method in class java.lang.Character
Converts the character argument to uppercase.
TRANS_MIRROR - Static variable in class javax.microedition.lcdui.game.Sprite
Tranform that causes the Sprite to appear as its mirror image.
TRANS_MIRROR_ROT180 - Static variable in class javax.microedition.lcdui.game.Sprite
Tranform that causes the Sprite to appear as its mirror image rotated clockwise by 180 degrees around its reference point.
TRANS_MIRROR_ROT270 - Static variable in class javax.microedition.lcdui.game.Sprite
Tranform that causes the Sprite to appear as its mirror image rotated clockwise by 270 degrees around its reference point.
TRANS_MIRROR_ROT90 - Static variable in class javax.microedition.lcdui.game.Sprite
Tranform that causes the Sprite to appear as its mirror image rotated clockwise by 90 degrees around its reference point.
TRANS_NONE - Static variable in class javax.microedition.lcdui.game.Sprite
No tranform is applied to the Sprite.
TRANS_ROT180 - Static variable in class javax.microedition.lcdui.game.Sprite
Tranform that causes the Sprite to appear rotated clockwise by 180 degrees around its reference point.
TRANS_ROT270 - Static variable in class javax.microedition.lcdui.game.Sprite
Tranform that causes the Sprite to appear rotated clockwise by 270 degrees around its reference point.
TRANS_ROT90 - Static variable in class javax.microedition.lcdui.game.Sprite
Tranform that causes the Sprite to appear rotated clockwise by 90 degrees around its reference point.
transformPoint(Vector3D) - Method in class com.motorola.iden.micro3d.AffineTransform
Returns a Vector3D transformed from a given point in this AffineTransform.
translate(int, int) - Method in class javax.microedition.lcdui.Graphics
Translates the origin of the graphics context to the point (x,y) in the current coordinate system.
TRANSPARENT - Static variable in class com.motorola.lwt.ImageLabel
Transparent background color.
TRANSPARENT_COLOR - Static variable in class com.motorola.iden.lnf.ColorPalette
The transparent color
TRANSPARENT_COLOR_TYPE - Static variable in class com.motorola.iden.lnf.ColorPalette
The transparent color type
Triangle - class com.motorola.iden.micro3d.Triangle.
Triangle primitive.
Triangle(Vector3D, Vector3D, Vector3D, int, int, int, int, int, int, Layout3D, Texture) - Constructor for class com.motorola.iden.micro3d.Triangle
Creates a Triangle primitive with the vertices at the positions described by vertexA, vertexB, and vertexC.
Triangle(Vector3D, Vector3D, Vector3D, Layout3D, int) - Constructor for class com.motorola.iden.micro3d.Triangle
Creates a Triangle primitive with the vertices at the positions described by vertexA, vertexB, and vertexC.
Triangle(Vector3D, Vector3D, Vector3D, Vector3D, int, int, int, int, int, int, Layout3D, Texture) - Constructor for class com.motorola.iden.micro3d.Triangle
Creates a Triangle primitive with the vertices at the positions described by vertexA, vertexB, and vertexC and oriented with the normal specified with faceNormal.
Triangle(Vector3D, Vector3D, Vector3D, Vector3D, Layout3D, int) - Constructor for class com.motorola.iden.micro3d.Triangle
Creates a Triangle primitive with the vertices at the positions described by vertexA, vertexB, and vertexC and oriented with the normal specified with faceNormal.
Triangle(Vector3D, Vector3D, Vector3D, Vector3D, Vector3D, Vector3D, int, int, int, int, int, int, Layout3D, Texture) - Constructor for class com.motorola.iden.micro3d.Triangle
Creates a Triangle primitive with the vertices at the positions described by vertexA, vertexB, and vertexC and oriented with the normal specified for each vertex.
Triangle(Vector3D, Vector3D, Vector3D, Vector3D, Vector3D, Vector3D, Layout3D, int) - Constructor for class com.motorola.iden.micro3d.Triangle
Creates a Triangle primitive with the vertices at the positions described by vertexA, vertexB, and vertexC and oriented with the normal specified for each vertex.
trim() - Method in class java.lang.String
Removes white space from both ends of this string.
trimToSize() - Method in class java.util.Vector
Trims the capacity of this vector to be the vector's current size.
TUESDAY - Static variable in class com.motorola.iden.udm.DateBookRepeatEvent
TUESDAY Constant for the day of week Tuesday.
TUESDAY - Static variable in class java.util.Calendar
Value of the DAY_OF_WEEK field indicating Tuesday.
TWO_WAY_RADIO - Static variable in class com.mot.iden.device.AudioManager
This is a value used for setRoute and getRoute.
TYPE_FAX - Static variable in class com.motorola.iden.udm.PhoneBookEntry
TYPE_FAX Type "fax" for TEL, SPEED_NUM, and VOICE_NAME entries.
TYPE_HOME - Static variable in class com.motorola.iden.udm.PhoneBookEntry
TYPE_HOME Type "home" for TEL, SPEED_NUM, and VOICE_NAME entries.
TYPE_MAIN - Static variable in class com.motorola.iden.udm.PhoneBookEntry
TYPE_MAIN Type "main" for TEL, SPEED_NUM, and VOICE_NAME entries.
TYPE_MOBILE - Static variable in class com.motorola.iden.udm.PhoneBookEntry
TYPE_MOBILE Type "mobile" for TEL, SPEED_NUM, and VOICE_NAME entries.
TYPE_OTHER - Static variable in class com.motorola.iden.udm.PhoneBookEntry
TYPE_OTHER Type "other" for TEL, SPEED_NUM, and VOICE_NAME entries.
TYPE_PAGER - Static variable in class com.motorola.iden.udm.PhoneBookEntry
TYPE_PAGER Type "pager" for TEL, SPEED_NUM, and VOICE_NAME entries.
TYPE_PRIVATE - Static variable in class com.motorola.iden.udm.PhoneBookEntry
TYPE_PRIVATE Type "private" for PRIV, and VOICE_NAME entries.
TYPE_WORK_1 - Static variable in class com.motorola.iden.udm.PhoneBookEntry
TYPE_WORK_1 Type "work_1" for TEL, SPEED_NUM, and VOICE_NAME entries.
TYPE_WORK_2 - Static variable in class com.motorola.iden.udm.PhoneBookEntry
TYPE_WORK_2 Type "work_2" for TEL, SPEED_NUM, and VOICE_NAME entries.
TYPED_STRING - Static variable in interface com.motorola.iden.udm.UDMEntry
TYPED_STRING Data type ID indicating data is a String with a further qualifying integer type.

U

UDM - class com.motorola.iden.udm.UDM.
Class for accessing the UDM databases on a device.
UDMEntry - interface com.motorola.iden.udm.UDMEntry.
Represents the common interfaces of an element for a UDM database.
UDMException - exception com.motorola.iden.udm.UDMException.
Represents exceptions thrown by the UDM classes.
UDMException() - Constructor for class com.motorola.iden.udm.UDMException
Constructs an exception with no specified message
UDMException(String) - Constructor for class com.motorola.iden.udm.UDMException
Constructs an exception with the specified detail message.
UDMList - interface com.motorola.iden.udm.UDMList.
Represents the common functionality of a UDM list.
UDPDatagramConnection - interface javax.microedition.io.UDPDatagramConnection.
This interface defines a datagram connection which knows it's local end point address.
UIS_CHECKBOX_COLOR_PALETTE - Static variable in class com.motorola.iden.lnf.ColorPalette
 
UIS_CHECKBOX_IDENTIFIER - Static variable in class com.motorola.iden.lnf.ColorPalette
UIS Component ID -- Check box
UIS_COMMAND_AREA_BORDER - Static variable in class com.motorola.iden.lnf.BorderFactory
The the UIS border for Softkey (commandArea), Title, etc
UIS_COMMAND_AREA_COLOR_PALETTE - Static variable in class com.motorola.iden.lnf.ColorPalette
 
UIS_COMMAND_AREA_IDENTIFIER - Static variable in class com.motorola.iden.lnf.ColorPalette
UIS Component ID -- command area (soft key) modifier
UIS_COMPONENTS_TYPE_MASK - Static variable in class com.motorola.iden.lnf.ColorPalette
The mask to define the UIS UI components identifier, for examples, Title, Scrollbar etc.
UIS_MENUICON_PREFERRED_SIZE - Static variable in class com.motorola.iden.lnf.CommandAreaLookAndFeel
The Menu Icon preferred dimensions (width/height)
UIS_NOTICE_BORDER - Static variable in class com.motorola.iden.lnf.BorderFactory
The border for notice etc.
UIS_NOTICE_PREFERRED_IMAGE_SIZE - Static variable in class com.motorola.iden.lnf.BorderFactory
 
UIS_PROGRESS_BAR_COLOR_PALETTE - Static variable in class com.motorola.iden.lnf.ColorPalette
 
UIS_PROGRESS_BAR_IDENTIFIER - Static variable in class com.motorola.iden.lnf.ColorPalette
UIS Component ID -- progress bar modifier
UIS_SCROLL_BAR_COLOR_PALETTE - Static variable in class com.motorola.iden.lnf.ColorPalette
 
UIS_SCROLL_BAR_IDENTIFIER - Static variable in class com.motorola.iden.lnf.ColorPalette
UIS Component ID -- progress bar modifier
UIS_TAB_BORDER - Static variable in class com.motorola.iden.lnf.BorderFactory
The border for Animation, Notice, etc
UIS_TEXT_ITEM_COLOR_PALETTE - Static variable in class com.motorola.iden.lnf.ColorPalette
 
UIS_TEXT_ITEM_IDENTIFIER - Static variable in class com.motorola.iden.lnf.ColorPalette
UIS Component ID -- Text item modifier
UIS_TITLE_BAR_COLOR_PALETTE - Static variable in class com.motorola.iden.lnf.ColorPalette
 
UIS_TITLE_BAR_IDENTIFIER - Static variable in class com.motorola.iden.lnf.ColorPalette
UIS Component ID -- title bar modifier
UIS_TITLE_BORDER - Static variable in class com.motorola.iden.lnf.BorderFactory
The border for title
UIS_UICOMPONENTS_COLOR_MASK - Static variable in class com.motorola.iden.lnf.ColorPalette
The mask to define the UIS Color ID according to its color palette
UNAUTHORIZED_INTERMEDIATE_CA - Static variable in class javax.microedition.pki.CertificateException
Indicates an intermediate certificate in the chain does not have the authority to be a intermediate CA.
UNAVAILABLE - Static variable in interface com.motorola.iden.position.PositionDevice
This constant indicates that an unknown error has occurred.
UNAVAILABLE - Static variable in interface com.motorola.iden.position.Position2D
A constant that indicates position information that is not available.
UNEDITABLE - Static variable in class javax.microedition.lcdui.TextField
Indicates that editing is currently disallowed.
unread(byte[]) - Method in class com.mot.iden.zip.PushbackInputStream
Pushes back an array of bytes by copying it to the front of the pushback buffer.
unread(byte[], int, int) - Method in class com.mot.iden.zip.PushbackInputStream
Pushes back a portion of an array of bytes by copying it to the front of the pushback buffer.
unread(int) - Method in class com.mot.iden.zip.PushbackInputStream
Pushes back a byte by copying it to the front of the pushback buffer.
UNREALIZED - Static variable in interface javax.microedition.media.Player
The state of the Player indicating that it has not acquired the required information and resources to function.
UNRECOGNIZED_ISSUER - Static variable in class javax.microedition.pki.CertificateException
Indicates a certificate was issued by an unrecognized entity.
unregisterConnection(String) - Static method in class javax.microedition.io.PushRegistry
Remove a dynamic connection registration.
UNSUPPORTED_PUBLIC_KEY_TYPE - Static variable in class javax.microedition.pki.CertificateException
Indicates that type of the public key in a certificate is not supported by the device.
UNSUPPORTED_SIGALG - Static variable in class javax.microedition.pki.CertificateException
Indicates a certificate was signed using an unsupported algorithm.
UnsupportedEncodingException - exception java.io.UnsupportedEncodingException.
The Character Encoding is not supported.
UnsupportedEncodingException() - Constructor for class java.io.UnsupportedEncodingException
Constructs an UnsupportedEncodingException without a detail message.
UnsupportedEncodingException(String) - Constructor for class java.io.UnsupportedEncodingException
Constructs an UnsupportedEncodingException with a detail message.
UP - Static variable in class javax.microedition.lcdui.Canvas
Constant for the UP game action.
UP_PRESSED - Static variable in class javax.microedition.lcdui.game.GameCanvas
The bit representing the UP key.
update(byte) - Method in class com.motorola.iden.security.MessageDigest
Updates the digest using the specified byte.
update(byte[]) - Method in class com.mot.iden.zip.CRC32
Updates checksum with specified array of bytes.
update(byte[]) - Method in class com.mot.iden.zip.Adler32
Updates checksum with specified array of bytes.
update(byte[]) - Method in class com.motorola.iden.crypto.Cipher
Continues a multiple-part encryption or decryption operation (depending on how this cipher was initialized), processing another data part.
update(byte[], int, int) - Method in class com.mot.iden.zip.CRC32
Updates CRC-32 with specified array of bytes.
update(byte[], int, int) - Method in interface com.mot.iden.zip.Checksum
Updates the current checksum with the specified array of bytes.
update(byte[], int, int) - Method in class com.mot.iden.zip.Adler32
Updates checksum with specified array of bytes.
update(byte[], int, int) - Method in class com.motorola.iden.crypto.Cipher
Continues a multiple-part encryption or decryption operation (depending on how this cipher was initialized), processing another data part.
update(byte[], int, int) - Method in class com.motorola.iden.security.Signature
Updates the data to be signed or verified, using the specified array of bytes, starting at the specified offset.
update(byte[], int, int) - Method in class com.motorola.iden.security.MessageDigest
Updates the digest using the specified array of bytes, starting at the specified offset.
update(int) - Method in class com.mot.iden.zip.CRC32
Updates CRC-32 with specified byte.
update(int) - Method in interface com.mot.iden.zip.Checksum
Updates the current checksum with the specified byte.
update(int) - Method in class com.mot.iden.zip.Adler32
Updates checksum with specified byte.
updateIfNeeded() - Static method in class com.motorola.iden.lnf.LookAndFeelEngine
Investigates if a look-and-feel setting has changed in the platform since the last time a MIDlet was put in the Active state via startApp.
UPPER_COORDINATE - Static variable in class com.motorola.iden.lnf.TextView
Indicates that the coordinate requested is the upper bound.
URGENT_COLOR - Static variable in class com.motorola.iden.lnf.ColorPalette
The urgent color
URGENT_COLOR_TYPE - Static variable in class com.motorola.iden.lnf.ColorPalette
The urgent color type In UIS 2.x, this value are reused for highlighted foreground color
URL - Static variable in class javax.microedition.lcdui.TextField
URL The user is allowed to enter a URL.
URL_MODE - Static variable in class com.mot.iden.t9.T9
Used to put T9 into URL mode.
USE_DIRECT_VIDEO - Static variable in interface javax.microedition.media.control.VideoControl
This defines a mode on how the video is displayed.
USE_GUI_PRIMITIVE - Static variable in interface javax.microedition.media.control.GUIControl
This defines a mode on how the GUI is displayed.
useDaylightTime() - Method in class java.util.TimeZone
Queries if this time zone uses Daylight Savings Time.
USR_VERSION - Static variable in class com.mot.iden.customercare.CustomerCare
Field ID used to retrieve the Device's User Data Version
UTFDataFormatException - exception java.io.UTFDataFormatException.
Signals that a malformed UTF-8 string has been read in a data input stream or by any class that implements the data input interface.
UTFDataFormatException() - Constructor for class java.io.UTFDataFormatException
Constructs a UTFDataFormatException with null as its error detail message.
UTFDataFormatException(String) - Constructor for class java.io.UTFDataFormatException
Constructs a UTFDataFormatException with the specified detail message.
Utility - class com.motorola.iden.micro3d.Utility.
Utility class.

V

validate() - Method in class com.motorola.lwt.ComponentScreen
Validates this ComponentScreen.
valueOf(boolean) - Static method in class java.lang.String
Returns the string representation of the boolean argument.
valueOf(char) - Static method in class java.lang.String
Returns the string representation of the char argument.
valueOf(char[]) - Static method in class java.lang.String
Returns the string representation of the char array argument.
valueOf(char[], int, int) - Static method in class java.lang.String
Returns the string representation of a specific subarray of the char array argument.
valueOf(int) - Static method in class java.lang.String
Returns the string representation of the int argument.
valueOf(long) - Static method in class java.lang.String
Returns the string representation of the long argument.
valueOf(Object) - Static method in class java.lang.String
Returns the string representation of the Object argument.
valueOf(String) - Static method in class java.lang.Integer
Returns a new Integer object initialized to the value of the specified String.
valueOf(String, int) - Static method in class java.lang.Integer
Returns a new Integer object initialized to the value of the specified String.
VCENTER - Static variable in class javax.microedition.lcdui.Graphics
Constant for centering images vertically around the anchor point.
Vector - class java.util.Vector.
The Vector class implements a growable array of objects.
Vector() - Constructor for class java.util.Vector
Constructs an empty vector.
Vector(int) - Constructor for class java.util.Vector
Constructs an empty vector with the specified initial capacity.
Vector(int, int) - Constructor for class java.util.Vector
Constructs an empty vector with the specified initial capacity and capacity increment.
Vector3D - class com.motorola.iden.micro3d.Vector3D.
3D integer vector.
Vector3D() - Constructor for class com.motorola.iden.micro3d.Vector3D
Creates a Vector3D object with x, y, and z values of 0.
Vector3D(int, int, int) - Constructor for class com.motorola.iden.micro3d.Vector3D
Creates a Vector3D object with the specified x, y, and z values.
VERIFICATION_FAILED - Static variable in class javax.microedition.pki.CertificateException
Indicates a certificate failed verification.
verify(byte[]) - Method in class com.motorola.iden.security.Signature
Verifies the passed-in signature in the specified array of bytes, starting at the specified offset.
VERSION - Static variable in interface javax.microedition.media.control.ToneControl
The VERSION attribute tag
VERTEX_A - Static variable in class com.motorola.iden.micro3d.Primitive
Identifier for vector position A.
VERTEX_B - Static variable in class com.motorola.iden.micro3d.Primitive
Identifier for vector position B.
VERTEX_C - Static variable in class com.motorola.iden.micro3d.Primitive
Identifier for vector position C.
VERTEX_D - Static variable in class com.motorola.iden.micro3d.Primitive
Identifier for vector position D.
VERTICAL_GAP - Static variable in class com.motorola.lwt.ImageLabel
The Vertical gap between the image and the text.
VERTICAL_LINE_COLOR_TYPE - Static variable in class com.motorola.iden.lnf.ColorPalette
 
VIBE_STYLE_RING - Static variable in class com.mot.iden.device.StatusManager
Style if the vibe style is set to Ring for the spcified line.
VIBE_STYLE_SILENT - Static variable in class com.mot.iden.device.StatusManager
Style if the vibe style is set to Silent for the spcified line.
VIBE_STYLE_VIBE_ALL - Static variable in class com.mot.iden.device.StatusManager
Style if the vibe style is set to Vibe All for the device VIBE_STYLE_VIBE_ALL has a value of 4
VIBE_STYLE_VIBE_RING - Static variable in class com.mot.iden.device.StatusManager
Style if the vibe style is set to Vibe then Ring for the spcified line.
VIBE_STYLE_VIBRATE - Static variable in class com.mot.iden.device.StatusManager
Style if the vibe style is set to VIBRATE for the spcified line.
VIBRATE - Static variable in class com.mot.iden.device.AudioManager
This is a return value used in getType and a parameter for setType.
vibrate(int) - Method in class javax.microedition.lcdui.Display
Requests operation of the device's vibrator.
vibrateFor(int) - Static method in class com.mot.iden.multimedia.Vibrator
This method has the vibrator vibrate for the time period specified.
vibratePeriodicaly(int) - Static method in class com.mot.iden.multimedia.Vibrator
This method creates a periodic vibrator that has the same on and off time.
vibratePeriodicaly(int, int) - Static method in class com.mot.iden.multimedia.Vibrator
This method turns off and on the vibrator for the times specified.
Vibrator - class com.mot.iden.multimedia.Vibrator.
This class represents the vibrator present on the Phone.
vibratorOff() - Static method in class com.mot.iden.multimedia.Vibrator
This method turns off the vibrator.
vibratorOn() - Static method in class com.mot.iden.multimedia.Vibrator
This method turns on the vibrator for MAX_VIBRATE_TIME
VideoControl - interface javax.microedition.media.control.VideoControl.
VideoControl controls the display of video.
VirtualMachineError - error java.lang.VirtualMachineError.
Thrown to indicate that the Java Virtual Machine is broken or has run out of resources necessary for it to continue operating.
VirtualMachineError() - Constructor for class java.lang.VirtualMachineError
Constructs a VirtualMachineError with no detail message.
VirtualMachineError(String) - Constructor for class java.lang.VirtualMachineError
Constructs a VirtualMachineError with the specified detail message.
VOICE_NAME - Static variable in class com.motorola.iden.udm.PhoneBookEntry
VOICE_NAME Field ID for a voice tag name.
VoiceNote - class com.mot.iden.voicenote.VoiceNote.
Provides access to voicenote functions
VoiceNoteException - exception com.mot.iden.voicenote.VoiceNoteException.
Signals that an error occured in the Voicenote recorder
VoiceNoteException() - Constructor for class com.mot.iden.voicenote.VoiceNoteException
Constructs a VoiceNoteException with no detail message.
VoiceNoteException(String) - Constructor for class com.mot.iden.voicenote.VoiceNoteException
Constructs a VoiceNoteException with the specified detail message.
VOLUME_CHANGED - Static variable in interface javax.microedition.media.PlayerListener
Posted when the volume of the audio device is changed.
VolumeControl - interface com.mot.iden.device.controls.VolumeControl.
This interface is for controlling the volume step of a radio feature.
VolumeControl - interface javax.microedition.media.control.VolumeControl.
VolumeControl is an interface for manipulating the audio volume of a Player.
VSELP_VOCODER - Static variable in class com.mot.iden.voicenote.VoiceNote
Integer used to select the VSELP (6:1) vocoder.

W

wait() - Method in class java.lang.Object
Causes current thread to wait until another thread invokes the Object.notify() method or the Object.notifyAll() method for this object.
wait(long) - Method in class java.lang.Object
Causes current thread to wait until either another thread invokes the Object.notify() method or the Object.notifyAll() method for this object, or a specified amount of time has elapsed.
wait(long, int) - Method in class java.lang.Object
Causes current thread to wait until another thread invokes the Object.notify() method or the Object.notifyAll() method for this object, or some other thread interrupts the current thread, or a certain amount of real time has elapsed.
WARNING - Static variable in class javax.microedition.lcdui.AlertType
A WARNING AlertType is a hint to warn the user of a potentially dangerous operation.
WEDNESDAY - Static variable in class com.motorola.iden.udm.DateBookRepeatEvent
WEDNESDAY Constant for the day of week Wednesday.
WEDNESDAY - Static variable in class java.util.Calendar
Value of the DAY_OF_WEEK field indicating Wednesday.
WEEK_IN_MONTH - Static variable in class com.motorola.iden.udm.DateBookRepeatEvent
WEEK_IN_MONTH Which week in a month a particular event occurs.
WEEKLY - Static variable in class com.motorola.iden.udm.DateBookRepeatEvent
WEEKLY Used for frequency when the Event happens every week.
WidgetLookAndFeel - class com.motorola.iden.lnf.WidgetLookAndFeel.
The WidgetLookAndFeel abstract class is the container of all the customizable Look-and-Feel attributes of a UI component (widget).
WidgetLookAndFeel() - Constructor for class com.motorola.iden.lnf.WidgetLookAndFeel
Creates an instance of WidgetLookAndFeel
WidgetLookAndFeel(ColorPalette, Font, Border, JustificationStyle) - Constructor for class com.motorola.iden.lnf.WidgetLookAndFeel
 
WIDTH - Static variable in class com.motorola.lwt.Component
The right edge is located such that the Component's width is equal to the accompanying value.
wordActive() - Method in class com.mot.iden.t9.T9
Used to determine if the current entry mode is Word mode.
WRITE - Static variable in class javax.microedition.io.Connector
Access mode
write(byte[]) - Method in class com.mot.iden.zip.FilterOutputStream
Writes b.length bytes to this output stream.
write(byte[]) - Method in interface java.io.DataOutput
Writes to the output stream all the bytes in array b.
write(byte[]) - Method in class java.io.OutputStream
Writes b.length bytes from the specified byte array to this output stream.
write(byte[], int, int) - Method in class com.mot.iden.zip.ZipOutputStream
Writes an array of bytes to the current ZIP entry data.
write(byte[], int, int) - Method in class com.mot.iden.zip.GZIPOutputStream
Writes array of bytes to the compressed output stream.
write(byte[], int, int) - Method in class com.mot.iden.zip.FilterOutputStream
Writes len bytes from the specified byte array starting at offset off to this output stream.
write(byte[], int, int) - Method in class com.mot.iden.zip.DeflaterOutputStream
Writes an array of bytes to the compressed output stream.
write(byte[], int, int) - Method in class com.mot.iden.zip.CheckedOutputStream
Writes an array of bytes.
write(byte[], int, int) - Method in interface java.io.DataOutput
Writes len bytes from array b, in order, to the output stream.
write(byte[], int, int) - Method in class java.io.ByteArrayOutputStream
Writes len bytes from the specified byte array starting at offset off to this byte array output stream.
write(byte[], int, int) - Method in class java.io.PrintStream
Write len bytes from the specified byte array starting at offset off to this stream.
write(byte[], int, int) - Method in class java.io.OutputStream
Writes len bytes from the specified byte array starting at offset off to this output stream.
write(byte[], int, int) - Method in class java.io.DataOutputStream
Writes len bytes from the specified byte array starting at offset off to the underlying output stream.
write(char[]) - Method in class java.io.Writer
Write an array of characters.
write(char[], int, int) - Method in class java.io.OutputStreamWriter
Write a portion of an array of characters.
write(char[], int, int) - Method in class java.io.Writer
Write a portion of an array of characters.
write(int) - Method in class com.mot.iden.zip.FilterOutputStream
Writes the specified byte to this output stream.
write(int) - Method in class com.mot.iden.zip.DeflaterOutputStream
Writes a byte to the compressed output stream.
write(int) - Method in class com.mot.iden.zip.CheckedOutputStream
Writes a byte.
write(int) - Method in interface java.io.DataOutput
Writes to the output stream the eight low-order bits of the argument b.
write(int) - Method in class java.io.ByteArrayOutputStream
Writes the specified byte to this byte array output stream.
write(int) - Method in class java.io.OutputStreamWriter
Write a single character.
write(int) - Method in class java.io.Writer
Write a single character.
write(int) - Method in class java.io.PrintStream
Write the specified byte to this stream.
write(int) - Method in class java.io.OutputStream
Writes the specified byte to this output stream.
write(int) - Method in class java.io.DataOutputStream
Writes the specified byte (the low eight bits of the argument b) to the underlying output stream.
write(String) - Method in class java.io.Writer
Write a string.
write(String, int, int) - Method in class java.io.OutputStreamWriter
Write a portion of a string.
write(String, int, int) - Method in class java.io.Writer
Write a portion of a string.
writeBoolean(boolean) - Method in interface java.io.DataOutput
Writes a boolean value to this output stream.
writeBoolean(boolean) - Method in class java.io.DataOutputStream
Writes a boolean to the underlying output stream as a 1-byte value.
writeByte(int) - Method in interface java.io.DataOutput
Writes to the output stream the eight low- order bits of the argument v.
writeByte(int) - Method in class java.io.DataOutputStream
Writes out a byte to the underlying output stream as a 1-byte value.
writeChar(int) - Method in interface java.io.DataOutput
Writes a char value, wich is comprised of two bytes, to the output stream.
writeChar(int) - Method in class java.io.DataOutputStream
Writes a char to the underlying output stream as a 2-byte value, high byte first.
writeChars(String) - Method in interface java.io.DataOutput
Writes every character in the string s, to the output stream, in order, two bytes per character.
writeChars(String) - Method in class java.io.DataOutputStream
Writes a string to the underlying output stream as a sequence of characters.
writeFile(String, byte[]) - Static method in class com.mot.iden.voicenote.VoiceNote
Reads voicenote data from a byte array and writes it to a file
writeInt(int) - Method in interface java.io.DataOutput
Writes an int value, which is comprised of four bytes, to the output stream.
writeInt(int) - Method in class java.io.DataOutputStream
Writes an int to the underlying output stream as four bytes, high byte first.
writeLong(long) - Method in interface java.io.DataOutput
Writes an long value, which is comprised of four bytes, to the output stream.
writeLong(long) - Method in class java.io.DataOutputStream
Writes a long to the underlying output stream as eight bytes, high byte first.
Writer - class java.io.Writer.
Abstract class for writing to character streams.
writeShort(int) - Method in interface java.io.DataOutput
Writes two bytes to the output stream to represent the value of the argument.
writeShort(int) - Method in class java.io.DataOutputStream
Writes a short to the underlying output stream as two bytes, high byte first.
writeUTF(String) - Method in interface java.io.DataOutput
Writes two bytes of length information to the output stream, followed by the Java modified UTF representation of every character in the string s.
writeUTF(String) - Method in class java.io.DataOutputStream
Writes a string to the underlying output stream using UTF-8 encoding in a machine-independent manner.
wSymbolClass - Variable in class com.mot.iden.t9.T9
Symbol class of current LDB.
WTLS7 - Static variable in class com.motorola.iden.security.Security
WTLS7 Curve (elliptic curve)

X

XEND - Static variable in class com.motorola.iden.lnf.TickerLookAndFeel
Constant to access the end x position in scrollParams
XPOS - Static variable in class com.motorola.iden.lnf.TickerLookAndFeel
Constant to access the x position in scrollParams

Y

YEAR - Static variable in class java.util.Calendar
Field number for get and set indicating the year.
YEARLY - Static variable in class com.motorola.iden.udm.DateBookRepeatEvent
YEARLY Used for frequency when the Event happens every year.
yield() - Static method in class java.lang.Thread
Causes the currently executing thread object to temporarily pause and allow other threads to execute.

Z

ZipEntry - class com.mot.iden.zip.ZipEntry.
This class is used to represent a ZIP file entry.
ZipEntry(String) - Constructor for class com.mot.iden.zip.ZipEntry
Creates a new zip entry with the specified name.
ZipEntry(ZipEntry) - Constructor for class com.mot.iden.zip.ZipEntry
Creates a new zip entry with fields taken from the specified zip entry.
ZipException - exception com.mot.iden.zip.ZipException.
Signals that a Zip exception of some sort has occurred.
ZipException() - Constructor for class com.mot.iden.zip.ZipException
Constructs an ZipException with null as its error detail message.
ZipException(String) - Constructor for class com.mot.iden.zip.ZipException
Constructs an ZipException with the specified detail message.
ZipInputStream - class com.mot.iden.zip.ZipInputStream.
This class implements an input stream filter for reading files in the ZIP file format.
ZipInputStream(InputStream) - Constructor for class com.mot.iden.zip.ZipInputStream
Creates a new ZIP input stream.
ZipOutputStream - class com.mot.iden.zip.ZipOutputStream.
This class implements an output stream filter for writing files in the ZIP file format.
ZipOutputStream(OutputStream) - Constructor for class com.mot.iden.zip.ZipOutputStream
Creates a new ZIP output stream.

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z