Home
last modified time | relevance | path

Searched refs:NOTIFICATION_TIMEOUT_MILLIS (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/services/tests/servicestests/src/com/android/server/appop/
DAppOpsNotedWatcherTest.java55 private static final long NOTIFICATION_TIMEOUT_MILLIS = 5000; field in AppOpsNotedWatcherTest
75 inOrder.verify(listener, timeout(NOTIFICATION_TIMEOUT_MILLIS) in testWatchNotedOps()
81 inOrder.verify(listener, timeout(NOTIFICATION_TIMEOUT_MILLIS) in testWatchNotedOps()
107 verify(listener, timeout(NOTIFICATION_TIMEOUT_MILLIS) in testWatchNotedOps()
142 verify(listener, timeout(NOTIFICATION_TIMEOUT_MILLIS) in testWatchNotedOpsForExternalDevice()
DAppOpsStartedWatcherTest.java55 private static final long NOTIFICATION_TIMEOUT_MILLIS = 5000; field in AppOpsStartedWatcherTest
73 inOrder.verify(listener, timeout(NOTIFICATION_TIMEOUT_MILLIS) in testWatchStartedOps()
81 inOrder.verify(listener, timeout(NOTIFICATION_TIMEOUT_MILLIS) in testWatchStartedOps()
109 verify(listener, timeout(NOTIFICATION_TIMEOUT_MILLIS) in testWatchStartedOps()
150 verify(listener, timeout(NOTIFICATION_TIMEOUT_MILLIS) in testWatchStartedOpsForExternalDevice()
DAppOpsActiveWatcherTest.java71 private static final long NOTIFICATION_TIMEOUT_MILLIS = 5000; field in AppOpsActiveWatcherTest
87 verify(listener, timeout(NOTIFICATION_TIMEOUT_MILLIS) in testWatchActiveOps()
106 verify(listener, timeout(NOTIFICATION_TIMEOUT_MILLIS) in testWatchActiveOps()
144 verify(listener, timeout(NOTIFICATION_TIMEOUT_MILLIS) in testWatchActiveOps()
187 verify(listener, timeout(NOTIFICATION_TIMEOUT_MILLIS) in testWatchActiveOpsForExternalDevice()
198 verify(listener, timeout(NOTIFICATION_TIMEOUT_MILLIS) in testWatchActiveOpsForExternalDevice()
/frameworks/base/apex/jobscheduler/service/java/com/android/server/job/
DJobServiceContext.java110 private static final long NOTIFICATION_TIMEOUT_MILLIS = 10_000L * Build.HW_TIMEOUT_MULTIPLIER; field in JobServiceContext
1676 minTimeout = Math.min(minTimeout, NOTIFICATION_TIMEOUT_MILLIS); in scheduleOpTimeOutLocked()