Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/backgroundactivity/src/android/server/wm/
DTestServiceClient.java106 public void sendPendingIntentWithActivityForResult(PendingIntent pendingIntent, in sendPendingIntentWithActivityForResult() method in TestServiceClient
108 mTestService.sendPendingIntentWithActivityForResult(pendingIntent, sendOptions); in sendPendingIntentWithActivityForResult()
DBackgroundActivityLaunchTest.java578 serviceA.sendPendingIntentWithActivityForResult(pi, Bundle.EMPTY); in testPI_onlySenderAllowsBALwithoutOptInForResult_isNotBlocked()
598 serviceA.sendPendingIntentWithActivityForResult(pi, Bundle.EMPTY); in testPI_onlyCreatorAllowsBALwithoutOptInForResult_isBlocked()
/cts/tests/framework/base/windowmanager/backgroundactivity/common/aidl/android/server/wm/backgroundactivity/common/
DITestService.aidl31 …void sendPendingIntentWithActivityForResult(in PendingIntent pendingIntent, in Bundle sendOptions); in sendPendingIntentWithActivityForResult() method
/cts/tests/framework/base/windowmanager/backgroundactivity/common/src/android/server/wm/backgroundactivity/common/
DTestService.java111 public void sendPendingIntentWithActivityForResult(PendingIntent pendingIntent, in sendPendingIntentWithActivityForResult() method in TestService.MyBinder