Searched refs:hasSfps (Results 1 – 7 of 7) sorted by relevance
49 assertThat(hasSfps).isFalse() in hasUdfps()59 fun hasSfps() { in hasSfps() method69 assertThat(hasSfps).isTrue() in hasSfps()
37 val hasSfps: Boolean constant in com.android.systemui.biometrics.shared.model.BiometricModalities
283 private void setupWithSensor(boolean hasSfps, boolean initialized) throws Exception { in setupWithSensor() argument286 when(mFingerprintManager.isPowerbuttonFps()).thenReturn(hasSfps); in setupWithSensor()297 if (hasSfps) { in setupWithSensor()
165 val rawResources = viewModel.iconViewModel.getRawAssets(modalities.hasSfps) in <lambda>()599 if (modalities.hasSfps) { in getHelpForSuccessfulAuthentication()
664 fun getRawAssets(hasSfps: Boolean): List<Int> { in <lambda>()665 return if (hasSfps) { in <lambda>()
239 modalities.hasSfps && in <lambda>()
1103 if (testCase.modalities.hasSfps) { in <lambda>()