Searched defs:showIntent (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/app/
H A DAlarmManager.java798 * @param showIntent an intent that can be used to show or edit details of
801 public AlarmClockInfo(long triggerTime, PendingIntent showIntent) { argument
803 mShowIntent = showIntent;

Completed in 86 milliseconds