Home
last modified time | relevance | path

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

/frameworks/base/telecomm/java/android/telecom/
DCallScreeningService.java156 boolean shouldSkipNotification, in CallResponse() argument
159 && (shouldRejectCall || shouldSkipCallLog || shouldSkipNotification)) { in CallResponse()
170 mShouldSkipNotification = shouldSkipNotification; in CallResponse()
277 public Builder setSkipNotification(boolean shouldSkipNotification) { in setSkipNotification() argument
278 mShouldSkipNotification = shouldSkipNotification; in setSkipNotification()