Searched refs:mShortcutId (Results 1 – 9 of 9) sorted by relevance
351 public String mShortcutId; field in UsageEvents.Event413 mShortcutId = orig.mShortcutId; in Event()517 return mShortcutId; in getShortcutId()756 p.writeString(event.mShortcutId); in writeEventToParcel()812 eventOut.mShortcutId = null; in readEventFromParcel()824 eventOut.mShortcutId = p.readString(); in readEventFromParcel()
201 event.mShortcutId = parser.readString( in buildEvent()237 if (event.mShortcutId == null) { in buildEvent()238 event.mShortcutId = ""; in buildEvent()
232 event.mShortcutId = (id != null) ? id.intern() : null; in loadEvent()355 if (event.mShortcutId != null) { in writeEvent()356 XmlUtils.writeStringAttribute(xml, SHORTCUT_ID_ATTR, event.mShortcutId); in writeEvent()
469 if (event.mShortcutId != null) { in writeEvent()470 proto.write(IntervalStatsProto.Event.SHORTCUT_ID, event.mShortcutId); in writeEvent()
730 if (event.mShortcutId != null) { in printEvent()731 pw.printPair("shortcutId", event.mShortcutId); in printEvent()
1691 event.mShortcutId = shortcutId.intern(); in reportShortcutUsage()
161 event.mShortcutId = "shortcut" + (i % 8); in populateIntervalStats()278 assertEquals(e1.mShortcutId, e2.mShortcutId, "Usage event " + debugId); in compareUsageEvent()
1298 private String mShortcutId; field in Notification2302 mShortcutId = parcel.readString(); in readFromParcelImpl()2431 that.mShortcutId = this.mShortcutId; in cloneInto()2741 if (mShortcutId != null) { in writeToParcelImpl()2743 parcel.writeString(mShortcutId); in writeToParcelImpl()3171 return mShortcutId; in getShortcutId()3534 mN.mShortcutId = shortcutId; in setShortcutId()
7949 Landroid/app/Notification;->mShortcutId:Ljava/lang/String;9429 Landroid/app/usage/UsageEvents$Event;->mShortcutId:Ljava/lang/String;