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.java145 private String mGlobalSortKey; field in NotificationRecord
492 pw.println(prefix + "mGlobalSortKey=" + mGlobalSortKey); in dump()
995 mGlobalSortKey = globalSortKey; in setGlobalSortKey()
999 return mGlobalSortKey; in getGlobalSortKey()