Searched defs:updateCfi (Results 1 - 1 of 1) sorted by relevance

/packages/services/Telephony/src/com/android/phone/
H A DNotificationMgr.java450 /* package */ void updateCfi(int subId, boolean visible) { method in class:NotificationMgr
451 updateCfi(subId, visible, false /* isRefresh */);
459 /* package */ void updateCfi(int subId, boolean visible, boolean isRefresh) { method in class:NotificationMgr
460 logi("updateCfi: subId= " + subId + ", visible=" + (visible ? "Y" : "N"));

Completed in 76 milliseconds