Home
last modified time | relevance | path

Searched refs:onSaveState (Results 1 – 8 of 8) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
H A DAuthBiometricViewAdapter.kt45 fun onSaveState(bundle: Bundle?) regex
H A DAuthDialog.java152 void onSaveState(@NonNull Bundle outState); in onSaveState() method
H A DAuthContainerView.java790 public void onSaveState(@NonNull Bundle outState) {
800 mBiometricView.onSaveState(outState);
H A DAuthBiometricView.java651 public void onSaveState(@NonNull Bundle outState) { in onSaveState() method in AuthBiometricView
H A DAuthController.java1290 mCurrentDialog.onSaveState(savedState); in onConfigurationChanged()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/biometrics/
H A DAuthBiometricFingerprintViewTest.kt239 biometricView.onSaveState(state)
H A DAuthControllerTest.java705 }).when(mDialog1).onSaveState(any()); in testConfigurationPersists_whenOnConfigurationChanged()
710 verify(mDialog1).onSaveState(captor.capture()); in testConfigurationPersists_whenOnConfigurationChanged()
735 }).when(mDialog1).onSaveState(any()); in testConfigurationPersists_whenBiometricFallbackToCredential()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/ui/binder/
H A DBiometricViewBinder.kt604 override fun onSaveState(bundle: Bundle?) {