HomeSort by relevance Sort by last modified time
    Searched refs:closeService (Results 1 - 3 of 3) sorted by null

  /packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
BluetoothPbapService.java 261 closeService();
425 private final void closeService() {
426 if (VERBOSE) Log.v(TAG, "Pbap Service closeService in");
456 if (VERBOSE) Log.v(TAG, "Pbap Service closeService out");
730 closeService();
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/sap/
SapService.java 211 private final void closeService() {
212 if (VERBOSE) Log.v(TAG, "SAP Service closeService in");
237 if (VERBOSE) Log.v(TAG, "SAP Service closeService out");
446 closeService();
606 closeService();
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapService.java 166 private synchronized void closeService() {
167 if (DEBUG) Log.d(TAG, "MAP Service closeService in");
186 if (VERBOSE) Log.v(TAG, "CloseService(): Release Wake Lock");
189 /* Only one SHUTDOWN message expected to closeService.
204 if (VERBOSE) Log.v(TAG, "MAP Service closeService out");
384 closeService();
    [all...]

Completed in 137 milliseconds