Home
last modified time | relevance | path

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

12

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/external/
H A DTileRequestDialogEventLoggerTest.kt63 val instanceId = instanceIdSequence.newInstanceId() regex
75 val instanceId = instanceIdSequence.newInstanceId() regex
84 val instanceId = instanceIdSequence.newInstanceId() regex
97 val instanceId = instanceIdSequence.newInstanceId() regex
111 val instanceId = instanceIdSequence.newInstanceId() regex
124 val instanceId = instanceIdSequence.newInstanceId() regex
H A DTileServiceRequestControllerTest.kt169 val instanceId = InstanceId.fakeInstanceId(instanceIdSequence.lastInstanceId) regex
203 val instanceId = InstanceId.fakeInstanceId(instanceIdSequence.lastInstanceId) regex
237 val instanceId = InstanceId.fakeInstanceId(instanceIdSequence.lastInstanceId) regex
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/splitscreen/
H A DISplitScreen.aidl82 in Bundle options, in UserHandle user, in InstanceId instanceId) = 8; in startShortcut()
88 int position, in Bundle options, in InstanceId instanceId) = 9; in startIntent()
95 in InstanceId instanceId) = 10; in startTasks()
102 in RemoteTransition remoteTransition, in InstanceId instanceId) = 16; in startIntentAndTask()
109 in RemoteTransition remoteTransition, in InstanceId instanceId) = 17; in startShortcutAndTask()
116 in RemoteAnimationAdapter adapter, in InstanceId instanceId) = 11; in startTasksWithLegacyTransition()
123 in RemoteAnimationAdapter adapter, in InstanceId instanceId) = 12; in startIntentAndTaskWithLegacyTransition()
130 in RemoteAnimationAdapter adapter, in InstanceId instanceId) = 15; in startShortcutAndTaskWithLegacyTransition()
138 float splitRatio, in RemoteAnimationAdapter adapter, in InstanceId instanceId) = 18; in startIntentsWithLegacyTransition()
146 float splitRatio, in RemoteTransition remoteTransition, in InstanceId instanceId) = 19; in startIntents()
H A DSplitScreenController.java602 InstanceId instanceId) { in startShortcutAndTaskWithLegacyTransition()
675 InstanceId instanceId) { in startIntentAndTaskWithLegacyTransition()
702 @Nullable RemoteTransition remoteTransition, InstanceId instanceId) { in startIntentAndTask()
735 RemoteAnimationAdapter adapter, InstanceId instanceId) { in startIntentsWithLegacyTransition()
766 @Nullable RemoteTransition remoteTransition, InstanceId instanceId) { in startIntents()
1230 RemoteAnimationAdapter adapter, InstanceId instanceId) { in startIntentAndTaskWithLegacyTransition()
1242 InstanceId instanceId) { in startShortcutAndTaskWithLegacyTransition()
1275 InstanceId instanceId) { in startShortcutAndTask()
1286 RemoteAnimationAdapter adapter, InstanceId instanceId) { in startIntentsWithLegacyTransition()
1311 @Nullable Bundle options, UserHandle user, InstanceId instanceId) { in startShortcut()
[all …]
H A DStageCoordinator.java644 @Nullable RemoteTransition remoteTransition, InstanceId instanceId) { in startTasks()
672 @Nullable RemoteTransition remoteTransition, InstanceId instanceId) { in startIntentAndTask()
720 @Nullable RemoteTransition remoteTransition, InstanceId instanceId) { in startWithTask()
754 @Nullable RemoteTransition remoteTransition, InstanceId instanceId) { in startIntents()
836 InstanceId instanceId) { in startIntentsWithLegacyTransition()
861 InstanceId instanceId) { in startIntentAndTaskWithLegacyTransition()
882 InstanceId instanceId) { in startShortcutAndTaskWithLegacyTransition()
944 InstanceId instanceId) { in startWithLegacyTransition()
951 RemoteAnimationAdapter adapter, InstanceId instanceId) { in startWithLegacyTransition()
966 InstanceId instanceId) { in startWithLegacyTransition()
[all …]
/aosp14/frameworks/base/core/tests/coretests/src/com/android/internal/app/
H A DChooserActivityLoggerFake.java31 public InstanceId instanceId; field in ChooserActivityLoggerFake.CallRecord
50 String packageName, InstanceId instanceId) { in CallRecord()
57 CallRecord(int atomId, String packageName, InstanceId instanceId, String mimeType, in CallRecord()
71 CallRecord(int atomId, String packageName, InstanceId instanceId, int targetType, in CallRecord()
125 public void log(UiEventLogger.UiEventEnum event, InstanceId instanceId) { in log()
/aosp14/frameworks/base/services/core/java/com/android/server/statusbar/
H A DSessionMonitor.java92 public void onSessionStarted(@SessionFlags int sessionType, @NonNull InstanceId instanceId) { in onSessionStarted()
117 public void onSessionEnded(@SessionFlags int sessionType, @NonNull InstanceId instanceId) { in onSessionEnded()
/aosp14/frameworks/base/core/java/com/android/internal/logging/testing/
H A DUiEventLoggerFake.java38 public final InstanceId instanceId; // Used only for WithInstanceId variants field in UiEventLoggerFake.FakeUiEvent
49 FakeUiEvent(int eventId, int uid, String packageName, InstanceId instanceId) { in FakeUiEvent()
57 FakeUiEvent(int eventId, int uid, String packageName, InstanceId instanceId, int position) { in FakeUiEvent()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/media/controls/pipeline/
H A DMediaDataManagerTest.kt647 val instanceId = data.instanceId regex
680 val instanceId = data.instanceId regex
1209 val instanceId = instanceIdSequence.lastInstanceId regex
1236 val instanceId = instanceIdSequence.lastInstanceId regex
1268 val instanceId = instanceIdSequence.lastInstanceId regex
1312 val instanceId = instanceIdSequence.lastInstanceId regex
1346 val instanceId = instanceIdSequence.lastInstanceId regex
1373 val instanceId = instanceIdSequence.lastInstanceId regex
1405 val instanceId = instanceIdSequence.lastInstanceId regex
1508 val instanceId = data.instanceId regex
[all …]
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/controls/
H A DControlsMetricsLoggerImpl.kt38 private var instanceId = 0 regex
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/log/
H A DSessionTracker.java110 final InstanceId instanceId = mInstanceIdGenerator.newInstanceId(); in startSession() local
133 final InstanceId instanceId = mSessionToInstanceId.get(type); in endSession() local
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/media/taptotransfer/receiver/
H A DMediaTttReceiverUiEventLoggerTest.kt25 val instanceId = InstanceId.fakeInstanceId(0) regex
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/media/taptotransfer/sender/
H A DMediaTttSenderUiEventLoggerTest.kt53 private val instanceId = InstanceId.fakeInstanceId(0) regex
/aosp14/frameworks/base/core/java/android/app/usage/
H A DUsageStats.java319 final int instanceId = right.keyAt(i); in mergeEventMap() local
479 private void updateActivity(String className, long timeStamp, int eventType, int instanceId) { in updateActivity()
585 public void update(String className, long timeStamp, int eventType, int instanceId) { in update()
/aosp14/frameworks/base/core/java/com/android/internal/app/
H A DChooserActivityLoggerImpl.java67 public void log(UiEventLogger.UiEventEnum event, InstanceId instanceId) { in log()
H A DChooserActivityLogger.java97 void log(UiEventLogger.UiEventEnum event, InstanceId instanceId); in log()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DExpandableNotificationRowDragController.java129 InstanceId instanceId = new InstanceIdSequence(Integer.MAX_VALUE).newInstanceId(); in startDragAndDrop() local
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/stylus/
H A DStylusManagerTest.kt447 val instanceId = InstanceId.fakeInstanceId(instanceIdSequenceFake.lastInstanceId) regex
584 val instanceId = InstanceId.fakeInstanceId(instanceIdSequenceFake.lastInstanceId) regex
/aosp14/frameworks/base/core/java/com/android/internal/logging/
H A DUiEventLoggerImpl.java45 public void log(UiEventEnum event, InstanceId instanceId) { in log()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/assist/
H A DAssistLogger.kt107 val instanceId = currentInstanceId ?: instanceIdSequence.newInstanceId() regex
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/usage/
H A DIntervalStatsTests.java72 final int instanceId = i % 11; in populateIntervalStats() local
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/external/
H A DTileServiceRequestController.kt107 val instanceId = eventLogger.newInstanceId() regex
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/pipeline/
H A DMediaDataManager.kt399 val instanceId = logger.getNewInstanceId() regex
439 val instanceId = logger.getNewInstanceId() regex
720 val instanceId = currentEntry?.instanceId ?: logger.getNewInstanceId() regex
896 val instanceId = currentEntry?.instanceId ?: logger.getNewInstanceId() regex
/aosp14/frameworks/base/core/java/android/app/smartspace/uitemplatedata/
H A DBaseTemplateData.java594 private SubItemLoggingInfo(int instanceId, @FeatureType int featureType, in SubItemLoggingInfo()
685 public Builder(int instanceId, @FeatureType int featureType) { in Builder()
/aosp14/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/statusbar/
H A DSbnBuilder.java187 public SbnBuilder setInstanceId(InstanceId instanceId) { in setInstanceId()

12