Home
last modified time | relevance | path

Searched refs:store (Results 1 – 25 of 73) 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/BugReportApp/libs/
Dgoogle-http-client-1.30.1.jar ... com/google/api/client/util/store/ com/google/api/client/json ...
/packages/services/Car/computepipe/runner/graph/
DLocalPrebuiltGraph.cpp127 mGraphState.store(PrebuiltGraphState::RUNNING); in handleExecutionPhase()
248 mPrebuiltGraphInstance->mGraphState.store(PrebuiltGraphState::STOPPED); in GetPrebuiltGraphFromLibrary()
329 mGraphState.store(flushOutputFrames ? PrebuiltGraphState::FLUSHING in StopGraphExecution()
405 graph->mGraphState.store(PrebuiltGraphState::STOPPED); in GraphTerminationCallbackFunction()
/packages/apps/Settings/src/com/android/settings/development/bluetooth/
DAbstractBluetoothDialogPreferenceController.java59 BluetoothA2dpConfigStore store) { in AbstractBluetoothDialogPreferenceController() argument
60 super(context, lifecycle, store); in AbstractBluetoothDialogPreferenceController()
61 mBluetoothA2dpConfigStore = store; in AbstractBluetoothDialogPreferenceController()
DBluetoothQualityDialogPreferenceController.java43 BluetoothA2dpConfigStore store) { in BluetoothQualityDialogPreferenceController() argument
44 super(context, lifecycle, store); in BluetoothQualityDialogPreferenceController()
DBluetoothHDAudioPreferenceController.java42 BluetoothA2dpConfigStore store, in BluetoothHDAudioPreferenceController() argument
44 super(context, lifecycle, store); in BluetoothHDAudioPreferenceController()
DBluetoothChannelModeDialogPreferenceController.java42 BluetoothA2dpConfigStore store) { in BluetoothChannelModeDialogPreferenceController() argument
43 super(context, lifecycle, store); in BluetoothChannelModeDialogPreferenceController()
DBluetoothSampleRateDialogPreferenceController.java42 BluetoothA2dpConfigStore store) { in BluetoothSampleRateDialogPreferenceController() argument
43 super(context, lifecycle, store); in BluetoothSampleRateDialogPreferenceController()
DBluetoothBitPerSampleDialogPreferenceController.java42 BluetoothA2dpConfigStore store) { in BluetoothBitPerSampleDialogPreferenceController() argument
43 super(context, lifecycle, store); in BluetoothBitPerSampleDialogPreferenceController()
DBluetoothCodecDialogPreferenceController.java46 BluetoothA2dpConfigStore store, in BluetoothCodecDialogPreferenceController() argument
48 super(context, lifecycle, store); in BluetoothCodecDialogPreferenceController()
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/launcher3/appprediction/
DComponentKeyMapper.java53 public ItemInfoWithIcon getApp(AllAppsStore store) { in getApp() argument
54 AppInfo item = store.getApp(componentKey); in getApp()
/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/tests/robotests/src/com/android/settings/development/bluetooth/
DAbstractBluetoothPreferenceControllerTest.java103 BluetoothA2dpConfigStore store) { in AbstractBluetoothPreferenceControllerImpl() argument
104 super(context, lifecycle, store); in AbstractBluetoothPreferenceControllerImpl()
DAbstractBluetoothDialogPreferenceControllerTest.java211 Lifecycle lifecycle, BluetoothA2dpConfigStore store) { in AbstractBluetoothDialogPreferenceControllerImpl() argument
212 super(context, lifecycle, store); in AbstractBluetoothDialogPreferenceControllerImpl()
/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;
/packages/apps/Settings/tests/robotests/src/com/android/settings/development/
DAbstractBluetoothA2dpPreferenceControllerTest.java127 Lifecycle lifecycle, BluetoothA2dpConfigStore store) { in AbstractBluetoothA2dpPreferenceControllerImpl() argument
128 super(context, lifecycle, store); in AbstractBluetoothA2dpPreferenceControllerImpl()
/packages/apps/Settings/src/com/android/settings/development/
DAbstractBluetoothA2dpPreferenceController.java52 BluetoothA2dpConfigStore store) { in AbstractBluetoothA2dpPreferenceController() argument
55 mBluetoothA2dpConfigStore = store; in AbstractBluetoothA2dpPreferenceController()

123