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.java1701 private boolean mVisuallyInterruptive; field in NotificationListenerService.Ranking
1738 out.writeBoolean(mVisuallyInterruptive); in writeToParcel()
1776 mVisuallyInterruptive = in.readBoolean(); in Ranking()
1980 return mVisuallyInterruptive; in visuallyInterruptive()
2057 mVisuallyInterruptive = visuallyInterruptive; in populate()
2098 other.mVisuallyInterruptive, in populate()
2155 && Objects.equals(mVisuallyInterruptive, other.mVisuallyInterruptive) in equals()