Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/pbapclient/
DCallLogPullRequestTest.java78 final String path = PbapClientConnectionHandler.ICH_PATH; in testToString()
87 final String path = PbapClientConnectionHandler.ICH_PATH; in onPullComplete_whenResultsAreNull()
114 final String path = PbapClientConnectionHandler.ICH_PATH; in onPullComplete_whenResultsAreEmpty()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/pbapclient/
DPbapClientConnectionHandler.java117 public static final String ICH_PATH = "telecom/ich.vcf"; field in PbapClientConnectionHandler
260 downloadCallLog(ICH_PATH, callCounter); in handleMessage()
DCallLogPullRequest.java71 if (path.equals(PbapClientConnectionHandler.ICH_PATH)) { in onPullComplete()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/pbap/
DBluetoothPbapObexServerTest.java471 mServer.setCurrentPath(BluetoothPbapObexServer.ICH_PATH); in testOnGet_whenNameIsNotSet_andTypeIsListing_success()
506 mServer.setCurrentPath(BluetoothPbapObexServer.ICH_PATH); in testOnGet_whenNameIsNotSet_andTypeIsPb_success()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/pbap/
DBluetoothPbapObexServer.java137 @VisibleForTesting public static final String ICH_PATH = "/telecom/ich"; field in BluetoothPbapObexServer
498 } else if (mCurrentPath.equals(ICH_PATH) in onGet()