Home
last modified time | relevance | path

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

/packages/apps/Nfc/src/com/android/nfc/cardemulation/
DCardEmulationManager.java93 public void onUserSwitched(int userId) { in onUserSwitched() method in CardEmulationManager
95 mPreferredServices.onUserSwitched(userId); in onUserSwitched()
DPreferredServices.java353 public void onUserSwitched(int userId) { in onUserSwitched() method in PreferredServices
/packages/apps/Nfc/src/com/android/nfc/
DNfcService.java2006 mP2pLinkManager.onUserSwitched(getUserId());
2008 mCardEmulationManager.onUserSwitched(getUserId());
DP2pLinkManager.java453 public void onUserSwitched(int userId) { in onUserSwitched() method in P2pLinkManager