Home
last modified time | relevance | path

Searched refs:onUserSwitched (Results 1 – 12 of 12) sorted by relevance

/packages/apps/Nfc/src/com/android/nfc/cardemulation/
DCardEmulationManager.java152 public void onUserSwitched(int userId) { in onUserSwitched() method in CardEmulationManager
155 mPreferredServices.onUserSwitched(userId); in onUserSwitched()
157 mHostNfcFEmulationManager.onUserSwitched(); in onUserSwitched()
158 mT3tIdentifiersCache.onUserSwitched(); in onUserSwitched()
159 mEnabledNfcFServices.onUserSwitched(userId); in onUserSwitched()
160 mNfcFServicesCache.onUserSwitched(); in onUserSwitched()
DEnabledNfcFServices.java209 public void onUserSwitched(int userId) { in onUserSwitched() method in EnabledNfcFServices
DRegisteredT3tIdentifiersCache.java206 public void onUserSwitched() { in onUserSwitched() method in RegisteredT3tIdentifiersCache
DPreferredServices.java360 public void onUserSwitched(int userId) { in onUserSwitched() method in PreferredServices
DHostNfcFEmulationManager.java174 public void onUserSwitched() { in onUserSwitched() method in HostNfcFEmulationManager
DRegisteredNfcFServicesCache.java701 public void onUserSwitched() { in onUserSwitched() method in RegisteredNfcFServicesCache
/packages/apps/Car/SystemUI/src/com/android/systemui/car/
DCarDeviceProvisionedControllerImpl.java103 public void onUserSwitched(int newUserId) { in onUserSwitched() method in CarDeviceProvisionedControllerImpl
104 super.onUserSwitched(newUserId); in onUserSwitched()
DCarDeviceProvisionedListener.java27 default void onUserSwitched() { in onUserSwitched() method
/packages/apps/Car/SystemUI/tests/src/com/android/systemui/car/systembar/
DCarSystemBarTest.java166 deviceProvisionedCallbackCaptor.getValue().onUserSwitched(); in restartNavbars_refreshesTaskChanged()
186 deviceProvisionedCallbackCaptor.getValue().onUserSwitched(); in restartNavBars_newUserNotSetupWithKeyguardShowing_showsKeyguardButtons()
205 deviceProvisionedCallbackCaptor.getValue().onUserSwitched(); in restartNavbars_newUserIsSetupWithKeyguardHidden_showsNavigationButtons()
/packages/apps/Car/SystemUI/src/com/android/systemui/car/systembar/
DCarSystemBar.java240 public void onUserSwitched() { in start()
/packages/apps/Nfc/src/com/android/nfc/
DP2pLinkManager.java509 public void onUserSwitched(int userId) { in onUserSwitched() method in P2pLinkManager
DNfcService.java3186 mP2pLinkManager.onUserSwitched(getUserId());
3189 mCardEmulationManager.onUserSwitched(getUserId());