Searched refs:createReceiverActivityIntent (Results 1 – 1 of 1) sorted by relevance
264 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