Searched refs:allowedModes (Results 1 – 4 of 4) sorted by relevance
478 SLuint32 allowedModes = ANDROID_PERFORMANCE_MODE_ALL; in checkAndSetPerformanceModePre() local504 allowedModes &= ~ANDROID_PERFORMANCE_MODE_LATENCY; in checkAndSetPerformanceModePre()530 allowedModes &= ~ANDROID_PERFORMANCE_MODE_LATENCY_EFFECTS; in checkAndSetPerformanceModePre()537 (allowedModes & in checkAndSetPerformanceModePre()565 if ((allowedModes & ANDROID_PERFORMANCE_MODE_LATENCY) == 0) { in checkAndSetPerformanceModePre()570 if ((allowedModes & ANDROID_PERFORMANCE_MODE_LATENCY_EFFECTS) == 0) { in checkAndSetPerformanceModePre()
1468 SLuint32 allowedModes = ANDROID_PERFORMANCE_MODE_ALL; in checkAndSetPerformanceModePre() local1497 allowedModes &= in checkAndSetPerformanceModePre()1504 (allowedModes & in checkAndSetPerformanceModePre()1537 if ((allowedModes & ANDROID_PERFORMANCE_MODE_LATENCY) == 0) { in checkAndSetPerformanceModePre()1542 if ((allowedModes & ANDROID_PERFORMANCE_MODE_LATENCY_EFFECTS) == 0) { in checkAndSetPerformanceModePre()
7569 final Set<Integer> allowedModes = Set.of(PASSWORD_COMPLEXITY_NONE, PASSWORD_COMPLEXITY_LOW, in testSetRequiredPasswordComplexity_validValuesOnly() local7571 for (int complexity : allowedModes) { in testSetRequiredPasswordComplexity_validValuesOnly()7584 final Set<Integer> allowedModes = Set.of(PASSWORD_COMPLEXITY_NONE, PASSWORD_COMPLEXITY_LOW, in testSetRequiredPasswordComplexity_setAndGet() local7586 for (int complexity : allowedModes) { in testSetRequiredPasswordComplexity_setAndGet()7602 final Set<Integer> allowedModes = Set.of(PASSWORD_COMPLEXITY_NONE, PASSWORD_COMPLEXITY_LOW, in testSetRequiredPasswordComplexityOnParent_setAndGet() local7604 for (int complexity : allowedModes) { in testSetRequiredPasswordComplexityOnParent_setAndGet()
4729 final Set<Integer> allowedModes = Set.of(PASSWORD_COMPLEXITY_NONE, PASSWORD_COMPLEXITY_LOW,4731 Preconditions.checkArgument(allowedModes.contains(passwordComplexity),