Searched refs:UserPresentReceiver (Results 1 – 2 of 2) sorted by relevance
24 public class UserPresentReceiver extends BroadcastReceiver { class26 private static final String LOG_TAG = UserPresentReceiver.class.getSimpleName();
1693 Intent userPresentIntent = new Intent(mContext, UserPresentReceiver.class); in launchNotificationOnKeyguard()