Home
last modified time | relevance | path

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

/packages/apps/Dialer/InCallUI/src/com/android/incallui/
DContactUtils.java34 return ObjectFactory.getContactUtilsInstance(context); in getInstance()
DContactInfoCache.java95 mContactUtils = ObjectFactory.getContactUtilsInstance(context); in ContactInfoCache()
/packages/apps/Dialer/InCallUI/src/com/android/incalluibind/
DObjectFactory.java56 public static ContactUtils getContactUtilsInstance(Context context) { in getContactUtilsInstance() method in ObjectFactory