Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/notification/
DNotificationRecord.java157 private String mGlobalSortKey; field in NotificationRecord
533 pw.println(prefix + "mGlobalSortKey=" + mGlobalSortKey); in dump()
1113 mGlobalSortKey = globalSortKey; in setGlobalSortKey()
1117 return mGlobalSortKey; in getGlobalSortKey()