Home
last modified time | relevance | path

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

/packages/apps/Nfc/src/com/android/nfc/cardemulation/
DCardEmulationManager.java139 public void onUserSwitched(int userId) { in onUserSwitched() method in CardEmulationManager
142 mPreferredServices.onUserSwitched(userId); in onUserSwitched()
144 mHostNfcFEmulationManager.onUserSwitched(); in onUserSwitched()
145 mT3tIdentifiersCache.onUserSwitched(); in onUserSwitched()
146 mEnabledNfcFServices.onUserSwitched(userId); in onUserSwitched()
DEnabledNfcFServices.java207 public void onUserSwitched(int userId) { in onUserSwitched() method in EnabledNfcFServices
DRegisteredT3tIdentifiersCache.java191 public void onUserSwitched() { in onUserSwitched() method in RegisteredT3tIdentifiersCache
DPreferredServices.java354 public void onUserSwitched(int userId) { in onUserSwitched() method in PreferredServices
DHostNfcFEmulationManager.java170 public void onUserSwitched() { in onUserSwitched() method in HostNfcFEmulationManager
/packages/apps/Nfc/src/com/android/nfc/
DP2pLinkManager.java423 public void onUserSwitched(int userId) { in onUserSwitched() method in P2pLinkManager
DNfcService.java2117 mP2pLinkManager.onUserSwitched(getUserId());
2119 mCardEmulationManager.onUserSwitched(getUserId());