Searched defs:stopAvrcpUpdates (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/a2dpsink/
H A DA2dpSinkStreamHandler.java117 stopAvrcpUpdates();
130 stopAvrcpUpdates();
144 stopAvrcpUpdates();
150 stopAvrcpUpdates();
257 private void stopAvrcpUpdates() { method in class:A2dpSinkStreamHandler
262 Log.d(TAG, "stopAvrcpUpdates");
265 avrcpService.stopAvrcpUpdates();
267 Log.e(TAG, "stopAvrcpUpdates failed because of connection.");
/packages/apps/Bluetooth/src/com/android/bluetooth/avrcpcontroller/
H A DAvrcpControllerService.java347 public void stopAvrcpUpdates() { method in class:AvrcpControllerService

Completed in 36 milliseconds