Searched refs:handleUserSwitching (Results 1 – 3 of 3) sorted by relevance
491 handleUserSwitching(msg.arg1); in handleMessage()1272 protected void handleUserSwitching(int userId) { in handleUserSwitching() method in BiometricServiceBase
1180 protected void handleUserSwitching(int userId) { in handleUserSwitching() method in FaceService1181 super.handleUserSwitching(userId); in handleUserSwitching()
304 handleUserSwitching(msg.arg1, (IRemoteCallback) msg.obj);1948 private void handleUserSwitching(int userId, IRemoteCallback reply) { in handleUserSwitching() method in KeyguardUpdateMonitor