Home
last modified time | relevance | path

Searched defs:monitor (Results 1 – 11 of 11) sorted by relevance

/cts/hostsidetests/backup/RestoreSessionTest/src/android/cts/backup/restoresessionapp/
DRestoreSessionTest.java153 testRestorePackagesInternal((BackupManagerMonitor monitor) -> { in testRestorePackage()
167 testRestorePackagesInternal((BackupManagerMonitor monitor) -> { in testRestorePackageWithMonitorParam()
171 monitor); in testRestorePackageWithMonitorParam() local
182 testRestorePackagesInternal((BackupManagerMonitor monitor) -> { in testRestorePackages()
197 testRestorePackagesInternal((BackupManagerMonitor monitor) -> { in testRestorePackagesWithMonitorParam()
228 private void loadAvailableRestoreSets(@Nullable BackupManagerMonitor monitor) in loadAvailableRestoreSets()
293 void runRestore(BackupManagerMonitor monitor) throws InterruptedException; in runRestore()
/cts/tests/tests/shortcutmanager/src/android/content/pm/cts/shortcutmanager/
DShortcutManagerConfigActivityTest.java87 Instrumentation.ActivityMonitor monitor = in testCorrectIntentSenderCreated() local
/cts/tests/framework/base/windowmanager/src/android/server/wm/intent/
DLaunchRunner.java248 Instrumentation.ActivityMonitor monitor = getInstrumentation() in launchFromContext() local
259 Instrumentation.ActivityMonitor monitor = getInstrumentation() in launch() local
/cts/tests/tests/view/src/android/view/animation/cts/
DAnimatorInflaterTest.java163 Instrumentation.ActivityMonitor monitor = new Instrumentation.ActivityMonitor( in rotate() local
/cts/tests/app/src/android/app/cts/
DNotificationManagerTest.java911 Instrumentation.ActivityMonitor monitor = in startSendBubbleActivity() local
3409 Instrumentation.ActivityMonitor monitor = in testNotificationManagerBubble_checkActivityFlagsDocumentLaunchMode() local
3737 Instrumentation.ActivityMonitor monitor = in testNotificationManagerBubble_checkIsBubbled_pendingIntent() local
3774 Instrumentation.ActivityMonitor monitor = in testNotificationManagerBubble_checkIsBubbled_shortcut() local
3826 Instrumentation.ActivityMonitor monitor = in testNotificationManagerBubble_setSuppressBubble() local
3883 Instrumentation.ActivityMonitor monitor = in testNotificationManagerBubble_setSuppressBubble_notSuppressable() local
3943 Instrumentation.ActivityMonitor monitor = in testNotificationManagerBubble_setSuppressBubble_activityNoLocusId() local
4004 Instrumentation.ActivityMonitor monitor = in testNotificationManagerBubble_setSuppressBubble_notificationNoLocusId() local
4070 Instrumentation.ActivityMonitor monitor = in testNotificationManagerBubble_setSuppressBubble_dismissLocusActivity() local
DActivityManagerProcessStateTest.java1948 final Instrumentation.ActivityMonitor monitor = new Instrumentation.ActivityMonitor( in startSubActivity() local
2339 AmMonitor monitor = new AmMonitor(mInstrumentation, in testFgsStickyInternal() local
DActivityManagerTest.java869 AmMonitor monitor = new AmMonitor(mInstrumentation, in testAppNotResponding() local
DInstrumentationTest.java125 ActivityMonitor monitor = new ActivityMonitor( in testMonitor() local
/cts/tests/app/AppExitTest/src/android/app/cts/
DActivityManagerAppExitInfoTest.java544 AmMonitor monitor = new AmMonitor(mInstrumentation, in testAnr() local
/cts/tests/tests/content/src/android/content/cts/
DContextTest.java1064 final Instrumentation.ActivityMonitor monitor = getInstrumentation() in assertActivityLaunched() local
/cts/tests/framework/base/windowmanager/util/src/android/server/wm/
DActivityManagerTestBase.java535 final ActivityMonitor monitor = mInstrumentation.addMonitor(localClassName, null, in launchActivityOnDisplay() local