Home
last modified time | relevance | path

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

/cts/tests/app/AppExitTest/src/android/app/cts/
DActivityManagerAppExitInfoTest.java307 private void startService(int commandCode, String serviceName, boolean waitForGone, in startService() argument
309 startService(commandCode, serviceName, waitForGone, true, other, false, null); in startService()
312 private void startService(int commandCode, String serviceName, boolean waitForGone, in startService() argument
316 intent.putExtra(EXTRA_ACTION, commandCode); in startService()
334 private void startIsolatedService(int commandCode, String serviceName) { in startIsolatedService() argument
337 intent.putExtra(EXTRA_ACTION, commandCode); in startIsolatedService()