HomeSort by relevance Sort by last modified time
    Searched refs:onUserSwitched (Results 1 - 16 of 16) sorted by null

  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
SecurityController.java 29 void onUserSwitched(int newUserId);
NetworkController.java 27 void onUserSwitched(int newUserId);
SecurityControllerImpl.java 156 public void onUserSwitched(int newUserId) {
AccessPointControllerImpl.java 90 public void onUserSwitched(int newUserId) {
NetworkControllerImpl.java 363 public void onUserSwitched(int newUserId) {
365 mAccessPoints.onUserSwitched(newUserId);
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/settings/
CurrentUserTracker.java 45 onUserSwitched(mCurrentUserId);
60 public abstract void onUserSwitched(int newUserId);
BrightnessController.java 139 public void onUserSwitched(int newUserId) {
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
QSTileHost.java 119 public void onUserSwitched(int newUserId) {
124 mSecurity.onUserSwitched(newUserId);
125 mNetwork.onUserSwitched(newUserId);
  /packages/apps/Nfc/src/com/android/nfc/cardemulation/
CardEmulationManager.java 93 public void onUserSwitched(int userId) {
95 mPreferredServices.onUserSwitched(userId);
PreferredServices.java 353 public void onUserSwitched(int userId) {
  /frameworks/base/services/core/java/com/android/server/notification/
NextAlarmTracker.java 101 public void onUserSwitched() {
ConditionProviders.java 162 public void onUserSwitched() {
163 super.onUserSwitched();
165 mNextAlarmTracker.onUserSwitched();
ManagedServices.java 166 public void onUserSwitched() {
167 if (DEBUG) Slog.d(TAG, "onUserSwitched");
NotificationManagerService.java 790 mConditionProviders.onUserSwitched();
791 mListeners.onUserSwitched();
    [all...]
  /packages/apps/Nfc/src/com/android/nfc/
NfcService.java     [all...]
P2pLinkManager.java 453 public void onUserSwitched(int userId) {
    [all...]

Completed in 315 milliseconds