Home
last modified time | relevance | path

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

/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/avrcpcontroller/
H A DAvrcpControllerStateMachine.java962 private boolean shouldAbort(int currentScope, int fetchScope) { in shouldAbort() argument
963 if ((currentScope == fetchScope) in shouldAbort()
965 && fetchScope == AvrcpControllerService.BROWSE_SCOPE_PLAYER_LIST)) { in shouldAbort()