Home
last modified time | relevance | path

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

/frameworks/base/telecomm/java/android/telecom/
DCallScreeningService.java99 boolean shouldDisallowCall, in CallResponse() argument
103 if (!shouldDisallowCall in CallResponse()
108 mShouldDisallowCall = shouldDisallowCall; in CallResponse()
152 public Builder setDisallowCall(boolean shouldDisallowCall) { in setDisallowCall() argument
153 mShouldDisallowCall = shouldDisallowCall; in setDisallowCall()