Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/backgroundactivity/src/android/server/wm/
DTestServiceClient.java121 public void startActivityIntent(Intent intent) throws RemoteException { in startActivityIntent() method in TestServiceClient
122 mTestService.startActivityIntent(intent); in startActivityIntent()
DBackgroundActivityLaunchTest.java1389 service.startActivityIntent(new Intent().setComponent(app.BACKGROUND_ACTIVITY) in startBackgroundActivity()
/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/common/src/android/server/wm/backgroundactivity/common/
DTestService.java155 public void startActivityIntent(Intent intent) { in startActivityIntent() method in TestService.MyBinder