Home
last modified time | relevance | path

Searched refs:store (Results 1 – 25 of 61) sorted by relevance

123

/packages/services/Car/tools/emulator/
Dobd2_to_diagjson.py88 return json.dumps(self.store)
92 self.store = OrderedStore()
95 self.store.timestamp = timestamp
99 return self.store.timestamp
102 self.store.type = type
106 return self.store.type
110 self.store.stringValue = string
114 return self.store.get('stringValue')
117 if 'intValues' not in self.store:
118 self.store.intValues = []
[all …]
/packages/apps/Dialer/java/com/android/voicemail/impl/mail/store/
DImapFolder.java16 package com.android.voicemail.impl.mail.store;
38 import com.android.voicemail.impl.mail.store.ImapStore.ImapException;
39 import com.android.voicemail.impl.mail.store.ImapStore.ImapMessage;
40 import com.android.voicemail.impl.mail.store.imap.ImapConstants;
41 import com.android.voicemail.impl.mail.store.imap.ImapElement;
42 import com.android.voicemail.impl.mail.store.imap.ImapList;
43 import com.android.voicemail.impl.mail.store.imap.ImapResponse;
44 import com.android.voicemail.impl.mail.store.imap.ImapString;
62 private final ImapStore store; field in ImapFolder
74 public ImapFolder(ImapStore store, String name) { in ImapFolder() argument
[all …]
DImapConnection.java16 package com.android.voicemail.impl.mail.store;
26 import com.android.voicemail.impl.mail.store.ImapStore.ImapException;
27 import com.android.voicemail.impl.mail.store.imap.DigestMd5Utils;
28 import com.android.voicemail.impl.mail.store.imap.ImapConstants;
29 import com.android.voicemail.impl.mail.store.imap.ImapResponse;
30 import com.android.voicemail.impl.mail.store.imap.ImapResponseParser;
31 import com.android.voicemail.impl.mail.store.imap.ImapUtility;
60 ImapConnection(ImapStore store) { in ImapConnection() argument
61 setStore(store); in ImapConnection()
64 void setStore(ImapStore store) { in setStore() argument
[all …]
/packages/apps/Dialer/java/com/android/voicemail/impl/imap/
DImapHelper.java46 import com.android.voicemail.impl.mail.store.ImapConnection;
47 import com.android.voicemail.impl.mail.store.ImapFolder;
48 import com.android.voicemail.impl.mail.store.ImapFolder.Quota;
49 import com.android.voicemail.impl.mail.store.ImapStore;
50 import com.android.voicemail.impl.mail.store.imap.ImapConstants;
51 import com.android.voicemail.impl.mail.store.imap.ImapResponse;
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/development/
DBluetoothAudioQualityPreferenceController.java33 BluetoothA2dpConfigStore store) { in BluetoothAudioQualityPreferenceController() argument
34 super(context, lifecycle, store); in BluetoothAudioQualityPreferenceController()
DBluetoothAudioChannelModePreferenceController.java33 BluetoothA2dpConfigStore store) { in BluetoothAudioChannelModePreferenceController() argument
34 super(context, lifecycle, store); in BluetoothAudioChannelModePreferenceController()
DBluetoothAudioBitsPerSamplePreferenceController.java33 BluetoothA2dpConfigStore store) { in BluetoothAudioBitsPerSamplePreferenceController() argument
34 super(context, lifecycle, store); in BluetoothAudioBitsPerSamplePreferenceController()
DBluetoothAudioSampleRatePreferenceController.java33 BluetoothA2dpConfigStore store) { in BluetoothAudioSampleRatePreferenceController() argument
34 super(context, lifecycle, store); in BluetoothAudioSampleRatePreferenceController()
DBluetoothAudioCodecPreferenceController.java33 BluetoothA2dpConfigStore store) { in BluetoothAudioCodecPreferenceController() argument
34 super(context, lifecycle, store); in BluetoothAudioCodecPreferenceController()
DAbstractBluetoothA2dpPreferenceController.java52 BluetoothA2dpConfigStore store) { in AbstractBluetoothA2dpPreferenceController() argument
55 mBluetoothA2dpConfigStore = store; in AbstractBluetoothA2dpPreferenceController()
/packages/apps/Settings/src/com/android/settings/development/
DBluetoothAudioQualityPreferenceController.java33 BluetoothA2dpConfigStore store) { in BluetoothAudioQualityPreferenceController() argument
34 super(context, lifecycle, store); in BluetoothAudioQualityPreferenceController()
DBluetoothAudioChannelModePreferenceController.java33 BluetoothA2dpConfigStore store) { in BluetoothAudioChannelModePreferenceController() argument
34 super(context, lifecycle, store); in BluetoothAudioChannelModePreferenceController()
DBluetoothAudioBitsPerSamplePreferenceController.java33 BluetoothA2dpConfigStore store) { in BluetoothAudioBitsPerSamplePreferenceController() argument
34 super(context, lifecycle, store); in BluetoothAudioBitsPerSamplePreferenceController()
DBluetoothAudioSampleRatePreferenceController.java33 BluetoothA2dpConfigStore store) { in BluetoothAudioSampleRatePreferenceController() argument
34 super(context, lifecycle, store); in BluetoothAudioSampleRatePreferenceController()
DBluetoothAudioCodecPreferenceController.java33 BluetoothA2dpConfigStore store) { in BluetoothAudioCodecPreferenceController() argument
34 super(context, lifecycle, store); in BluetoothAudioCodecPreferenceController()
DAbstractBluetoothA2dpPreferenceController.java52 BluetoothA2dpConfigStore store) { in AbstractBluetoothA2dpPreferenceController() argument
55 mBluetoothA2dpConfigStore = store; in AbstractBluetoothA2dpPreferenceController()
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/launcher3/appprediction/
DComponentKeyMapper.java58 public ItemInfoWithIcon getApp(AllAppsStore store) { in getApp() argument
59 AppInfo item = store.getApp(componentKey); in getApp()
/packages/apps/Dialer/java/com/android/voicemail/impl/mail/store/imap/
DImapConstants.java17 package com.android.voicemail.impl.mail.store.imap;
19 import com.android.voicemail.impl.mail.store.ImapStore;
DDigestMd5Utils.java17 package com.android.voicemail.impl.mail.store.imap;
28 import com.android.voicemail.impl.mail.store.ImapStore;
DImapElement.java17 package com.android.voicemail.impl.mail.store.imap;
DImapSimpleString.java17 package com.android.voicemail.impl.mail.store.imap;
DImapMemoryLiteral.java17 package com.android.voicemail.impl.mail.store.imap;
DImapResponse.java17 package com.android.voicemail.impl.mail.store.imap;
/packages/apps/Settings/tests/robotests/src/com/android/settings/development/
DAbstractBluetoothA2dpPreferenceControllerTest.java124 Lifecycle lifecycle, BluetoothA2dpConfigStore store) { in AbstractBluetoothA2dpPreferenceControllerImpl() argument
125 super(context, lifecycle, store); in AbstractBluetoothA2dpPreferenceControllerImpl()
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/util/
DCachedLater.java54 protected void store(A value) { in store() method in CachedLater

123