Home
last modified time | relevance | path

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

/packages/services/Telecomm/src/com/android/server/telecom/callfiltering/
DCallFilteringResult.java37 private String mCallScreeningComponentName = null; field in CallFilteringResult.Builder
82 mCallScreeningComponentName = callScreeningComponentName; in setCallScreeningComponentName()
108 .setCallScreeningComponentName(result.mCallScreeningComponentName) in from()
117 mCallScreeningAppName, mCallScreeningComponentName, mCallScreeningResponse, in build()
130 public String mCallScreeningComponentName; field in CallFilteringResult
149 this.mCallScreeningComponentName = callScreeningComponentName; in CallFilteringResult()
183 mCallScreeningAppName, mCallScreeningComponentName); in combine()
187 other.mCallScreeningAppName, other.mCallScreeningComponentName); in combine()
192 mCallScreeningAppName, mCallScreeningComponentName); in combine()
195 other.mCallScreeningAppName, other.mCallScreeningComponentName); in combine()
[all …]
/packages/services/Telecomm/src/com/android/server/telecom/
DCallLogManager.java320 paramBuilder.setCallScreeningComponentName(result.mCallScreeningComponentName); in logCall()
DCall.java665 private String mCallScreeningComponentName; field in Call
4146 return mCallScreeningComponentName; in getCallScreeningComponentName()
4150 mCallScreeningComponentName = callScreeningComponentName; in setCallScreeningComponentName()
DCallsManager.java781 result.mCallScreeningComponentName == null ? null in onCallFilteringComplete()
783 result.mCallScreeningComponentName)); in onCallFilteringComplete()
842 incomingCall.setCallScreeningComponentName(result.mCallScreeningComponentName); in onCallFilteringComplete()