Searched refs:ACTION_REMOVE_GUEST (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DUserSwitcherController.java72 private static final String ACTION_REMOVE_GUEST = "com.android.systemui.REMOVE_GUEST"; field in class:UserSwitcherController
113 filter.addAction(ACTION_REMOVE_GUEST);
341 if (ACTION_REMOVE_GUEST.equals(intent.getAction())) {
392 0, new Intent(ACTION_REMOVE_GUEST), 0, UserHandle.OWNER);

Completed in 2436 milliseconds