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"
189 public BluetoothPbapService() { method in class:BluetoothPbapService
219 Log.w(TAG, "Stopping BluetoothPbapService: "
593 synchronized (BluetoothPbapService.this) {
883 synchronized (BluetoothPbapService.this) {

Completed in 25 milliseconds