Home
last modified time | relevance | path

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

/aosp12/packages/services/Telecomm/src/com/android/server/telecom/
H A DCallScreeningServiceHelper.java43 public class CallScreeningServiceHelper { class
44 private static final String TAG = CallScreeningServiceHelper.class.getSimpleName();
78 public CallScreeningServiceHelper(Context context, TelecomSystem.SyncRoot telecomLock, in CallScreeningServiceHelper() method in CallScreeningServiceHelper
121 Log.w(CallScreeningServiceHelper.this, in bindAndGetCallIdentification()
136 Log.w(CallScreeningServiceHelper.this, in bindAndGetCallIdentification()
H A DCallsManager.java1924 new CallScreeningServiceHelper(mContext, in bindForOutgoingCallerId()
/aosp12/packages/services/Telecomm/src/com/android/server/telecom/callfiltering/
H A DCallScreeningServiceFilter.java36 import com.android.server.telecom.CallScreeningServiceHelper;
318 if (!CallScreeningServiceHelper.bindCallScreeningService(mContext, in bindCallScreeningService()