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

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

Completed in 85 milliseconds