Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/backgroundactivity/common/aidl/android/server/wm/backgroundactivity/common/
DITestService.aidl33 void startActivityIntent(in Intent intent); in startActivityIntent() method
/cts/tests/framework/base/windowmanager/backgroundactivity/src/android/server/wm/
DTestServiceClient.java121 public void startActivityIntent(Intent intent) throws RemoteException { in startActivityIntent() method in TestServiceClient
/cts/tests/framework/base/windowmanager/backgroundactivity/common/src/android/server/wm/backgroundactivity/common/
DTestService.java155 public void startActivityIntent(Intent intent) { in startActivityIntent() method in TestService.MyBinder