Loading packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBarPolicy.java +0 −6 Original line number Original line Diff line number Diff line Loading @@ -398,12 +398,6 @@ public class PhoneStatusBarPolicy implements Callback, RotationLockController.Ro @Override @Override public void onUserSwitching(int newUserId) throws RemoteException { public void onUserSwitching(int newUserId) throws RemoteException { mUserInfoController.reloadUserInfo(); mUserInfoController.reloadUserInfo(); if (reply != null) { try { reply.sendResult(null); } catch (RemoteException e) { } } } } @Override @Override Loading services/core/java/com/android/server/fingerprint/FingerprintService.java +0 −6 Original line number Original line Diff line number Diff line Loading @@ -1186,12 +1186,6 @@ public class FingerprintService extends SystemService implements IBinder.DeathRe public void onUserSwitching(int newUserId) throws RemoteException { public void onUserSwitching(int newUserId) throws RemoteException { mHandler.obtainMessage(MSG_USER_SWITCHING, newUserId, 0 /* unused */) mHandler.obtainMessage(MSG_USER_SWITCHING, newUserId, 0 /* unused */) .sendToTarget(); .sendToTarget(); if (reply != null) { try { reply.sendResult(null); } catch (RemoteException e) { } } } } @Override @Override public void onUserSwitchComplete(int newUserId) throws RemoteException { public void onUserSwitchComplete(int newUserId) throws RemoteException { Loading Loading
packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBarPolicy.java +0 −6 Original line number Original line Diff line number Diff line Loading @@ -398,12 +398,6 @@ public class PhoneStatusBarPolicy implements Callback, RotationLockController.Ro @Override @Override public void onUserSwitching(int newUserId) throws RemoteException { public void onUserSwitching(int newUserId) throws RemoteException { mUserInfoController.reloadUserInfo(); mUserInfoController.reloadUserInfo(); if (reply != null) { try { reply.sendResult(null); } catch (RemoteException e) { } } } } @Override @Override Loading
services/core/java/com/android/server/fingerprint/FingerprintService.java +0 −6 Original line number Original line Diff line number Diff line Loading @@ -1186,12 +1186,6 @@ public class FingerprintService extends SystemService implements IBinder.DeathRe public void onUserSwitching(int newUserId) throws RemoteException { public void onUserSwitching(int newUserId) throws RemoteException { mHandler.obtainMessage(MSG_USER_SWITCHING, newUserId, 0 /* unused */) mHandler.obtainMessage(MSG_USER_SWITCHING, newUserId, 0 /* unused */) .sendToTarget(); .sendToTarget(); if (reply != null) { try { reply.sendResult(null); } catch (RemoteException e) { } } } } @Override @Override public void onUserSwitchComplete(int newUserId) throws RemoteException { public void onUserSwitchComplete(int newUserId) throws RemoteException { Loading