Home
last modified time | relevance | path

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

/cts/tests/contentcaptureservice/src/android/contentcaptureservice/cts/
DOutOfProcessActivity.java47 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/
DSimpleService4.java55 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/
DActivityManagerAppExitInfoTest.java95 private static final int ACTION_NONE = 0; field in ActivityManagerAppExitInfoTest
802 startService(ACTION_NONE, STUB_SERVICE_NAME, false, false); in testCrash()
866 startService(ACTION_NONE, STUB_SERVICE_NAME, false, false); in testUserRequested()
1060 startService(ACTION_NONE, STUB_SERVICE_NAME, false, true, false, true, cookie0); in testSecondaryUser()
1151 startService(ACTION_NONE, STUB_SERVICE_NAME, false, true, true, true, cookie5); in testSecondaryUser()