Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/bluetooth/le/
DScanSettings.java205 long reportDelayMillis, int matchMode, in ScanSettings() argument
212 mMatchMode = matchMode; in ScanSettings()
371 public Builder setMatchMode(int matchMode) { in setMatchMode() argument
372 if (matchMode < MATCH_MODE_AGGRESSIVE in setMatchMode()
373 || matchMode > MATCH_MODE_STICKY) { in setMatchMode()
374 throw new IllegalArgumentException("invalid matchMode " + matchMode); in setMatchMode()
376 mMatchMode = matchMode; in setMatchMode()
/frameworks/base/services/core/java/com/android/server/am/
DActivityStackSupervisor.java776 TaskRecord anyTaskForIdLocked(int id, @AnyTaskForIdMatchTaskMode int matchMode) { in anyTaskForIdLocked() argument
777 return anyTaskForIdLocked(id, matchMode, null, !ON_TOP); in anyTaskForIdLocked()
787 TaskRecord anyTaskForIdLocked(int id, @AnyTaskForIdMatchTaskMode int matchMode, in anyTaskForIdLocked() argument
790 if (matchMode != MATCH_TASK_IN_STACKS_OR_RECENT_TASKS_AND_RESTORE && aOptions != null) { in anyTaskForIdLocked()
820 if (matchMode == MATCH_TASK_IN_STACKS_ONLY) { in anyTaskForIdLocked()
837 if (matchMode == MATCH_TASK_IN_STACKS_OR_RECENT_TASKS) { in anyTaskForIdLocked()