Home
last modified time | relevance | path

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

/cts/hostsidetests/devicepolicy/app/DeviceOwner/src/com/android/cts/deviceowner/
DLockTaskTest.java125 synchronized(mReceiverActivityRunningLock) {
127 mReceiverActivityRunningLock.notify();
130 synchronized (mReceiverActivityRunningLock) {
132 mReceiverActivityRunningLock.notify();
144 private final Object mReceiverActivityRunningLock = new Object(); field in LockTaskTest
284 synchronized (mReceiverActivityRunningLock) { in testUpdateWhitelisting_twoTasks()
285 mReceiverActivityRunningLock.wait(ACTIVITY_RESUMED_TIMEOUT_MILLIS); in testUpdateWhitelisting_twoTasks()
291 synchronized (mReceiverActivityRunningLock) { in testUpdateWhitelisting_twoTasks()
292 mReceiverActivityRunningLock.wait(ACTIVITY_DESTROYED_TIMEOUT_MILLIS); in testUpdateWhitelisting_twoTasks()
317 synchronized (mReceiverActivityRunningLock) { in testStartActivity_withinTask()
[all …]