Package phones :: Module com_motov325m :: Class Profile
[hide private]
[frames] | no frames]

Class Profile

source code

       object --+                            
                |                            
com_phone.Profile --+                        
                    |                        
     com_etsi.Profile --+                    
                        |                    
         com_moto.Profile --+                
                            |                
        com_moto_cdma.Profile --+            
                                |            
             com_motov710.Profile --+        
                                    |        
                  com_motov3m.Profile --+    
                                        |    
                     com_motov325.Profile --+
                                            |
                                           Profile

Instance Methods [hide private]

Inherited from com_motov710.Profile: GetImageOrigins, GetTargetsForImageOrigin, QueryAudio, __init__, convertphonebooktophone

Inherited from com_phone.Profile: SyncQuery, phonize

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__

Class Variables [hide private]
  serialsname = 'motov325m'
  phone_model = 'V325M'
  generic_phone_model = 'Motorola V325M Phone'
  _supportedsyncs = (('phonebook', 'read', None), ('phonebook', ...

Inherited from com_motov325.Profile: common_model_name, imagetargets, phone_manufacturer

Inherited from com_motov3m.Profile: ringtoneorigins

Inherited from com_motov710.Profile: MAX_WALLPAPER_BASENAME_LENGTH, WALLPAPER_CONVERT_FORMAT, WALLPAPER_FILENAME_CHARS, WALLPAPER_HEIGHT, WALLPAPER_WIDTH, deviceclasses, field_color_data, imageorigins, usbids

Inherited from com_moto.Profile: BP_Calendar_Version

Inherited from com_phone.Profile: DIALSTRING_CHARS, MAX_RINGTONE_BASENAME_LENGTH, RINGTONE_FILENAME_CHARS, autodetect_delay, excluded_ringtone_origins, excluded_wallpaper_origins, reboot_delay, stockimageorigins, stockimagetargets

Properties [hide private]

Inherited from object: __class__

Class Variable Details [hide private]

_supportedsyncs

Value:
(('phonebook', 'read', None),
 ('phonebook', 'write', 'OVERWRITE'),
 ('calendar', 'read', None),
 ('calendar', 'write', 'OVERWRITE'),
 ('ringtone', 'read', None),
 ('ringtone', 'read', 'EXCLUSIVE'),
 ('ringtone', 'write', 'EXCLUSIVE'),
 ('ringtone', 'write', None),
...