Home
last modified time | relevance | path

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

/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
DLockTaskTest.java115 synchronized(mReceiverActivityRunningLock) {
117 mReceiverActivityRunningLock.notify();
120 synchronized (mReceiverActivityRunningLock) {
122 mReceiverActivityRunningLock.notify();
134 private final Object mReceiverActivityRunningLock = new Object(); field in LockTaskTest
266 synchronized (mReceiverActivityRunningLock) { in testUpdateWhitelisting_twoTasks()
267 mReceiverActivityRunningLock.wait(ACTIVITY_RESUMED_TIMEOUT_MILLIS); in testUpdateWhitelisting_twoTasks()
273 synchronized (mReceiverActivityRunningLock) { in testUpdateWhitelisting_twoTasks()
274 mReceiverActivityRunningLock.wait(ACTIVITY_DESTROYED_TIMEOUT_MILLIS); in testUpdateWhitelisting_twoTasks()
298 synchronized (mReceiverActivityRunningLock) { in testStartActivity_withinTask()
[all …]