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

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

Completed in 30 milliseconds