Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/bluetooth/le/
H A DScanSettings.java215 long reportDelayMillis, int matchMode, in ScanSettings() argument
222 mMatchMode = matchMode; in ScanSettings()
390 public Builder setMatchMode(int matchMode) { in setMatchMode() argument
391 if (matchMode < MATCH_MODE_AGGRESSIVE in setMatchMode()
392 || matchMode > MATCH_MODE_STICKY) { in setMatchMode()
393 throw new IllegalArgumentException("invalid matchMode " + matchMode); in setMatchMode()
395 mMatchMode = matchMode; in setMatchMode()
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
H A DAppScanStats.java88 public int matchMode; field in AppScanStats.LastScan
93 long reportDelayMillis, int numOfMatchesPerFilter, int matchMode) { in LastScan() argument
109 this.matchMode = matchMode; in LastScan()
540 private static String matchModeToString(int matchMode) { in matchModeToString() argument
541 switch (matchMode) { in matchModeToString()
547 return "UNKNOWN[" + matchMode + "]"; in matchModeToString()
673 + matchModeToString(scan.matchMode) + " ]"); in dumpToString()
728 + matchModeToString(scan.matchMode) + " ]"); in dumpToString()
/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DRootWindowContainer.java3479 Task anyTaskForId(int id, @RootWindowContainer.AnyTaskForIdMatchTaskMode int matchMode) {
3480 return anyTaskForId(id, matchMode, null, !ON_TOP);
3491 Task anyTaskForId(int id, @RootWindowContainer.AnyTaskForIdMatchTaskMode int matchMode,
3494 if (matchMode != MATCH_ATTACHED_TASK_OR_RECENT_TASKS_AND_RESTORE && aOptions != null) {
3521 if (matchMode == MATCH_ATTACHED_TASK_ONLY) {
3538 if (matchMode == MATCH_ATTACHED_TASK_OR_RECENT_TASKS) {
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...