Searched refs:REQUEST_KEY_ACTION (Results 1 – 2 of 2) sorted by relevance
64 private static final String REQUEST_KEY_ACTION = "action"; field in ActivityManagerAppStartInfoTest223 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()
41 private static final String REQUEST_KEY_ACTION = "action"; field in ApiTestActivity91 int action = extras.getInt(REQUEST_KEY_ACTION, -1); in onCreate()