Searched refs:mVisuallyInterruptive (Results 1 – 1 of 1) sorted by relevance
1701 private boolean mVisuallyInterruptive; field in NotificationListenerService.Ranking1738 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()