Searched refs:ACTION_GUEST_EXIT (Results 1 – 2 of 2) sorted by relevance
67 public static final String ACTION_GUEST_EXIT = "android.intent.action.GUEST_EXIT"; field in GuestResetOrExitSessionReceiver93 intentFilter.addAction(ACTION_GUEST_EXIT); in register()113 } else if (ACTION_GUEST_EXIT.equals(action)) { in onReceive()
76 GuestResetOrExitSessionReceiver.ACTION_GUEST_EXIT); in createPersistentNotification()