Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/service/notification/
DNotificationListenerService.java1517 private boolean mVisuallyInterruptive; field in NotificationListenerService.Ranking
1549 out.writeBoolean(mVisuallyInterruptive); in writeToParcel()
1582 mVisuallyInterruptive = in.readBoolean(); in Ranking()
1771 return mVisuallyInterruptive; in visuallyInterruptive()
1812 mVisuallyInterruptive = visuallyInterruptive; in populate()
1838 other.mVisuallyInterruptive);
1891 && Objects.equals(mVisuallyInterruptive, other.mVisuallyInterruptive);