Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/provider/
DSearchIndexableData.java104 public String intentAction; field in SearchIndexableData
171 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.java889 int callingUid, String intentAction) throws RemoteException { in startConsentUiIfNeeded() argument
901 Intent intent = new Intent(intentAction); in startConsentUiIfNeeded()
909 Slog.e(TAG, "Intent to handle action " + intentAction + " missing"); in startConsentUiIfNeeded()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiServiceImpl.java2058 int callingUid, String intentAction) throws RemoteException { in startConsentUi() argument
2074 Intent intent = new Intent(intentAction); in startConsentUi()
/frameworks/base/api/
Dsystem-current.txt37612 field public java.lang.String intentAction;
37667 field public static final java.lang.String COLUMN_INTENT_ACTION = "intentAction";