Home
last modified time | relevance | path

Searched refs:ed (Results 1 – 25 of 29) sorted by relevance

12

/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
DBluetoothOppPreference.java130 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/
DMediaPlaybackService.java409 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 …]
DMusicUtils.java1090 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/
DCompatibility.java210 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/
DOneTimeInitializer.java88 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/
Dcs_wordlist.combined.gz
Dpt_BR_wordlist.combined.gz1dictionary=main:pt_br,locale=pt_BR,description=Português (Brasil),date ...
Des_wordlist.combined.gz1dictionary=main:es,locale=es,description=Español,date=1414726268, ...
Den_GB_wordlist.combined.gz1dictionary=main:en_gb,locale=en_GB,description=English (UK),date ...
Den_US_wordlist.combined.gz1dictionary=main:en_us,locale=en_US,description=English (US),date ...
Den_wordlist.combined.gz1dictionary=main:en,locale=en,description=English,date=1414726273, ...
Dsl_wordlist.combined.gz1dictionary=main:sl,locale=sl,description=Slovenščina,date=1393228152, ...
Dlt_wordlist.combined.gz1dictionary=main:lt,locale=lt,description=Lietuvių,date=1393228136, ...
Dlv_wordlist.combined.gz1dictionary=main:lv,locale=lv,description=Latviešu,date=1393228136, ...
Dit_wordlist.combined.gz ... ,flags=,originalFreq=183 33 word=ed,f=183,flags=,originalFreq= ...
Dnb_wordlist.combined.gz1dictionary=main:nb,locale=nb,description=Norsk bokmål,date=1393228136 ...
Dhr_wordlist.combined.gz1dictionary=main:hr,locale=hr,description=Hrvatski,date=1393228135, ...
Dtr_wordlist.combined.gz1dictionary=main:tr,locale=tr,description=Türkçe,date=1414726261, ...
Dro_wordlist.combined.gz1dictionary=main:ro,locale=ro,description=Română,date=1412325511, ...
Dnl_wordlist.combined.gz1dictionary=main:nl,locale=nl,description=Nederlands,date=1414726258, ...
Dda_wordlist.combined.gz1dictionary=main:da,locale=da,description=Dansk,date=1393228134, ...
Dpl_wordlist.combined.gz1dictionary=main:pl,locale=pl,description=Polski,date=1414726264, ...
/packages/apps/LegacyCamera/jni/feature_mos/doc/
Dfeature_mos_API_doxyfile282 # types are typedef'ed and only the typedef is referenced, never the tag name.
/packages/apps/LegacyCamera/jni/feature_stab/doc/
Ddbreg_API_doxyfile282 # types are typedef'ed and only the typedef is referenced, never the tag name.
/packages/apps/Test/connectivity/sl4n/rapidjson/doc/
DDoxyfile.in392 # types are typedef'ed and only the typedef is referenced, never the tag name.

12