Motorola C450, C550, C370 technical manual Sample of code for calling of ‘getUsedRecords’ method

Page 76

Sample of code for calling of ‘getUsedRecords()’ method:

int usedRecs = RecentCallDialed.getUsedRecords();

Sample of code for calling of ‘getNumberRecords()’ method:

int numberRecs = RecentCallDialed.getNumberRecords();

Sample of code for calling of ‘getMaxNameLength()’ method:

int maxNameLength = RecentCallDialed.getMaxNameLength();

Sample of code for calling of ‘getMaxTelNoLength()’ method:

int maxTelNoLength = RecentCallDialed.getMaxTelNoLength();

Sample of code to create object of RecentCallReceived class:

String name = “Name”;

String telNo = “9999999”;

int type = RecentCallRecord.VOICE;

int attribute = RecentCallRecord.CALL_CONNECTED; long time = 10000;

int duration = 3000;

int cli_type = RecentCallReceived.CALLER_ID_NAME;

RecentCallReceived receivedRecentCall = new RecentCallReceived (name, telNo, type, attribute, time, duration, cli_type);

Sample of code for calling of ‘add()’ method:

String name = “Name”;

String telNo = “9999999”;

int type = RecentCallRecord.VOICE;

int attribute = RecentCallRecord.CALL_CONNECTED; long time = 10000;

int duration = 3000;

int cli_type = RecentCallReceived.CALLER_ID_NAME;

RecentCallReceived receivedRecord = new RecentCallReceived(name, telNo, type, attribute, time, duration, show_id);

receivedRecord.add();

Sample of code for calling of ‘delete(int index)’ method:

int index = 1;

RecentCallReceived.delete(1);

Sample of code for calling of ‘deleteAll()’ method:

RecentCallReceived.deleteAll();

Image 76
Contents Technical Manual Table of Contents Lcdui JAD Attributes Introduction PurposeAudience DisclaimerReferences Revision History Definitions, Abbreviations, AcronymsDate Name Reason Acronym DescriptionDocument Overview Introduction J2ME Introduction Java 2 Platform, Micro Edition J2MEMotorola J2ME Platform Resources AvailableDescription Display NetworkingFile & RMS Java VMGuide to Development in J2ME Developing and Packaging J2ME ApplicationsIntroduction to Development Page Installation OTA ProcedureDownloading Applications Program and Data space notes Starting Applications Java Application Installer/De-Installer JaidExiting Applications Launching Web Session for Http Download Error ChecksDownloading MIDlets XML Screen Renderings BombMan is back, now on your Taichi series of handsets Taichi handset New Games Application Management MIDlet LifecycleMIDlet Suite Installation MIDlet Suite De-installation MIDlet Suite Updating DestroyAppMethod Caller PurposeStartApp or the pauseApp Using startApp Java System MIDlet Control of MIDlet State TransitionsPage Network API Network ConnectionsClass Descriptions IOException when it detects a time-out condition URL FormatUDP Sockets TCP SocketsImplementation Notes Network API Lcdui DescriptionLcdui Functional Description Gaming API and SoundClass Hierarchy Using BackgroundMusic BackgroundMusic ClassBackgroundMusic Methods Gaming API containing a sound APIGameScreen Class GameScreen FieldsGameScreen Methods Public int getKeyStatesInformation, disabling key events can improve performance Using GameScreen GameScreenImageUtil Fields ImageUtil ClassImageUtil Methods Using ImageUtil RgbDataPalleteImage Constructor PalleteImage ClassPalleteImage Methods Using PalleteImage Public void setTransparentIndexint index throwsUsing Static and Animated Tiles PlayField ClassDefining View Windows Using SpritesPlayField Constructor 2N+1 2N + PlayField Methods Public void addSpriteSprite s throwsPage Public boolean collidesWithAnyTileSprite s throws Using PlayField PlayFieldUsing SoundEffect SoundEffect ClassSprite Class SoundEffect MethodsSprite Drawing Animation FramesSprite Constructor Sprite Methods Page Public final void drawGraphics g throws FileFormatNotSupportedException Using SpriteSprites Java Gaming Sound API Max Midi Extension SupportFileFormatNotSupportedException Constructors Java Gaming Sound APIVibe and Backlight Vibe and Backlight APIOverview Creating a MessageSending a Message PermissionsJAD Attributes JAD AttributesMandatory attributes for manifest files MIDlet-Name Record Management System Class DescriptionCode Examples RecordStoreTips CaveatsPhonebook Access Phonebook Access APIPhonebook Access API Permissions Sample of code to create object of PhoneBookRecord classSimmemory Sample of code for calling of ‘getMaxEmailLength ’ method Sample of code for calling of ‘isPrimaryint speedNo’ method Sample of code for calling of ‘getNumberCategories’ method Sample of code for calling of ‘setCategoryView’ method Sample of code for calling of ‘getUsedRecords’ method Int index = ReceivedRecord.getRecord1 ITAP Intelligent Keypad Text Entry APIAppendix a Key Mapping Key Mapping for the C370, C450, and C550Center Select END Appendix B Memory Management Calculation Available MemoryOnline FAQ Appendix CAppendix D Spec Sheets C370, C450, and C550 Spec SheetsDocumentation Motorola Developer Information ToolsReferences Purchase Motorola Developer Information Tools Motorola, Inc
Related manuals
Manual 110 pages 1.04 Kb