| /packages/services/Car/service/src/com/android/car/evs/ |
| D | CarEvsService.java | 353 StateMachine instance = mServiceInstances.get(type); in onEvent() local 388 StateMachine instance = mServiceInstances.valueAt(i); in init() local 432 StateMachine instance = mServiceInstances.get(CarEvsManager.SERVICE_TYPE_REARVIEW); in init() local 456 StateMachine instance = mServiceInstances.valueAt(i); in release() local 537 StateMachine instance = mServiceInstances.get(type); in startActivity() local 555 StateMachine instance = mServiceInstances.get(CarEvsManager.SERVICE_TYPE_REARVIEW); in stopActivity() local 580 StateMachine instance = mServiceInstances.get(type); in startVideoStream() local 621 StateMachine instance = mServiceInstances.get(type); in stopVideoStream() local 667 StateMachine instance = mServiceInstances.get(CarEvsManager.SERVICE_TYPE_REARVIEW); in getCurrentStatus() local 719 StateMachine instance = mServiceInstances.get(type); in isSupported() local [all …]
|
| /packages/modules/AdServices/adservices/service/java/com/android/server/adservices/ |
| D | UserInstanceManager.java | 75 ConsentManager instance = getUserConsentManagerInstance(userIdentifier); in getOrCreateUserConsentManagerInstance() local 88 AppConsentManager instance = mAppConsentManagerMapLocked.get(userIdentifier); in getOrCreateUserAppConsentManagerInstance() local 102 BlockedTopicsManager instance = mBlockedTopicsManagerMapLocked.get(userIdentifier); in getOrCreateUserBlockedTopicsManagerInstance() local 115 RollbackHandlingManager instance = in getOrCreateUserRollbackHandlingManagerInstance() local 140 ConsentManager instance = mConsentManagerMapLocked.get(userIdentifier); in deleteUserInstance() local
|
| /packages/modules/Bluetooth/system/gd/ |
| D | module.cc | 59 auto instance = started_modules_.find(module); in Get() local 74 void ModuleRegistry::set_registry_and_handler(Module* instance, Thread* thread) const { in set_registry_and_handler() 86 Module* instance = module->ctor_(); in Start() local 106 auto instance = started_modules_.find(*it); in StopAll() local 118 auto instance = started_modules_.find(*it); in StopAll() local 159 auto instance = module_registry_.started_modules_.find(*it); in DumpState() local
|
| /packages/apps/Camera2/src/android/util/ |
| D | Pools.java | 65 public boolean release(T instance); in release() 101 T instance = (T) mPool[lastPooledIndex]; in acquire() local 110 public boolean release(T instance) { in release() 122 private boolean isInPool(T instance) { in isInPool()
|
| /packages/apps/Gallery2/src/android/util/ |
| D | Pools.java | 65 public boolean release(T instance); in release() 101 T instance = (T) mPool[lastPooledIndex]; in acquire() local 110 public boolean release(T instance) { in release() 122 private boolean isInPool(T instance) { in isInPool()
|
| /packages/apps/Camera2/src/com/android/camera/debug/ |
| D | Log.java | 70 public static void d(Tag tag, Object instance, String msg) { in d() 76 public static void d(Tag tag, Object instance, String msg, String tags) { in d() 94 public static void e(Tag tag, Object instance, String msg) { in e() 100 public static void e(Tag tag, Object instance, String msg, String tags) { in e() 118 public static void i(Tag tag, Object instance, String msg) { in i() 124 public static void i(Tag tag, Object instance, String msg, String tags) { in i() 142 public static void v(Tag tag, Object instance, String msg) { in v() 148 public static void v(Tag tag, Object instance, String msg, String tags) { in v() 166 public static void w(Tag tag, Object instance, String msg) { in w() 172 public static void w(Tag tag, Object instance, String msg, String tags) { in w()
|
| /packages/modules/Connectivity/nearby/service/java/com/android/server/nearby/common/locator/ |
| D | Locator.java | 69 public <T extends Object> Locator bind(Class<T> type, T instance) { in bind() 76 public <T extends Object> Locator overrideBindingForTest(Class<T> type, T instance) { in overrideBindingForTest() 104 T instance = getOptional(type); in get() local 139 T instance = locator.getInstance(type); in getOptional() local 168 T instance = (T) mBindings.get(type); in getInstance() local 192 Object instance = mBindings.get(type); in destroy() local
|
| /packages/apps/Dialer/java/com/android/dialer/oem/ |
| D | MotorolaHiddenMenuKeySequence.java | 38 private static MotorolaHiddenMenuKeySequence instance = null; field in MotorolaHiddenMenuKeySequence 74 static void setInstanceForTest(MotorolaHiddenMenuKeySequence instance) { in setInstanceForTest() 124 MotorolaHiddenMenuKeySequence instance = getInstance(context); in handleKeyPattern() local 142 MotorolaHiddenMenuKeySequence instance = getInstance(context); in handleKeySequence() local
|
| /packages/apps/ManagedProvisioning/tests/instrumentation/src/com/android/managedprovisioning/model/ |
| D | CustomizationParamsTest.java | 63 CustomizationParams instance = createInstance(params); in respectsUrl() local 75 CustomizationParams instance = createInstance(params); in urlDefaultsToNull() local 87 CustomizationParams instance = createInstance(params); in ignoresInvalidUrl() local
|
| /packages/modules/AppSearch/service/java/com/android/server/appsearch/contactsindexer/ |
| D | ContactsIndexerManagerService.java | 101 ContactsIndexerUserInstance instance = mContactsIndexersLocked.get(userId); in onUserUnlocking() local 131 ContactsIndexerUserInstance instance = mContactsIndexersLocked.get(userId); in onUserStopping() local 155 ContactsIndexerUserInstance instance = mContactsIndexersLocked.get(userId); in dumpContactsIndexerForUser() local 258 ContactsIndexerUserInstance instance = mContactsIndexersLocked.get(userId); in doFullUpdateForUser() local
|
| /packages/providers/MediaProvider/src/com/android/providers/media/metrics/ |
| D | MPUiEventLoggerImpl.java | 34 public void log(@NonNull UiEventEnum event, @Nullable InstanceId instance) { in log() 52 @Nullable InstanceId instance) { in logWithInstanceId() 81 @Nullable String packageName, @Nullable InstanceId instance, int position) { in logWithInstanceIdAndPosition()
|
| /packages/services/Car/cpp/evs/support_library/ |
| D | ResourceManager.cpp | 57 sp<CameraInstance> instance = new CameraInstance(); in obtainStreamHandler() local 84 auto instance = result->second; in obtainStreamHandler() local 101 auto instance = result->second; in releaseStreamHandler() local
|
| /packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/permission/ui/handheld/v34/ |
| D | AppDataSharingUpdatesWrapperFragment.kt | 34 val instance = AppDataSharingUpdatesWrapperFragment() in newInstance() constant
|
| /packages/apps/Launcher3/tests/src/com/android/launcher3/responsive/ |
| D | SizeSpecTest.kt | 56 for (instance in combinations) { in valid_values() constant 120 for (instance in combinations) { in multiple_values_assigned() constant 138 for (instance in combinations) { in invalid_values() constant 154 for (instance in combinations) { in onlyFixedSize() constant
|
| /packages/modules/AppSearch/service/java/com/android/server/appsearch/ |
| D | AppSearchUserInstanceManager.java | 98 AppSearchUserInstance instance = mInstancesLocked.get(userHandle); in getOrCreateUserInstance() local 117 AppSearchUserInstance instance = mInstancesLocked.remove(userHandle); in closeAndRemoveUserInstance() local 142 AppSearchUserInstance instance = mInstancesLocked.get(userHandle); in getUserInstance() local
|
| /packages/apps/LegacyCamera/src/com/android/camera/ui/ |
| D | PopupManager.java | 54 PopupManager instance = sMap.get(context); in getInstance() local 63 PopupManager instance = sMap.get(context); in removeInstance() local
|
| /packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/map/ |
| D | BluetoothMapMasInstanceTest.java | 65 BluetoothMapMasInstance instance = new BluetoothMapMasInstance(); in constructor_withNoParameters() local 73 BluetoothMapMasInstance instance = new BluetoothMapMasInstance(mMapService, mContext, in toString_returnsInfo() local
|
| /packages/modules/Bluetooth/system/audio_hal_interface/hidl/ |
| D | le_audio_software_hidl.h | 136 static inline LeAudioSinkTransport* instance = nullptr; variable 179 static inline LeAudioSourceTransport* instance = nullptr; variable
|
| /packages/modules/Bluetooth/framework/java/android/bluetooth/ |
| D | BluetoothGattDescriptor.java | 148 int instance, int permissions) { in BluetoothGattDescriptor() 155 public BluetoothGattDescriptor(UUID uuid, int instance, int permissions) { in BluetoothGattDescriptor() 160 int instance, int permissions) { in initDescriptor()
|
| /packages/services/Iwlan/src/com/google/android/iwlan/ |
| D | IwlanEventListener.java | 158 IwlanEventListener instance = entry.getValue(); in onCellInfoChanged() local 171 IwlanEventListener instance = mInstances.get(mSlotId); in onCallStateChanged() local 280 IwlanEventListener instance = entry.getValue(); in onBroadcastReceived() local 291 IwlanEventListener instance = entry.getValue(); in onBroadcastReceived() local 326 IwlanEventListener instance = entry.getValue(); in onWifiConnected() local
|
| /packages/modules/Bluetooth/android/app/src/com/android/bluetooth/gatt/ |
| D | HandleMap.java | 40 public int instance = 0; field in HandleMap.Entry 47 Entry(int serverIf, int handle, UUID uuid, int serviceType, int instance) { in Entry() 56 Entry(int serverIf, int handle, UUID uuid, int serviceType, int instance, in Entry() 99 void addService(int serverIf, int handle, UUID uuid, int serviceType, int instance, in addService()
|
| /packages/modules/Connectivity/nearby/service/java/com/android/server/nearby/common/bluetooth/testability/android/bluetooth/ |
| D | BluetoothGattServer.java | 40 private BluetoothGattServer(android.bluetooth.BluetoothGattServer instance) { in BluetoothGattServer() 46 public static BluetoothGattServer wrap( in wrap()
|
| /packages/modules/Bluetooth/system/bta/le_audio/ |
| D | content_control_id_keeper.h | 31 static ContentControlIdKeeper* instance = new ContentControlIdKeeper(); in GetInstance() local
|
| /packages/modules/Bluetooth/android/pandora/server/src/com/android/pandora/ |
| D | GattInstance.kt | 67 val instance = gattInstances.get(address) in get() constant 72 val instance = gattInstances.get(address.toByteArray().decodeToString()) in get() constant
|
| /packages/apps/Camera2/src_pd/com/android/camera/debug/ |
| D | LogHelper.java | 23 public static LogHelper instance() { in instance() method in LogHelper
|