Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/bass_client/
DBassClientService.java213 SourceSyncRequest(ScanResult scanResult, boolean hasPriority) { in SourceSyncRequest() argument
215 this.mHasPriority = hasPriority; in SourceSyncRequest()
226 public boolean hasPriority() { in hasPriority() method in BassClientService.SourceSyncRequest
245 if (ssr1.hasPriority() && !ssr2.hasPriority()) {
247 } else if (!ssr1.hasPriority() && ssr2.hasPriority()) {
2206 void addSelectSourceRequest(ScanResult scanRes, boolean hasPriority) { in addSelectSourceRequest() argument
2212 + hasPriority); in addSelectSourceRequest()
2221 mSourceSyncRequestsQueue.add(new SourceSyncRequest(scanRes, hasPriority)); in addSelectSourceRequest()