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.java126 synchronized(mReceiverActivityRunningLock) {
128 mReceiverActivityRunningLock.notify();
131 synchronized (mReceiverActivityRunningLock) {
133 mReceiverActivityRunningLock.notify();
145 private final Object mReceiverActivityRunningLock = new Object(); field in LockTaskTest
285 synchronized (mReceiverActivityRunningLock) { in testUpdateWhitelisting_twoTasks()
286 mReceiverActivityRunningLock.wait(ACTIVITY_RESUMED_TIMEOUT_MILLIS); in testUpdateWhitelisting_twoTasks()
292 synchronized (mReceiverActivityRunningLock) { in testUpdateWhitelisting_twoTasks()
293 mReceiverActivityRunningLock.wait(ACTIVITY_DESTROYED_TIMEOUT_MILLIS); in testUpdateWhitelisting_twoTasks()
318 synchronized (mReceiverActivityRunningLock) { in testStartActivity_withinTask()
[all …]