Searched refs:EMPTY_SET (Results 1 – 18 of 18) sorted by relevance
227 return Collections.EMPTY_SET; in getSupportedAxes()235 return Collections.EMPTY_SET; in getSupportedAxes()251 return Collections.EMPTY_SET; in getSupportedAxes()256 return Collections.EMPTY_SET; in getSupportedAxes()
73 mContext, QS_TILE_SPECS_REVEALED, Collections.EMPTY_SET); in updateRevealedTiles()87 Prefs.getStringSet(mContext, QS_TILE_SPECS_REVEALED, Collections.EMPTY_SET)); in addTileSpecsToRevealed()
104 var authenticators = Authenticators.EMPTY_SET in extractAuthenticatorTypes()114 else -> Authenticators.EMPTY_SET in extractAuthenticatorTypes()
21 import static java.util.Collections.EMPTY_SET;224 return mReportedChanges.getOrDefault(uid, EMPTY_SET).contains(report); in isAlreadyReported()
1368 mPromptInfo.getAuthenticators() != Authenticators.EMPTY_SET, in authenticate()1386 if (authenticators == Authenticators.EMPTY_SET) { in authenticate()1433 mPromptInfo.getAuthenticators() != Authenticators.EMPTY_SET, in authenticate()1509 if (promptInfo.getAuthenticators() == Authenticators.EMPTY_SET) { in authenticateInternal()
155 int EMPTY_SET = 0x0000; field446 false /* isAllowedAuthenticatorsSet */, Authenticators.EMPTY_SET, result); in canAuthenticate()
255 if (biometricBits == Authenticators.EMPTY_SET in isValidAuthenticatorConfig()459 return Authenticators.EMPTY_SET; in getCurrentStrength()
871 return Authenticators.EMPTY_SET;
213 public static final Set<Integer> MATCH_NONE = Collections.EMPTY_SET;
156 assertTrue(Utils.isValidAuthenticatorConfig(Authenticators.EMPTY_SET)); in testIsValidAuthenticatorConfig()
1525 {Authenticators.BIOMETRIC_WEAK, Authenticators.EMPTY_SET, in testAuthenticatorActualStrength()
176 prepareCameraPrivacyLightController(List.of(getNextLight(true)), Collections.EMPTY_SET, in testNoInteractionsWithServicesIfNoColorsSpecified()
91 private static final ArraySet<PackageInfo> EMPTY_SET = new ArraySet<>(); field in SensitiveContentProtectionManagerServiceNotificationTest
1768 return Collections.EMPTY_SET; in getAcceptedRtpHeaderExtensions()
594 assertEquals(Collections.EMPTY_SET, in testSimStateChangedSimStateReadyThenLoaded()
1420 return Collections.EMPTY_SET; in applyRestoredPayload()
4888 …sion(android.Manifest.permission.WRITE_DEVICE_CONFIG) public static final int EMPTY_SET = 0; // 0x0
47987 field public static final java.util.Set EMPTY_SET;