Searched refs:shouldDisallowCall (Results 1 – 1 of 1) sorted by relevance
185 boolean shouldDisallowCall, in ParcelableCallResponse() argument192 mShouldDisallowCall = shouldDisallowCall; in ParcelableCallResponse()223 public boolean shouldDisallowCall() { in shouldDisallowCall() method in CallScreeningService.ParcelableCallResponse337 boolean shouldDisallowCall, in CallResponse() argument344 if (!shouldDisallowCall in CallResponse()349 if (shouldDisallowCall && shouldScreenCallViaAudioProcessing) { in CallResponse()353 mShouldDisallowCall = shouldDisallowCall; in CallResponse()462 public Builder setDisallowCall(boolean shouldDisallowCall) { in setDisallowCall() argument463 mShouldDisallowCall = shouldDisallowCall; in setDisallowCall()