Home
last modified time | relevance | path

Searched refs:OCH_PATH (Results 1 – 5 of 5) sorted by relevance

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/pbapclient/
DCallLogPullRequestTest.java152 final String path = PbapClientConnectionHandler.OCH_PATH; in onPullComplete_success()
181 final String path = PbapClientConnectionHandler.OCH_PATH; in updateTimesContacted_cursorIsClosed()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/pbapclient/
DPbapClientConnectionHandler.java118 public static final String OCH_PATH = "telecom/och.vcf"; field in PbapClientConnectionHandler
261 downloadCallLog(OCH_PATH, callCounter); in handleMessage()
DCallLogPullRequest.java73 } else if (path.equals(PbapClientConnectionHandler.OCH_PATH)) { in onPullComplete()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/pbap/
DBluetoothPbapObexServerTest.java474 mServer.setCurrentPath(BluetoothPbapObexServer.OCH_PATH); in testOnGet_whenNameIsNotSet_andTypeIsListing_success()
509 mServer.setCurrentPath(BluetoothPbapObexServer.OCH_PATH); in testOnGet_whenNameIsNotSet_andTypeIsPb_success()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/pbap/
DBluetoothPbapObexServer.java139 @VisibleForTesting public static final String OCH_PATH = "/telecom/och"; field in BluetoothPbapObexServer
501 } else if (mCurrentPath.equals(OCH_PATH) in onGet()