Home
last modified time | relevance | path

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

/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
DLockTaskTest.java116 mIsReceiverActivityRunning = true;
121 mIsReceiverActivityRunning = false;
130 private volatile boolean mIsReceiverActivityRunning; field in LockTaskTest
263 mIsReceiverActivityRunning = false; in testUpdateWhitelisting_twoTasks()
268 assertTrue(mIsReceiverActivityRunning); in testUpdateWhitelisting_twoTasks()
275 assertFalse(mIsReceiverActivityRunning); in testUpdateWhitelisting_twoTasks()
292 mIsReceiverActivityRunning = false; in testStartActivity_withinTask()
300 assertTrue(mIsReceiverActivityRunning); in testStartActivity_withinTask()
313 mIsReceiverActivityRunning = false; in testStartActivity_outsideTaskWhitelisted()
318 assertTrue(mIsReceiverActivityRunning); in testStartActivity_outsideTaskWhitelisted()
[all …]