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

/packages/apps/Bluetooth/src/com/android/bluetooth/pbapclient/
H A DBluetoothPbapRequestSetPath.java27 final class BluetoothPbapRequestSetPath extends BluetoothPbapRequest { class in inherits:BluetoothPbapRequest
29 private final static String TAG = "BluetoothPbapRequestSetPath";
37 public BluetoothPbapRequestSetPath(String name) { method in class:BluetoothPbapRequestSetPath
42 public BluetoothPbapRequestSetPath(boolean goUp) { method in class:BluetoothPbapRequestSetPath
H A DBluetoothPbapClient.java417 } else if (req instanceof BluetoothPbapRequestSetPath) {
450 } else if (req instanceof BluetoothPbapRequestSetPath) {
574 BluetoothPbapRequest req = new BluetoothPbapRequestSetPath(false);
587 BluetoothPbapRequest req = new BluetoothPbapRequestSetPath(true);
601 BluetoothPbapRequest req = new BluetoothPbapRequestSetPath(folder);

Completed in 168 milliseconds