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

/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
H A DBluetoothPbapService.java71 public class BluetoothPbapService extends Service { class in inherits:Service
72 private static final String TAG = "BluetoothPbapService";
77 * "setprop log.tag.BluetoothPbapService DEBUG"; enable both VERBOSE and
78 * DEBUG log: "setprop log.tag.BluetoothPbapService VERBOSE"
191 public BluetoothPbapService() { method in class:BluetoothPbapService
221 Log.w(TAG, "Stopping BluetoothPbapService: "
596 synchronized (BluetoothPbapService.this) {
886 synchronized (BluetoothPbapService.this) {

Completed in 197 milliseconds