Searched refs:isKeyguard (Results 1 – 3 of 3) sorted by relevance
229 if (isKeyguard(getOwnerString())) { in statsClient()508 if (isKeyguard(currentClient)) {979 if (isKeyguard(opPackageName)) { in canUseBiometric()1010 private boolean isKeyguard(String clientPackage) { in isKeyguard() method in BiometricServiceBase1160 if (!isKeyguard(clientPackage) && isWorkProfile(userId)) { in getUserOrWorkProfileId()
235 boolean isKeyguard = newState == StatusBarState.KEYGUARD; in onStateChanged()237 if (wasKeyguard && !isKeyguard && mKeysToRemoveWhenLeavingKeyguard.size() != 0) { in onStateChanged()
1039 final boolean isKeyguard = (win.getAttrs().privateFlags & PRIVATE_FLAG_KEYGUARD) != 0; in selectAnimationLw()1042 if (isKeyguard || expanded) { in selectAnimationLw()