Searched refs:sendPendingIntentWithActivityForResult (Results 1 – 4 of 4) sorted by relevance
106 public void sendPendingIntentWithActivityForResult(PendingIntent pendingIntent, in sendPendingIntentWithActivityForResult() method in TestServiceClient108 mTestService.sendPendingIntentWithActivityForResult(pendingIntent, sendOptions); in sendPendingIntentWithActivityForResult()
578 serviceA.sendPendingIntentWithActivityForResult(pi, Bundle.EMPTY); in testPI_onlySenderAllowsBALwithoutOptInForResult_isNotBlocked()598 serviceA.sendPendingIntentWithActivityForResult(pi, Bundle.EMPTY); in testPI_onlyCreatorAllowsBALwithoutOptInForResult_isBlocked()
31 …void sendPendingIntentWithActivityForResult(in PendingIntent pendingIntent, in Bundle sendOptions); in sendPendingIntentWithActivityForResult() method
111 public void sendPendingIntentWithActivityForResult(PendingIntent pendingIntent, in sendPendingIntentWithActivityForResult() method in TestService.MyBinder