Searched refs:intentAction (Results 1 – 7 of 7) sorted by relevance
59 String setting, String intentAction, String permission, String noun) { in ServiceListing() argument64 mIntentAction = intentAction; in ServiceListing()207 public Builder setIntentAction(String intentAction) { in setIntentAction() argument208 mIntentAction = intentAction; in setIntentAction()
106 public String intentAction; field in SearchIndexableData173 sb.append(intentAction); in toString()
101 String intentAction;
934 int callingUid, String intentAction) throws RemoteException { in startConsentUiIfNeeded() argument949 Intent intent = new Intent(intentAction); in startConsentUiIfNeeded()957 Slog.e(TAG, "Intent to handle action " + intentAction + " missing"); in startConsentUiIfNeeded()
2413 int callingUid, String intentAction) throws RemoteException { in startConsentUi() argument2430 Intent intent = new Intent(intentAction); in startConsentUi()
4138 field public java.lang.String intentAction;4193 field public static final java.lang.String COLUMN_INTENT_ACTION = "intentAction";
34723 Landroid/provider/SearchIndexableData;->intentAction:Ljava/lang/String;