Home
last modified time | relevance | path

Searched refs:PROVIDER_INTERFACE (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Bluetooth/lib/mapapi/com/android/bluetooth/mapapi/
DBluetoothMapContract.java69 … public static final String PROVIDER_INTERFACE = "android.bluetooth.action.BLUETOOTH_MAP_PROVIDER"; field in BluetoothMapContract
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapEmailSettingsLoader.java71 Intent searchIntent = new Intent(BluetoothMapContract.PROVIDER_INTERFACE); in parsePackages()
/packages/apps/Settings/src/com/android/settings/search/
DIndex.java301 final Intent intent = new Intent(SearchIndexablesContract.PROVIDER_INTERFACE); in update()