Home
last modified time | relevance | path

Searched refs:actionName (Results 1 – 7 of 7) sorted by relevance

/packages/apps/Launcher3/tests/tapl/com/android/launcher3/tapl/
DLauncherInstrumentation.java659 String actionName) { in executeAndWaitForLauncherEvent() argument
663 message, actionName); in executeAndWaitForLauncherEvent()
668 String actionName) { in executeAndWaitForEvent() argument
669 try (LauncherInstrumentation.Closable c = addContextLayer(actionName)) { in executeAndWaitForEvent()
1036 void runToState(Runnable command, int expectedState, boolean requireEvent, String actionName) { in runToState() argument
1038 runToState(command, expectedState, actionName); in runToState()
1044 void runToState(Runnable command, int expectedState, String actionName) { in runToState() argument
1052 actionName); in runToState()
/packages/apps/TV/src/com/android/tv/menu/
DMenuAction.java95 public MenuAction(String actionName, int type, Drawable drawable) { in MenuAction() argument
96 mActionName = actionName; in MenuAction()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
DKeyboardId.java199 actionName(imeAction()), in toString()
267 public static String actionName(final int actionId) { in actionName() method in KeyboardId
/packages/services/Telecomm/src/com/android/server/telecom/
DServiceBinder.java328 public boolean isServiceValid(String actionName) { in isServiceValid() argument
330 Log.w(this, "%s invoked while service is unbound", actionName); in isServiceValid()
DCall.java3311 private boolean isRinging(String actionName) { in isRinging() argument
3316 Log.i(this, "Request to %s a non-ringing call %s", actionName, this); in isRinging()
3323 private boolean isAnswered(String actionName) { in isAnswered() argument
3328 Log.i(this, "Request to %s a non-answered call %s", actionName, this); in isAnswered()
DCallsManager.java1145 private void markAllAnsweredCallAsRinging(Call call, String actionName) { in markAllAnsweredCallAsRinging() argument
1152 setCallState(call1, CallState.RINGING, actionName + " failed on other call"); in markAllAnsweredCallAsRinging()
/packages/inputmethods/LatinIME/tools/EditTextVariations/src/com/android/inputmethod/tools/edittextvariations/
DEditTextVariations.java227 text = actionName(imeOptions & EditorInfo.IME_MASK_ACTION); in setupHintText()
337 private static String actionName(final int action) { in actionName() method in EditTextVariations