Home
last modified time | relevance | path

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

/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
DLockTaskTest.java264 Intent launchIntent = createReceiverActivityIntent(true /*newTask*/, true /*shouldWait*/); in testUpdateWhitelisting_twoTasks()
293 Intent launchIntent = createReceiverActivityIntent(false /*newTask*/, false /*shouldWait*/); in testStartActivity_withinTask()
314 Intent launchIntent = createReceiverActivityIntent(true /*newTask*/, false /*shouldWait*/); in testStartActivity_outsideTaskWhitelisted()
330 Intent launchIntent = createReceiverActivityIntent(true /*newTask*/, false /*shouldWait*/); in testStartActivity_outsideTaskNonWhitelisted()
555 private Intent createReceiverActivityIntent(boolean newTask, boolean shouldWait) { in createReceiverActivityIntent() method in LockTaskTest