Searched refs:ACTION_NONE (Results 1 – 3 of 3) sorted by relevance
/cts/tests/contentcaptureservice/src/android/contentcaptureservice/cts/ |
D | OutOfProcessActivity.java | 47 public static final int ACTION_NONE = 0; field in OutOfProcessActivity 62 int startAction = mIntent.getIntExtra(EXTRA_ACTION, ACTION_NONE); in onStart() 89 final int action = mIntent.getIntExtra(EXTRA_ACTION, ACTION_NONE); in notifyContentCaptureStatus()
|
/cts/hostsidetests/devicepolicy/app/SimpleApp/src/com/android/cts/launcherapps/simpleapp/ |
D | SimpleService4.java | 55 private static final int ACTION_NONE = 0; field in SimpleService4 120 int action = intent.getIntExtra(EXTRA_ACTION, ACTION_NONE); in doAction() 151 case ACTION_NONE: in doAction()
|
/cts/tests/app/AppExitTest/src/android/app/cts/ |
D | ActivityManagerAppExitInfoTest.java | 96 private static final int ACTION_NONE = 0; field in ActivityManagerAppExitInfoTest 805 startService(ACTION_NONE, STUB_SERVICE_NAME, false, false); in testCrash() 863 startService(ACTION_NONE, STUB_SERVICE_NAME, false, false); in testUserRequested() 1057 startService(ACTION_NONE, STUB_SERVICE_NAME, false, true, false, true, cookie0); in testSecondaryUser() 1148 startService(ACTION_NONE, STUB_SERVICE_NAME, false, true, true, true, cookie5); in testSecondaryUser()
|