Home
last modified time | relevance | path

Searched refs:TELECOM_PATH (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/pbap/
DBluetoothPbapObexServerTest.java343 request.setHeader(HeaderSet.NAME, BluetoothPbapObexServer.TELECOM_PATH); in testOnSetPath_success()
405 mServer.setCurrentPath(BluetoothPbapObexServer.TELECOM_PATH); in testOnGet_whenNameIsNotSet_andCurrentPathIsTelecom_andTypeIsListing()
503 mServer.setCurrentPath(BluetoothPbapObexServer.TELECOM_PATH); in testOnGet_whenNameIsNotSet_andTypeIsPb_success()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/pbap/
DBluetoothPbapObexServer.java135 @VisibleForTesting public static final String TELECOM_PATH = "/telecom"; field in BluetoothPbapObexServer
511 } else if (mCurrentPath.equals(TELECOM_PATH) in onGet()