Home
last modified time | relevance | path

Searched defs:instanceId (Results 1 – 25 of 30) sorted by relevance

12

/packages/providers/MediaProvider/src/com/android/providers/media/photopicker/metrics/
DPhotoPickerUiEventLogger.java82 public void logPickerOpenPersonal(InstanceId instanceId, int callingUid, in logPickerOpenPersonal()
91 public void logPickerOpenWork(InstanceId instanceId, int callingUid, in logPickerOpenWork()
100 public void logPickerOpenViaGetContent(InstanceId instanceId, int callingUid, in logPickerOpenViaGetContent()
115 public void logPickerOpenInHalfScreen(InstanceId instanceId, int callingUid, in logPickerOpenInHalfScreen()
130 public void logPickerOpenInFullScreen(InstanceId instanceId, int callingUid, in logPickerOpenInFullScreen()
145 public void logPickerOpenInSingleSelect(InstanceId instanceId, int callingUid, in logPickerOpenInSingleSelect()
160 public void logPickerOpenInMultiSelect(InstanceId instanceId, int callingUid, in logPickerOpenInMultiSelect()
175 public void logPickerOpenWithFilterAllImages(InstanceId instanceId, int callingUid, in logPickerOpenWithFilterAllImages()
190 public void logPickerOpenWithFilterAllVideos(InstanceId instanceId, int callingUid, in logPickerOpenWithFilterAllVideos()
206 public void logPickerOpenWithAnyOtherFilter(InstanceId instanceId, int callingUid, in logPickerOpenWithAnyOtherFilter()
[all …]
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothGattService.java124 int instanceId, int serviceType) { in BluetoothGattService()
138 public BluetoothGattService(UUID uuid, int instanceId, int serviceType) { in BluetoothGattService()
256 /*package*/ BluetoothGattCharacteristic getCharacteristic(UUID uuid, int instanceId) { in getCharacteristic()
272 public void setInstanceId(int instanceId) { in setInstanceId()
DBluetoothGattCharacteristic.java268 UUID uuid, int instanceId, in BluetoothGattCharacteristic()
278 public BluetoothGattCharacteristic(UUID uuid, int instanceId, in BluetoothGattCharacteristic()
284 UUID uuid, int instanceId, in initCharacteristic()
373 /*package*/ BluetoothGattDescriptor getDescriptor(UUID uuid, int instanceId) { in getDescriptor()
428 public void setInstanceId(int instanceId) { in setInstanceId()
DBluetoothGattIncludedService.java50 public BluetoothGattIncludedService(UUID uuid, int instanceId, int serviceType) { in BluetoothGattIncludedService()
DBluetoothGatt.java882 int instanceId) { in getService()
900 int instanceId) { in getCharacteristicById()
916 /*package*/ BluetoothGattDescriptor getDescriptorById(BluetoothDevice device, int instanceId) { in getDescriptorById()
DBluetoothGattDescriptor.java241 public void setInstanceId(int instanceId) { in setInstanceId()
DBluetoothGattServer.java593 /*package*/ BluetoothGattService getService(UUID uuid, int instanceId, int type) { in getService()
/packages/apps/DeskClock/src/com/android/deskclock/alarms/
DAlarmService.kt92 val instanceId = mCurrentAlarm!!.mId in stopCurrentAlarm() constant
154 val instanceId = AlarmInstance.getId(intent.getData()!!) in onStartCommand() constant
DAlarmActivity.kt133 val instanceId = AlarmInstance.getId(getIntent().getData()!!) in onCreate() constant
220 val instanceId = AlarmInstance.getId(getIntent().getData()!!) in onResume() constant
/packages/apps/Settings/src/com/android/settings/fuelgauge/batteryusage/db/
DAppUsageEventEntity.java51 public final int instanceId; field in AppUsageEventEntity
60 final int instanceId, in AppUsageEventEntity()
175 public Builder setInstanceId(final int instanceId) { in setInstanceId()
/packages/apps/Launcher3/src/com/android/launcher3/views/
DActivityContext.java315 InstanceId instanceId = new InstanceIdSequence().newInstanceId(); in sendPendingIntentWithAnimation() local
376 InstanceId instanceId = new InstanceIdSequence().newInstanceId(); in startActivitySafely() local
377 logAppLaunch(getStatsLogManager(), item, instanceId); in startActivitySafely() local
396 InstanceId instanceId) { in logAppLaunch()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DSystemUiProxy.java785 RemoteTransition remoteTransition, InstanceId instanceId) { in startTasks()
798 float splitRatio, RemoteTransition remoteTransition, InstanceId instanceId) { in startIntentAndTask()
813 RemoteTransition remoteTransition, InstanceId instanceId) { in startIntents()
827 float splitRatio, RemoteTransition remoteTransition, InstanceId instanceId) { in startShortcutAndTask()
843 float splitRatio, RemoteAnimationAdapter adapter, InstanceId instanceId) { in startTasksWithLegacyTransition()
858 RemoteAnimationAdapter adapter, InstanceId instanceId) { in startIntentAndTaskWithLegacyTransition()
872 float splitRatio, RemoteAnimationAdapter adapter, InstanceId instanceId) { in startShortcutAndTaskWithLegacyTransition()
892 float splitRatio, RemoteAnimationAdapter adapter, InstanceId instanceId) { in startIntentsWithLegacyTransition()
906 Bundle options, UserHandle user, InstanceId instanceId) { in startShortcut()
918 Bundle options, InstanceId instanceId) { in startIntent()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/logging/
DStatsLogCompatManager.java134 public static void writeSnapshot(LauncherAtom.ItemInfo info, InstanceId instanceId) { in writeSnapshot()
177 @Nullable InstanceId instanceId) { in buildStatsEvent()
244 public StatsLogger withInstanceId(InstanceId instanceId) { in withInstanceId()
421 InstanceId instanceId = mInstanceId; in write() local
501 public StatsLatencyLogger withInstanceId(InstanceId instanceId) { in withInstanceId()
581 public StatsImpressionLogger withInstanceId(InstanceId instanceId) { in withInstanceId()
/packages/modules/IntentResolver/java/src/com/android/intentresolver/logging/
DEventLog.java67 int instanceId, in write()
82 int instanceId, in write()
307 private void log(UiEventLogger.UiEventEnum event, InstanceId instanceId) { in log()
498 int instanceId, in write()
527 int instanceId, in write()
/packages/apps/Settings/tests/robotests/src/com/android/settings/fuelgauge/batteryusage/db/
DAppUsageEventEntityTest.java35 final int instanceId = 100001; in testBuilder_returnsExpectedResult() local
/packages/apps/Launcher3/src/com/android/launcher3/touch/
DItemClickHandler.java355 InstanceId instanceId = new InstanceIdSequence().newInstanceId(); in startAppShortcutOrInfoActivity() local
356 launcher.logAppLaunch(launcher.getStatsLogManager(), item, instanceId); in startAppShortcutOrInfoActivity() local
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/
DLauncherTaskbarUIController.java293 InstanceId instanceId = new InstanceIdSequence().newInstanceId(); in onTaskbarIconLaunched() local
295 instanceId); in onTaskbarIconLaunched() local
/packages/apps/Launcher3/src/com/android/launcher3/
DSecondaryDropTarget.java268 protected ComponentName performDropAction(View view, ItemInfo info, InstanceId instanceId) { in performDropAction()
316 InstanceId instanceId = new InstanceIdSequence().newInstanceId(); in onAccessibilityDrop() local
/packages/apps/Settings/src/com/android/settings/notification/history/
DNotificationSbnViewHolder.java97 InstanceId instanceId, in addOnClick()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/model/
DQuickstepModelDelegate.java230 InstanceId instanceId = new InstanceIdSequence().newInstanceId(); in modelLoadComplete() local
233 StatsLogCompatManager.writeSnapshot(info.buildProto(parent), instanceId); in modelLoadComplete() local
/packages/apps/DeskClock/src/com/android/deskclock/provider/
DAlarm.kt75 var instanceId = 0 variable in com.android.deskclock.provider.Alarm
DAlarmInstance.kt368 val instanceId: Long = ContentUris.parseId(contentUri) in getInstance() constant
/packages/apps/Launcher3/src/com/android/launcher3/logging/
DStatsLogManager.java741 default StatsLogger withInstanceId(InstanceId instanceId) { in withInstanceId()
878 default StatsLatencyLogger withInstanceId(InstanceId instanceId) { in withInstanceId()
954 default StatsImpressionLogger withInstanceId(InstanceId instanceId) { in withInstanceId()
1073 public StatsLogManager withDefaultInstanceId(@Nullable InstanceId instanceId) { in withDefaultInstanceId()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/hybridhotseat/
DHotseatPredictionController.java444 public void logLaunchedAppRankingInfo(@NonNull ItemInfo itemInfo, InstanceId instanceId) { in logLaunchedAppRankingInfo()
/packages/modules/Wifi/service/java/com/android/server/wifi/aware/
DWifiAwareDiscoverySessionState.java74 PeerInfo(int instanceId, byte[] mac) { in PeerInfo()

12