Home
last modified time | relevance | path

Searched refs:mShortcutId (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/core/java/android/app/usage/
DUsageEvents.java351 public String mShortcutId; field in UsageEvents.Event
413 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()
/frameworks/base/services/usage/java/com/android/server/usage/
DIntervalStats.java201 event.mShortcutId = parser.readString( in buildEvent()
237 if (event.mShortcutId == null) { in buildEvent()
238 event.mShortcutId = ""; in buildEvent()
DUsageStatsXmlV1.java232 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()
DUsageStatsProto.java469 if (event.mShortcutId != null) { in writeEvent()
470 proto.write(IntervalStatsProto.Event.SHORTCUT_ID, event.mShortcutId); in writeEvent()
DUserUsageStatsService.java730 if (event.mShortcutId != null) { in printEvent()
731 pw.printPair("shortcutId", event.mShortcutId); in printEvent()
DUsageStatsService.java1691 event.mShortcutId = shortcutId.intern(); in reportShortcutUsage()
/frameworks/base/services/tests/servicestests/src/com/android/server/usage/
DUsageStatsDatabaseTest.java161 event.mShortcutId = "shortcut" + (i % 8); in populateIntervalStats()
278 assertEquals(e1.mShortcutId, e2.mShortcutId, "Usage event " + debugId); in compareUsageEvent()
/frameworks/base/core/java/android/app/
DNotification.java1298 private String mShortcutId; field in Notification
2302 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()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt7949 Landroid/app/Notification;->mShortcutId:Ljava/lang/String;
9429 Landroid/app/usage/UsageEvents$Event;->mShortcutId:Ljava/lang/String;