Searched refs:CallLogConfigComponent (Results 1 – 7 of 7) sorted by relevance
25 public abstract class CallLogConfigComponent { class29 public static CallLogConfigComponent get(Context context) { in get()37 CallLogConfigComponent callLogConfigComponent(); in callLogConfigComponent()
210 CallLogConfigComponent.get(getApplicationContext()).callLogConfig().update(),
24 import com.android.dialer.calllog.config.CallLogConfigComponent;56 if (CallLogConfigComponent.get(context).callLogConfig().isNewPeerEnabled()) { in getShowTabIntent()86 if (CallLogConfigComponent.get(this).callLogConfig().isNewPeerEnabled()) { in getNewPeer()
77 import com.android.dialer.calllog.config.CallLogConfigComponent;1361 if (CallLogConfigComponent.get(activity).callLogConfig().isNewCallLogFragmentEnabled()) { in onCallLogSelected()1443 && !CallLogConfigComponent.get(activity).callLogConfig().isNewCallLogFragmentEnabled()) { in ensureCorrectCallLogShown()1453 && !CallLogConfigComponent.get(activity) in ensureCorrectVoicemailShown()1464 && CallLogConfigComponent.get(activity) in newCallLogFragmentActive()1472 && CallLogConfigComponent.get(activity) in newVoicemailFragmentActive()1501 if (CallLogConfigComponent.get(activity).callLogConfig().isNewVoicemailFragmentEnabled()) { in onVoicemailSelected()
22 import com.android.dialer.calllog.config.CallLogConfigComponent;46 if (!CallLogConfigComponent.get(appContext).callLogConfig().isCallLogFrameworkEnabled()) { in recordPhoneLookupInfo()
28 import com.android.dialer.calllog.config.CallLogConfigComponent;61 CallLogConfig callLogConfig = CallLogConfigComponent.get(this).callLogConfig(); in initializeAnnotatedCallLog()
22 import com.android.dialer.calllog.config.CallLogConfigComponent;61 CallLogConfigComponent.HasComponent,