Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DKeyguardBottomAreaView.java150 private QuickAccessWalletController mQuickAccessWalletController; field in KeyguardBottomAreaView
383 if (mQuickAccessWalletController != null) { in onDetachedFromWindow()
384 mQuickAccessWalletController.unregisterWalletChangeObservers( in onDetachedFromWindow()
521 || mQuickAccessWalletController == null in updateWalletVisibility()
522 || !mQuickAccessWalletController.isWalletEnabled() in updateWalletVisibility()
781 if (mQuickAccessWalletController != null) { in onKeyguardShowingChanged()
782 mQuickAccessWalletController.queryWalletCards(mCardRetriever); in onKeyguardShowingChanged()
1041 mQuickAccessWalletController = controller; in initWallet()
1042 mQuickAccessWalletController.setupWalletChangeObservers( in initWallet()
1044 mQuickAccessWalletController.updateWalletPreference(); in initWallet()
[all …]
H A DNotificationPanelViewController.java300 private final QuickAccessWalletController mQuickAccessWalletController; field in NotificationPanelViewController
731 mQuickAccessWalletController = quickAccessWalletController; in NotificationPanelViewController()
1175 mKeyguardBottomArea.initWallet(mQuickAccessWalletController); in initBottomArea()
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
H A DNotificationPanelViewControllerTest.java294 private QuickAccessWalletController mQuickAccessWalletController; field in NotificationPanelViewControllerTest
445 mQuickAccessWalletController, in setup()