Home
last modified time | relevance | path

Searched refs:PB_PATH (Results 1 – 4 of 4) sorted by relevance

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/pbapclient/
DPbapClientConnectionHandler.java114 public static final String PB_PATH = "telecom/pb.vcf"; field in PbapClientConnectionHandler
252 downloadContacts(PB_PATH); in handleMessage()
386 if (PB_PATH.equals(path)) { in downloadContacts()
DPhonebookPullRequest.java41 path = PbapClientConnectionHandler.PB_PATH; in PhonebookPullRequest()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/pbap/
DBluetoothPbapObexServerTest.java436 mServer.setCurrentPath(BluetoothPbapObexServer.PB_PATH); in testOnGet_whenAppParamIsInvalid()
452 mServer.setCurrentPath(BluetoothPbapObexServer.PB_PATH); in testOnGet_whenTypeIsInvalid()
483 mServer.setCurrentPath(BluetoothPbapObexServer.PB_PATH); in testOnGet_whenNameIsNotSet_andTypeIsListing_success()
518 mServer.setCurrentPath(BluetoothPbapObexServer.PB_PATH); in testOnGet_whenNameIsNotSet_andTypeIsPb_success()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/pbap/
DBluetoothPbapObexServer.java145 @VisibleForTesting public static final String PB_PATH = "/telecom/pb"; field in BluetoothPbapObexServer
494 if (mCurrentPath.equals(PB_PATH)) { in onGet()