Home
last modified time | relevance | path

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

/frameworks/base/telecomm/java/android/telecom/
DCallScreeningService.java93 private final boolean mShouldDisallowCall; field in CallScreeningService.CallResponse
108 mShouldDisallowCall = shouldDisallowCall; in CallResponse()
118 return mShouldDisallowCall; in getDisallowCall()
144 private boolean mShouldDisallowCall; field in CallScreeningService.CallResponse.Builder
153 mShouldDisallowCall = shouldDisallowCall; in setDisallowCall()
186 mShouldDisallowCall, in build()