Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/usage/
DUsageEvents.java208 public String mShortcutId; field in UsageEvents.Event
261 mShortcutId = orig.mShortcutId; in Event()
322 return mShortcutId; in getShortcutId()
520 p.writeString(event.mShortcutId); in writeEventToParcel()
558 eventOut.mShortcutId = null; in readEventFromParcel()
570 eventOut.mShortcutId = p.readString(); in readEventFromParcel()
/frameworks/base/services/usage/java/com/android/server/usage/
DUsageStatsXmlV1.java187 event.mShortcutId = (id != null) ? id.intern() : null; in loadEvent()
302 if (event.mShortcutId != null) { in writeEvent()
303 XmlUtils.writeStringAttribute(xml, SHORTCUT_ID_ATTR, event.mShortcutId); in writeEvent()
DUserUsageStatsService.java600 if (event.mShortcutId != null) { in printEvent()
601 pw.printPair("shortcutId", event.mShortcutId); in printEvent()
DUsageStatsService.java1253 event.mShortcutId = shortcutId.intern(); in reportShortcutUsage()
/frameworks/support/compat/src/main/java/androidx/core/app/
DNotificationCompatBuilder.java194 .setShortcutId(b.mShortcutId) in NotificationCompatBuilder()
DNotificationCompat.java703 String mShortcutId; field in NotificationCompat.Builder
1523 mShortcutId = shortcutId; in setShortcutId()
/frameworks/base/core/java/android/app/
DNotification.java1261 private String mShortcutId; field in Notification
2202 mShortcutId = parcel.readString(); in readFromParcelImpl()
2322 that.mShortcutId = this.mShortcutId; in cloneInto()
2627 if (mShortcutId != null) { in writeToParcelImpl()
2629 parcel.writeString(mShortcutId); in writeToParcelImpl()
3038 return mShortcutId; in getShortcutId()
3327 mN.mShortcutId = shortcutId; in setShortcutId()
/frameworks/base/config/
Dhiddenapi-private-dex.txt9386 Landroid/app/Notification;->mShortcutId:Ljava/lang/String;
11285 Landroid/app/usage/UsageEvents$Event;->mShortcutId:Ljava/lang/String;