Searched refs:startActivityIntent (Results 1 – 4 of 4) sorted by relevance
121 public void startActivityIntent(Intent intent) throws RemoteException { in startActivityIntent() method in TestServiceClient122 mTestService.startActivityIntent(intent); in startActivityIntent()
1389 service.startActivityIntent(new Intent().setComponent(app.BACKGROUND_ACTIVITY) in startBackgroundActivity()
33 void startActivityIntent(in Intent intent); in startActivityIntent() method
155 public void startActivityIntent(Intent intent) { in startActivityIntent() method in TestService.MyBinder