/packages/apps/Bluetooth/src/com/android/bluetooth/opp/ |
D | BluetoothOppPreference.java | 130 Editor ed = mNamePreference.edit(); in setName() local 131 ed.putString(remoteDevice.getAddress(), name); in setName() 132 ed.apply(); in setName() 142 Editor ed = mChannelPreference.edit(); in setChannel() local 143 ed.putInt(key, channel); in setChannel() 144 ed.apply(); in setChannel() 151 Editor ed = mChannelPreference.edit(); in removeChannel() local 152 ed.remove(key); in removeChannel() 153 ed.apply(); in removeChannel()
|
/packages/apps/Music/src/com/android/music/ |
D | MediaPlaybackService.java | 409 Editor ed = mPreferences.edit(); in saveQueue() local 438 ed.putString("queue", q.toString()); in saveQueue() 439 ed.putInt("cardid", mCardId); in saveQueue() 457 ed.putString("history", q.toString()); in saveQueue() 460 ed.putInt("curpos", mPlayPos); in saveQueue() 462 ed.putLong("seekpos", mPlayer.position()); in saveQueue() 464 ed.putInt("repeatmode", mRepeatMode); in saveQueue() 465 ed.putInt("shufflemode", mShuffleMode); in saveQueue() 466 SharedPreferencesCompat.apply(ed); in saveQueue() 798 RemoteControlClient.MetadataEditor ed = mRemoteControlClient.editMetadata(true); in notifyChange() local [all …]
|
D | MusicUtils.java | 1090 Editor ed = prefs.edit(); in setIntPref() local 1091 ed.putInt(name, value); in setIntPref() 1092 SharedPreferencesCompat.apply(ed); in setIntPref()
|
/packages/apps/MusicFX/src/com/android/musicfx/ |
D | Compatibility.java | 210 Editor ed = pref.edit(); in setDefault() local 211 ed.putString("defaultpanelpackage", defPackage); in setDefault() 212 ed.putString("defaultpanelname", defName); in setDefault() 213 ed.commit(); in setDefault()
|
/packages/apps/OneTimeInitializer/src/com/android/onetimeinitializer/ |
D | OneTimeInitializer.java | 88 SharedPreferences.Editor ed = mPreferences.edit(); in updateMappingVersion() local 89 ed.putInt(MAPPING_VERSION_PREF, version); in updateMappingVersion() 90 ed.commit(); in updateMappingVersion()
|
/packages/inputmethods/LatinIME/dictionaries/ |
D | cs_wordlist.combined.gz |
|
D | pt_BR_wordlist.combined.gz | 1dictionary=main:pt_br,locale=pt_BR,description=Português (Brasil),date ... |
D | es_wordlist.combined.gz | 1dictionary=main:es,locale=es,description=Español,date=1414726268, ... |
D | en_GB_wordlist.combined.gz | 1dictionary=main:en_gb,locale=en_GB,description=English (UK),date ... |
D | en_US_wordlist.combined.gz | 1dictionary=main:en_us,locale=en_US,description=English (US),date ... |
D | en_wordlist.combined.gz | 1dictionary=main:en,locale=en,description=English,date=1414726273, ... |
D | sl_wordlist.combined.gz | 1dictionary=main:sl,locale=sl,description=Slovenščina,date=1393228152, ... |
D | lt_wordlist.combined.gz | 1dictionary=main:lt,locale=lt,description=Lietuvių,date=1393228136, ... |
D | lv_wordlist.combined.gz | 1dictionary=main:lv,locale=lv,description=Latviešu,date=1393228136, ... |
D | it_wordlist.combined.gz | ... ,flags=,originalFreq=183
33 word=ed,f=183,flags=,originalFreq= ... |
D | nb_wordlist.combined.gz | 1dictionary=main:nb,locale=nb,description=Norsk bokmål,date=1393228136 ... |
D | hr_wordlist.combined.gz | 1dictionary=main:hr,locale=hr,description=Hrvatski,date=1393228135, ... |
D | tr_wordlist.combined.gz | 1dictionary=main:tr,locale=tr,description=Türkçe,date=1414726261, ... |
D | ro_wordlist.combined.gz | 1dictionary=main:ro,locale=ro,description=Română,date=1412325511, ... |
D | nl_wordlist.combined.gz | 1dictionary=main:nl,locale=nl,description=Nederlands,date=1414726258, ... |
D | da_wordlist.combined.gz | 1dictionary=main:da,locale=da,description=Dansk,date=1393228134, ... |
D | pl_wordlist.combined.gz | 1dictionary=main:pl,locale=pl,description=Polski,date=1414726264, ... |
/packages/apps/LegacyCamera/jni/feature_mos/doc/ |
D | feature_mos_API_doxyfile | 282 # types are typedef'ed and only the typedef is referenced, never the tag name.
|
/packages/apps/LegacyCamera/jni/feature_stab/doc/ |
D | dbreg_API_doxyfile | 282 # types are typedef'ed and only the typedef is referenced, never the tag name.
|
/packages/apps/Test/connectivity/sl4n/rapidjson/doc/ |
D | Doxyfile.in | 392 # types are typedef'ed and only the typedef is referenced, never the tag name.
|