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.java115 public static final String FAV_PATH = "telecom/fav.vcf"; field in PbapClientConnectionHandler
249 downloadContacts(FAV_PATH); in handleMessage()
410 if (path == FAV_PATH) { in downloadContacts()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/pbap/
DBluetoothPbapObexServerTest.java486 mServer.setCurrentPath(BluetoothPbapObexServer.FAV_PATH); in testOnGet_whenNameIsNotSet_andTypeIsListing_success()
521 mServer.setCurrentPath(BluetoothPbapObexServer.FAV_PATH); in testOnGet_whenNameIsNotSet_andTypeIsPb_success()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/pbap/
DBluetoothPbapObexServer.java147 @VisibleForTesting public static final String FAV_PATH = "/telecom/fav"; field in BluetoothPbapObexServer
496 } else if (mCurrentPath.equals(FAV_PATH)) { in onGet()