Home
last modified time | relevance | path

Searched refs:MCH_PATH (Results 1 – 6 of 6) sorted by relevance

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/pbapclient/
DPbapParserTest.java77 PbapClientConnectionHandler.MCH_PATH, in testNoTimestamp()
104 PbapClientConnectionHandler.MCH_PATH, in testMissedCall()
130 PbapClientConnectionHandler.MCH_PATH, in testUnknownCall()
DCallLogPullRequestTest.java128 final String path = PbapClientConnectionHandler.MCH_PATH; in onPullComplete_whenThereIsNoPhoneProperty()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/pbapclient/
DPbapClientConnectionHandler.java116 public static final String MCH_PATH = "telecom/mch.vcf"; field in PbapClientConnectionHandler
259 downloadCallLog(MCH_PATH, callCounter); in handleMessage()
DCallLogPullRequest.java75 } else if (path.equals(PbapClientConnectionHandler.MCH_PATH)) { in onPullComplete()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/pbap/
DBluetoothPbapObexServerTest.java477 mServer.setCurrentPath(BluetoothPbapObexServer.MCH_PATH); in testOnGet_whenNameIsNotSet_andTypeIsListing_success()
512 mServer.setCurrentPath(BluetoothPbapObexServer.MCH_PATH); in testOnGet_whenNameIsNotSet_andTypeIsPb_success()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/pbap/
DBluetoothPbapObexServer.java141 @VisibleForTesting public static final String MCH_PATH = "/telecom/mch"; field in BluetoothPbapObexServer
504 } else if (mCurrentPath.equals(MCH_PATH) in onGet()