HomeSort by relevance Sort by last modified time
    Searched refs:mUserImportance (Results 1 - 2 of 2) sorted by null

  /frameworks/base/services/core/java/com/android/server/notification/
NotificationRecord.java 138 private int mUserImportance = IMPORTANCE_UNSPECIFIED;
515 pw.println(prefix + "mUserImportance="
516 + NotificationListenerService.Ranking.importanceToString(mUserImportance));
677 mUserImportance = importance;
698 if (mUserImportance != IMPORTANCE_UNSPECIFIED) {
699 mImportance = mUserImportance;
705 return mUserImportance;
    [all...]
  /prebuilts/misc/common/robolectric/android-all/
android-all-7.0.0_r1-robolectric-0.jar 

Completed in 85 milliseconds