Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/avrcpcontroller/
DAvrcpControllerStateMachine.java1046 private boolean shouldAbort(int currentScope, int fetchScope) { in shouldAbort() argument
1047 if ((currentScope == fetchScope) in shouldAbort()
1049 && fetchScope == AvrcpControllerService.BROWSE_SCOPE_PLAYER_LIST)) { in shouldAbort()