Home
last modified time | relevance | path

Searched refs:FAV_PATH (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/pbapclient/
DPbapClientConnectionHandler.java111 public static final String FAV_PATH = "telecom/fav.vcf"; field in PbapClientConnectionHandler
256 downloadContacts(FAV_PATH); in handleMessage()
422 if (path == FAV_PATH) { in downloadContacts()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/pbap/
DBluetoothPbapObexServerTest.java483 mServer.setCurrentPath(BluetoothPbapObexServer.FAV_PATH); in testOnGet_whenNameIsNotSet_andTypeIsListing_success()
518 mServer.setCurrentPath(BluetoothPbapObexServer.FAV_PATH); in testOnGet_whenNameIsNotSet_andTypeIsPb_success()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/pbap/
DBluetoothPbapObexServer.java174 public static final String FAV_PATH = "/telecom/fav"; field in BluetoothPbapObexServer
503 } else if (mCurrentPath.equals(FAV_PATH)) { in onGet()