Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/backgroundactivity/src/android/server/wm/
DBackgroundActivityLaunchTest.java473 sendPendingIntentBroadcast(0, receiver.getNotifier()); in testPendingIntentBroadcast_appBIsBackground()
640 sendPendingIntentBroadcast(delayMs, receiver.getNotifier()); in assertPendingIntentBroadcastTimeoutTest()
666 private void sendPendingIntentBroadcast(int delayMs, @Nullable ResultReceiver eventNotifier) { in sendPendingIntentBroadcast() method in BackgroundActivityLaunchTest