Home
last modified time | relevance | path

Searched refs:APP_OP_CHANGE_TIMEOUT_MILLIS (Results 1 – 2 of 2) sorted by relevance

/cts/tests/framework/base/windowmanager/src/android/server/wm/
DAlertWindowsAppOpsTests.java62 private static final long APP_OP_CHANGE_TIMEOUT_MILLIS = TimeUnit.SECONDS.toMillis(2); field in AlertWindowsAppOpsTests
104 verify(listener, timeout(APP_OP_CHANGE_TIMEOUT_MILLIS) in testSystemAlertWindowAppOpsInitiallyAllowed()
120 verify(listener, timeout(APP_OP_CHANGE_TIMEOUT_MILLIS) in testSystemAlertWindowAppOpsInitiallyAllowed()
138 verify(listener, timeout(APP_OP_CHANGE_TIMEOUT_MILLIS).times(0)) in testSystemAlertWindowAppOpsInitiallyAllowed()
/cts/tests/tests/media/src/android/media/cts/
DAudioRecordAppOpTest.java51 private static final long APP_OP_CHANGE_TIMEOUT_MILLIS = TimeUnit.SECONDS.toMillis(2); field in AudioRecordAppOpTest
90 verify(listener, timeout(APP_OP_CHANGE_TIMEOUT_MILLIS) in testRecordAppOps()
108 verify(listener, timeout(APP_OP_CHANGE_TIMEOUT_MILLIS) in testRecordAppOps()