Searched refs:mShowIntent (Results 1 – 1 of 1) sorted by relevance
1069 private final PendingIntent mShowIntent; field in AlarmManager.AlarmClockInfo1081 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()