Home
last modified time | relevance | path

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

/packages/services/Telephony/src/com/android/phone/
DCallNotifier.java577 mApplication.notificationMgr.updateCfi(subId, false); in updatePhoneStateListeners()
588 mApplication.notificationMgr.updateCfi(subId, mCFIStatus.get(subId), in updatePhoneStateListeners()
591 mApplication.notificationMgr.updateCfi(subId, mCFIStatus.get(subId), true); in updatePhoneStateListeners()
DNotificationMgr.java487 /* package */ void updateCfi(int subId, boolean visible) { in updateCfi() method in NotificationMgr
488 updateCfi(subId, visible, false /* isRefresh */); in updateCfi()
496 /* package */ void updateCfi(int subId, boolean visible, boolean isRefresh) { in updateCfi() method in NotificationMgr