Searched refs:actionName (Results 1 - 5 of 5) sorted by relevance

/packages/apps/Email/emailcommon/src/com/android/emailcommon/service/
H A DServiceProxy.java63 public static Intent getIntentForEmailPackage(Context context, String actionName) { argument
71 final Intent intent = new Intent(EmailContent.EMAIL_PACKAGE_NAME + "." + actionName);
/packages/apps/TV/src/com/android/tv/menu/
H A DMenuAction.java90 public MenuAction(String actionName, int type, Drawable drawable) { argument
91 mActionName = actionName;
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
H A DKeyboardId.java199 actionName(imeAction()),
267 public static String actionName(final int actionId) { method in class:KeyboardId
/packages/services/Telecomm/src/com/android/server/telecom/
H A DServiceBinder.java273 public boolean isServiceValid(String actionName) { argument
275 Log.w(this, "%s invoked while service is unbound", actionName);
H A DCall.java2056 private boolean isRinging(String actionName) { argument
2061 Log.i(this, "Request to %s a non-ringing call %s", actionName, this);

Completed in 287 milliseconds