Searched refs:FAV_PATH (Results 1 – 3 of 3) sorted by relevance
115 public static final String FAV_PATH = "telecom/fav.vcf"; field in PbapClientConnectionHandler249 downloadContacts(FAV_PATH); in handleMessage()410 if (path == FAV_PATH) { in downloadContacts()
486 mServer.setCurrentPath(BluetoothPbapObexServer.FAV_PATH); in testOnGet_whenNameIsNotSet_andTypeIsListing_success()521 mServer.setCurrentPath(BluetoothPbapObexServer.FAV_PATH); in testOnGet_whenNameIsNotSet_andTypeIsPb_success()
147 @VisibleForTesting public static final String FAV_PATH = "/telecom/fav"; field in BluetoothPbapObexServer496 } else if (mCurrentPath.equals(FAV_PATH)) { in onGet()