Home
last modified time | relevance | path

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

/cts/tests/app/AppStartTest/src/android/app/cts/
DActivityManagerAppStartInfoTest.java64 private static final String REQUEST_KEY_ACTION = "action"; field in ActivityManagerAppStartInfoTest
223 REQUEST_KEY_ACTION, REQUEST_VALUE_CRASH); // action to perform in testWasNotForceStopped()
271 REQUEST_KEY_ACTION, REQUEST_VALUE_QUERY_START); // action to perform in testQueryThisProcess()
309 REQUEST_KEY_ACTION, REQUEST_VALUE_ADD_TIMESTAMP, // action to perform in testAddingTimestamps()
348 REQUEST_KEY_ACTION, REQUEST_VALUE_LISTENER_ADD_ONE); // action to perform in testTriggerListeners()
376 REQUEST_KEY_ACTION, in testTriggerMultipleListeners()
411 REQUEST_KEY_ACTION, REQUEST_VALUE_LISTENER_ADD_REMOVE); // action to perform in testRemoveListener()
/cts/hostsidetests/devicepolicy/app/StartInfoApp/src/com/android/cts/startinfoapp/
DApiTestActivity.java41 private static final String REQUEST_KEY_ACTION = "action"; field in ApiTestActivity
91 int action = extras.getInt(REQUEST_KEY_ACTION, -1); in onCreate()