Searched refs:commandCode (Results 1 – 1 of 1) sorted by relevance
/cts/tests/app/AppExitTest/src/android/app/cts/ |
D | ActivityManagerAppExitInfoTest.java | 310 private void startService(int commandCode, String serviceName, boolean waitForGone, in startService() argument 312 startService(commandCode, serviceName, waitForGone, true, other, false, null); in startService() 315 private void startService(int commandCode, String serviceName, boolean waitForGone, in startService() argument 319 intent.putExtra(EXTRA_ACTION, commandCode); in startService() 337 private void startIsolatedService(int commandCode, String serviceName) { in startIsolatedService() argument 340 intent.putExtra(EXTRA_ACTION, commandCode); in startIsolatedService()
|