Home
last modified time | relevance | path

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

/external/ims/rcs/presencepolling/src/com/android/service/ims/presence/
DPersistService.java63 private EABContactManager mEABContactManager = null; field in PersistService
67 mEABContactManager = new EABContactManager(getContentResolver(), getPackageName()); in onCreate()
170 if(mEABContactManager != null) { in handlePublishState()
171 mEABContactManager.updateAllCapabilityToUnknown(); in handlePublishState()
181 if(mEABContactManager != null) { in handlePublishState()
182 mEABContactManager.updateAllVtCapabilityToUnknown(); in handlePublishState()
209 mEABContactManager.update(rcsPresenceInfoTmp, updateLastTimestamp); in handlePresence()
DCapabilityPolling.java88 private EABContactManager mEABContactManager = null; field in CapabilityPolling
153 mEABContactManager = new EABContactManager(mContext.getContentResolver(), in CapabilityPolling()
362 if (mEABContactManager != null) { in provisionStateChanged()
363 mEABContactManager.updateAllCapabilityToUnknown(); in provisionStateChanged()
399 int result = mEABContactManager.update(request); in newContactAdded()
483 cursor = mEABContactManager.query(baseQuery); in doCapabilityDiscovery()
585 cursor = mEABContactManager.query(baseQuery); in updateObsoleteItems()
641 int result = mEABContactManager.update(request); in updateObsoleteItems()
788 if (mEABContactManager != null) { in onSimLoaded()
789 mEABContactManager.updateAllCapabilityToUnknown(); in onSimLoaded()