Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/pbap/
DBluetoothPbapObexServerTest.java405 mServer.setCurrentPath(BluetoothPbapObexServer.TELECOM_PATH); in testOnGet_whenNameIsNotSet_andCurrentPathIsTelecom_andTypeIsListing()
421 mServer.setCurrentPath(ILLEGAL_PATH); in testOnGet_whenNameIsNotSet_andCurrentPathIsInvalid()
436 mServer.setCurrentPath(BluetoothPbapObexServer.PB_PATH); in testOnGet_whenAppParamIsInvalid()
452 mServer.setCurrentPath(BluetoothPbapObexServer.PB_PATH); in testOnGet_whenTypeIsInvalid()
471 mServer.setCurrentPath(BluetoothPbapObexServer.ICH_PATH); in testOnGet_whenNameIsNotSet_andTypeIsListing_success()
474 mServer.setCurrentPath(BluetoothPbapObexServer.OCH_PATH); in testOnGet_whenNameIsNotSet_andTypeIsListing_success()
477 mServer.setCurrentPath(BluetoothPbapObexServer.MCH_PATH); in testOnGet_whenNameIsNotSet_andTypeIsListing_success()
480 mServer.setCurrentPath(BluetoothPbapObexServer.CCH_PATH); in testOnGet_whenNameIsNotSet_andTypeIsListing_success()
483 mServer.setCurrentPath(BluetoothPbapObexServer.PB_PATH); in testOnGet_whenNameIsNotSet_andTypeIsListing_success()
486 mServer.setCurrentPath(BluetoothPbapObexServer.FAV_PATH); in testOnGet_whenNameIsNotSet_andTypeIsListing_success()
[all …]
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/pbap/
DBluetoothPbapObexServer.java1840 public void setCurrentPath(String path) { in setCurrentPath() method in BluetoothPbapObexServer