Home
last modified time | relevance | path

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

/packages/apps/Nfc/src/com/android/nfc/cardemulation/
DCardEmulationManager.java151 public void onUserSwitched(int userId) { in onUserSwitched() method in CardEmulationManager
154 mPreferredServices.onUserSwitched(userId); in onUserSwitched()
156 mHostNfcFEmulationManager.onUserSwitched(); in onUserSwitched()
157 mT3tIdentifiersCache.onUserSwitched(); in onUserSwitched()
158 mEnabledNfcFServices.onUserSwitched(userId); in onUserSwitched()
159 mNfcFServicesCache.onUserSwitched(); in onUserSwitched()
DEnabledNfcFServices.java208 public void onUserSwitched(int userId) { in onUserSwitched() method in EnabledNfcFServices
DRegisteredT3tIdentifiersCache.java205 public void onUserSwitched() { in onUserSwitched() method in RegisteredT3tIdentifiersCache
DPreferredServices.java359 public void onUserSwitched(int userId) { in onUserSwitched() method in PreferredServices
DHostNfcFEmulationManager.java175 public void onUserSwitched() { in onUserSwitched() method in HostNfcFEmulationManager
DRegisteredNfcFServicesCache.java700 public void onUserSwitched() { in onUserSwitched() method in RegisteredNfcFServicesCache
/packages/apps/Nfc/src/com/android/nfc/
DP2pLinkManager.java508 public void onUserSwitched(int userId) { in onUserSwitched() method in P2pLinkManager
DNfcService.java2849 mP2pLinkManager.onUserSwitched(getUserId());
2852 mCardEmulationManager.onUserSwitched(getUserId());