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.java584 mApplication.notificationMgr.updateCfi(subId, false); in updatePhoneStateListeners()
595 mApplication.notificationMgr.updateCfi(subId, mCFIStatus.get(subId), in updatePhoneStateListeners()
598 mApplication.notificationMgr.updateCfi(subId, mCFIStatus.get(subId), true); in updatePhoneStateListeners()
DNotificationMgr.java504 /* package */ void updateCfi(int subId, boolean visible) { in updateCfi() method in NotificationMgr
505 updateCfi(subId, visible, false /* isRefresh */); in updateCfi()
513 /* package */ void updateCfi(int subId, boolean visible, boolean isRefresh) { in updateCfi() method in NotificationMgr