Home
last modified time | relevance | path

Searched refs:NO_DEVICE_CONNECTED (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/avrcpcontroller/
DBluetoothMediaBrowserService.java155 public static final byte NO_DEVICE_CONNECTED = 0x02; field in BluetoothMediaBrowserService.BrowseResult
176 case NO_DEVICE_CONNECTED: in getStatusString()
DAvrcpControllerService.java335 return new BrowseResult(null, BrowseResult.NO_DEVICE_CONNECTED); in getContents()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/avrcpcontroller/
DAvrcpControllerServiceTest.java231 assertThat(result.getStatus()).isEqualTo(BrowseResult.NO_DEVICE_CONNECTED); in getContentsNoDeviceConnected_returnNoDeviceConnectedStatus()