Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/pbap/
DBluetoothPbapObexServerTest.java480 mServer.setCurrentPath(BluetoothPbapObexServer.CCH_PATH); in testOnGet_whenNameIsNotSet_andTypeIsListing_success()
515 mServer.setCurrentPath(BluetoothPbapObexServer.CCH_PATH); in testOnGet_whenNameIsNotSet_andTypeIsPb_success()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/pbap/
DBluetoothPbapObexServer.java143 @VisibleForTesting public static final String CCH_PATH = "/telecom/cch"; field in BluetoothPbapObexServer
508 } else if (mCurrentPath.equals(CCH_PATH) in onGet()