Home
last modified time | relevance | path

Searched refs:userPresentIntent (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Stk/src/com/android/stk/
DStkAppService.java1693 Intent userPresentIntent = new Intent(mContext, UserPresentReceiver.class); in launchNotificationOnKeyguard() local
1694 userPresentIntent.setAction(Intent.ACTION_USER_PRESENT); in launchNotificationOnKeyguard()
1696 NOTIFICATION_PENDING_INTENT_REQUEST_CODE, userPresentIntent, in launchNotificationOnKeyguard()