Searched defs:ACTION_SHOW_MAPS_SETTINGS (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/map/
H A DBluetoothMapService.java79 public static final String ACTION_SHOW_MAPS_SETTINGS = field in class:BluetoothMapService
598 filter.addAction(ACTION_SHOW_MAPS_SETTINGS);
1087 } else if (action.equals(ACTION_SHOW_MAPS_SETTINGS)) {
1088 if (VERBOSE) Log.v(TAG, "Received ACTION_SHOW_MAPS_SETTINGS.");

Completed in 171 milliseconds