Searched refs:allowedModes (Results 1 – 5 of 5) sorted by relevance
514 SLuint32 allowedModes = ANDROID_PERFORMANCE_MODE_ALL; in checkAndSetPerformanceModePre() local540 allowedModes &= ~ANDROID_PERFORMANCE_MODE_LATENCY; in checkAndSetPerformanceModePre()566 allowedModes &= ~ANDROID_PERFORMANCE_MODE_LATENCY_EFFECTS; in checkAndSetPerformanceModePre()573 (allowedModes & in checkAndSetPerformanceModePre()601 if ((allowedModes & ANDROID_PERFORMANCE_MODE_LATENCY) == 0) { in checkAndSetPerformanceModePre()606 if ((allowedModes & ANDROID_PERFORMANCE_MODE_LATENCY_EFFECTS) == 0) { in checkAndSetPerformanceModePre()
1512 SLuint32 allowedModes = ANDROID_PERFORMANCE_MODE_ALL; in checkAndSetPerformanceModePre() local1541 allowedModes &= in checkAndSetPerformanceModePre()1548 (allowedModes & in checkAndSetPerformanceModePre()1581 if ((allowedModes & ANDROID_PERFORMANCE_MODE_LATENCY) == 0) { in checkAndSetPerformanceModePre()1586 if ((allowedModes & ANDROID_PERFORMANCE_MODE_LATENCY_EFFECTS) == 0) { in checkAndSetPerformanceModePre()
7369 final Set<Integer> allowedModes = Set.of(PASSWORD_COMPLEXITY_NONE, PASSWORD_COMPLEXITY_LOW, in testSetRequiredPasswordComplexity_validValuesOnly() local7371 for (int complexity : allowedModes) { in testSetRequiredPasswordComplexity_validValuesOnly()7384 final Set<Integer> allowedModes = Set.of(PASSWORD_COMPLEXITY_NONE, PASSWORD_COMPLEXITY_LOW, in testSetRequiredPasswordComplexity_setAndGet() local7386 for (int complexity : allowedModes) { in testSetRequiredPasswordComplexity_setAndGet()7402 final Set<Integer> allowedModes = Set.of(PASSWORD_COMPLEXITY_NONE, PASSWORD_COMPLEXITY_LOW, in testSetRequiredPasswordComplexityOnParent_setAndGet() local7404 for (int complexity : allowedModes) { in testSetRequiredPasswordComplexityOnParent_setAndGet()
4836 final Set<Integer> allowedModes = Set.of(PASSWORD_COMPLEXITY_NONE, PASSWORD_COMPLEXITY_LOW,4838 Preconditions.checkArgument(allowedModes.contains(passwordComplexity),
2567 Ljava/lang/invoke/MethodHandles$Lookup;->allowedModes:I