Home
last modified time | relevance | path

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

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/applications/
DServiceListing.java59 String setting, String intentAction, String permission, String noun) { in ServiceListing() argument
64 mIntentAction = intentAction; in ServiceListing()
207 public Builder setIntentAction(String intentAction) { in setIntentAction() argument
208 mIntentAction = intentAction; in setIntentAction()
/frameworks/base/core/java/android/provider/
DSearchIndexableData.java106 public String intentAction; field in SearchIndexableData
173 sb.append(intentAction); in toString()
/frameworks/base/media/packages/BluetoothMidiService/src/com/android/bluetoothmidiservice/
DBluetoothMidiDevice.java101 String intentAction;
/frameworks/base/services/core/java/com/android/server/
DBluetoothManagerService.java934 int callingUid, String intentAction) throws RemoteException { in startConsentUiIfNeeded() argument
949 Intent intent = new Intent(intentAction); in startConsentUiIfNeeded()
957 Slog.e(TAG, "Intent to handle action " + intentAction + " missing"); in startConsentUiIfNeeded()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiServiceImpl.java2413 int callingUid, String intentAction) throws RemoteException { in startConsentUi() argument
2430 Intent intent = new Intent(intentAction); in startConsentUi()
/frameworks/base/api/
Dsystem-current.txt4138 field public java.lang.String intentAction;
4193 field public static final java.lang.String COLUMN_INTENT_ACTION = "intentAction";
/frameworks/base/config/
Dhiddenapi-public-dex.txt34723 Landroid/provider/SearchIndexableData;->intentAction:Ljava/lang/String;