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

/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
H A DBluetoothPbapService.java81 public class BluetoothPbapService extends ProfileService implements IObexConnectionHandler { class in inherits:ProfileService,IObexConnectionHandler
82 private static final String TAG = "BluetoothPbapService";
87 * "setprop log.tag.BluetoothPbapService DEBUG"; enable both VERBOSE and
88 * DEBUG log: "setprop log.tag.BluetoothPbapService VERBOSE"
241 public BluetoothPbapService() { method in class:BluetoothPbapService
561 synchronized (BluetoothPbapService.this) {
764 deleteIntent.setClass(this, BluetoothPbapService.class);
878 private BluetoothPbapService mService;
880 private BluetoothPbapService getService(String perm) {
892 PbapBinder(BluetoothPbapService servic
[all...]

Completed in 166 milliseconds