HomeSort by relevance Sort by last modified time
    Searched refs:actionKey (Results 1 - 25 of 26) sorted by null

1 2

  /packages/apps/Messaging/tests/src/com/android/messaging/datamodel/action/
ActionTest.java 75 ActionMonitor.registerActionMonitor(mAction.actionKey, mMonitor);
76 assertTrue(ActionMonitor.sActionMonitors.containsKey(mAction.actionKey));
78 assertEquals(ActionMonitor.sActionMonitors.get(mAction.actionKey), mMonitor);
85 ActionMonitor.unregisterActionMonitor(mAction.actionKey, mMonitor);
87 assertFalse(ActionMonitor.sActionMonitors.containsKey(mAction.actionKey));
95 ActionMonitor.registerActionMonitor(mAction.actionKey, mMonitor);
96 assertTrue(ActionMonitor.sActionMonitors.containsKey(mAction.actionKey));
98 assertEquals(ActionMonitor.sActionMonitors.get(mAction.actionKey), mMonitor);
105 ActionMonitor.unregisterActionMonitor(mAction.actionKey, mMonitor);
107 assertFalse(ActionMonitor.sActionMonitors.containsKey(mAction.actionKey));
    [all...]
ActionTestHelpers.java 101 protected StubChatActionMonitor(final int initialState, final String actionKey,
103 super(initialState, actionKey, data);
  /packages/apps/Messaging/src/com/android/messaging/datamodel/action/
ActionMonitor.java 188 protected ActionMonitor(final int initialState, final String actionKey,
191 mActionKey = actionKey;
271 = ActionMonitor.lookupActionMonitor(action.actionKey);
280 LogUtil.v(TAG, "Operation-" + action.actionKey + ": @" + df.format(new Date())
343 = ActionMonitor.lookupActionMonitor(action.actionKey);
347 unregisterActionMonitorIfComplete(action.actionKey, monitor);
352 LogUtil.v(TAG, "Operation-" + action.actionKey + ": @" + df.format(new Date())
405 = ActionMonitor.lookupActionMonitor(action.actionKey);
413 LogUtil.v(TAG, "Operation-" + action.actionKey + ": @" + df.format(new Date())
419 * Map of action monitors indexed by actionKey
    [all...]
Action.java 43 public final String actionKey;
127 this.actionKey = key;
135 this.actionKey = generateUniqueActionKey(getClass().getSimpleName());
143 ActionMonitor.registerActionMonitor(this.actionKey, monitor);
283 parcel.writeString(this.actionKey);
291 this.actionKey = in.readString();
GetOrCreateConversationAction.java 83 final String actionKey) {
84 super(actionKey);
ReadDraftDataAction.java 65 final String actionKey) {
66 super(actionKey);
UpdateDestinationBlockedAction.java 97 final String actionKey) {
98 super(actionKey);
  /frameworks/base/core/java/android/widget/
SearchView.java     [all...]
  /frameworks/base/services/core/java/com/android/server/policy/
GlobalActions.java 272 String actionKey = defaultActions[i];
273 if (addedKeys.contains(actionKey)) {
277 if (GLOBAL_ACTION_KEY_POWER.equals(actionKey)) {
279 } else if (GLOBAL_ACTION_KEY_AIRPLANE.equals(actionKey)) {
281 } else if (GLOBAL_ACTION_KEY_BUGREPORT.equals(actionKey)) {
286 } else if (GLOBAL_ACTION_KEY_SILENT.equals(actionKey)) {
290 } else if (GLOBAL_ACTION_KEY_USERS.equals(actionKey)) {
294 } else if (GLOBAL_ACTION_KEY_SETTINGS.equals(actionKey)) {
296 } else if (GLOBAL_ACTION_KEY_LOCKDOWN.equals(actionKey)) {
298 } else if (GLOBAL_ACTION_KEY_VOICEASSIST.equals(actionKey)) {
    [all...]
  /frameworks/base/core/java/android/app/
SearchDialog.java 527 * @param actionKey The key code of the action key that was pressed,
532 protected void launchQuerySearch(int actionKey, String actionMsg) {
535 Intent intent = createIntent(action, null, null, query, actionKey, actionMsg);
575 * @param actionKey The key code of the action key that was pressed,
584 int actionKey, String actionMsg) {
604 if (actionKey != KeyEvent.KEYCODE_UNKNOWN) {
605 intent.putExtra(SearchManager.ACTION_KEY, actionKey);
SearchableInfo.java 63 private static final String MD_XML_ELEMENT_SEARCHABLE_ACTION_KEY = "actionkey";
    [all...]
  /frameworks/support/v7/appcompat/src/android/support/v7/widget/
SearchView.java     [all...]
  /prebuilts/tools/common/m2/repository/commons-validator/commons-validator/1.2.0/
commons-validator-1.2.0.jar 
  /prebuilts/sdk/current/support/v7/appcompat/libs/
android-support-v7-appcompat.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.engine_2.0.0.v20100606.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.p2.engine_2.3.0.v20130526-2122.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.p2.engine_2.3.0.v20130526-2122.jar 
  /external/robolectric/v3/runtime/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 
android-all-5.0.0_r2-robolectric-1.jar 
  /prebuilts/misc/common/groovy/
groovy-all-1.7.0.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/groovy/groovy-all/2.2.1/
groovy-all-2.2.1.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/groovy/groovy-all/2.3.6/
groovy-all-2.3.6.jar 
  /prebuilts/tools/common/fest/
fest-swing-1.2.1.jar 

Completed in 355 milliseconds

1 2