Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/backgroundactivity/src/android/server/wm/
DBackgroundActivityLaunchTest.java448 startPendingIntentSenderActivity(APP_A, APP_B, /* allowBalBySender */ true); in testPendingIntentActivity_whenSenderAllowsBal_isNotBlocked()
647 startPendingIntentSenderActivity(APP_A, APP_B, /* allowBalBySender */ false); in testPendingIntentActivity_whenSenderDoesNotAllowBal_isBlocked()
1312 private void startPendingIntentSenderActivity(Components appToCreatePendingIntent, in startPendingIntentSenderActivity() method in BackgroundActivityLaunchTest