Home
last modified time | relevance | path

Searched refs:BiometricNotificationService (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/dagger/
H A DSystemUICoreStartableModule.kt27 import com.android.systemui.biometrics.BiometricNotificationService
92 @ClassKey(BiometricNotificationService::class)
94 service: BiometricNotificationService
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/biometrics/
H A DBiometricNotificationServiceTest.java90 private BiometricNotificationService mBiometricNotificationService;
110 new BiometricNotificationService(mContext, in setUp()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
H A DBiometricNotificationService.java58 public class BiometricNotificationService implements CoreStartable { class
143 public BiometricNotificationService(@NonNull Context context, in BiometricNotificationService() method in BiometricNotificationService