Searched refs:PB_PATH (Results 1 – 4 of 4) sorted by relevance
114 public static final String PB_PATH = "telecom/pb.vcf"; field in PbapClientConnectionHandler252 downloadContacts(PB_PATH); in handleMessage()386 if (PB_PATH.equals(path)) { in downloadContacts()
41 path = PbapClientConnectionHandler.PB_PATH; in PhonebookPullRequest()
436 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()
145 @VisibleForTesting public static final String PB_PATH = "/telecom/pb"; field in BluetoothPbapObexServer494 if (mCurrentPath.equals(PB_PATH)) { in onGet()