Home
last modified time | relevance | path

Searched refs:BluetoothPbapRequestSetPath (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/pbapclient/
DBluetoothPbapRequestSetPath.java27 final class BluetoothPbapRequestSetPath extends BluetoothPbapRequest { class
37 public BluetoothPbapRequestSetPath(String name) { in BluetoothPbapRequestSetPath() method in BluetoothPbapRequestSetPath
42 public BluetoothPbapRequestSetPath(boolean goUp) { in BluetoothPbapRequestSetPath() method in BluetoothPbapRequestSetPath
DBluetoothPbapClient.java417 } else if (req instanceof BluetoothPbapRequestSetPath) { in handleMessage()
450 } else if (req instanceof BluetoothPbapRequestSetPath) { in handleMessage()
574 BluetoothPbapRequest req = new BluetoothPbapRequestSetPath(false); in setPhoneBookFolderRoot()
587 BluetoothPbapRequest req = new BluetoothPbapRequestSetPath(true); in setPhoneBookFolderUp()
601 BluetoothPbapRequest req = new BluetoothPbapRequestSetPath(folder); in setPhoneBookFolderDown()