Searched refs:mShowIntent (Results 1 – 2 of 2) sorted by relevance
1576 private final PendingIntent mShowIntent; field in AlarmManager.AlarmClockInfo1588 mShowIntent = showIntent; in AlarmClockInfo()1598 mShowIntent = in.readParcelable(PendingIntent.class.getClassLoader()); in AlarmClockInfo()1622 return mShowIntent; in getShowIntent()1633 dest.writeParcelable(mShowIntent, flags); in writeToParcel()1652 if (mShowIntent != null) { in dumpDebug()1653 mShowIntent.dumpDebug(proto, AlarmClockInfoProto.SHOW_INTENT); in dumpDebug()
3567 Landroid/app/AlarmManager$AlarmClockInfo;->mShowIntent:Landroid/app/PendingIntent;