Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DQuickStatusBarHeader.java370 PendingIntent showIntent = mNextAlarm.getShowIntent(); in onClick() local
371 if (showIntent != null && showIntent.isActivity()) { in onClick()
372 mActivityStarter.startActivity(showIntent.getIntent(), true /* dismissShade */); in onClick()
DStatusBarHeaderView.java539 PendingIntent showIntent = mNextAlarm.getShowIntent(); in onClick() local
540 if (showIntent != null) { in onClick()
541 mActivityStarter.startPendingIntentDismissingKeyguard(showIntent); in onClick()
/frameworks/base/core/java/android/app/
DAlarmManager.java1053 public AlarmClockInfo(long triggerTime, PendingIntent showIntent) { in AlarmClockInfo() argument
1055 mShowIntent = showIntent; in AlarmClockInfo()