Home
last modified time | relevance | path

Searched defs:sendPendingIntentWithActivity (Results 1 – 3 of 3) sorted by relevance

/cts/tests/framework/base/windowmanager/backgroundactivity/common/aidl/android/server/wm/backgroundactivity/common/
DITestService.aidl30 void sendPendingIntentWithActivity(in PendingIntent pendingIntent, in Bundle sendOptions); in sendPendingIntentWithActivity() method
/cts/tests/framework/base/windowmanager/backgroundactivity/src/android/server/wm/
DTestServiceClient.java97 public void sendPendingIntentWithActivity(PendingIntent pendingIntent, Bundle sendOptions) in sendPendingIntentWithActivity() method in TestServiceClient
/cts/tests/framework/base/windowmanager/backgroundactivity/common/src/android/server/wm/backgroundactivity/common/
DTestService.java126 public void sendPendingIntentWithActivity(PendingIntent pendingIntent, in sendPendingIntentWithActivity() method in TestService.MyBinder