Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DAlarmManager.java1069 private final PendingIntent mShowIntent; field in AlarmManager.AlarmClockInfo
1081 mShowIntent = showIntent; in AlarmClockInfo()
1090 mShowIntent = in.readParcelable(PendingIntent.class.getClassLoader()); in AlarmClockInfo()
1114 return mShowIntent; in getShowIntent()
1125 dest.writeParcelable(mShowIntent, flags); in writeToParcel()
1144 mShowIntent.writeToProto(proto, AlarmClockInfoProto.SHOW_INTENT); in writeToProto()