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.java142 private String mGlobalSortKey; field in NotificationRecord
553 pw.println(prefix + "mGlobalSortKey=" + mGlobalSortKey); in dump()
920 mGlobalSortKey = globalSortKey; in setGlobalSortKey()
924 return mGlobalSortKey; in getGlobalSortKey()