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

/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
H A DBluetoothPbapService.java69 public class BluetoothPbapService extends Service { class in inherits:Service
70 private static final String TAG = "BluetoothPbapService";
75 * "setprop log.tag.BluetoothPbapService DEBUG"; enable both VERBOSE and
76 * DEBUG log: "setprop log.tag.BluetoothPbapService VERBOSE"
184 public BluetoothPbapService() { method in class:BluetoothPbapService
214 Log.w(TAG, "Stopping BluetoothPbapService: "
545 synchronized (BluetoothPbapService.this) {
798 synchronized (BluetoothPbapService.this) {

Completed in 57 milliseconds