Searched refs:mShortcutId (Results 1 – 5 of 5) sorted by relevance
145 public String mShortcutId; field in UsageEvents.Event182 mShortcutId = orig.mShortcutId; in Event()238 return mShortcutId; in getShortcutId()390 p.writeString(event.mShortcutId); in writeEventToParcel()422 eventOut.mShortcutId = null; in readEventFromParcel()433 eventOut.mShortcutId = p.readString(); in readEventFromParcel()
174 event.mShortcutId = (id != null) ? id.intern() : null; in loadEvent()275 if (event.mShortcutId != null) { in writeEvent()276 XmlUtils.writeStringAttribute(xml, SHORTCUT_ID_ATTR, event.mShortcutId); in writeEvent()
587 if (event.mShortcutId != null) { in printIntervalStats()588 pw.printPair("shortcutId", event.mShortcutId); in printIntervalStats()
1613 event.mShortcutId = shortcutId.intern(); in reportShortcutUsage()
870 b.mShortcutId, b.mTimeout, b.mColorized, b.mColorizedSet, in build()1056 String mShortcutId; field in NotificationCompat.Builder1816 mShortcutId = shortcutId; in setShortcutId()