Home
last modified time | relevance | path

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

/packages/services/Telephony/tests/src/com/android/phone/
DNotificationMgrTest.java202 mNotificationMgr.updateCfi(TEST_SUB_ID, /*visible=*/true, /*isFresh=*/false); in testUpdateCfi_visible_noActiveSubscription_notificationNeverSent()
214 mNotificationMgr.updateCfi(TEST_SUB_ID, /*visible=*/true, /*isFresh=*/false); in testUpdateCfi_visible_hasActiveSub_singleSIM_notificationSent()
226 mNotificationMgr.updateCfi(TEST_SUB_ID, /*visible=*/true, /*isFresh=*/false); in testUpdateCfi_visible_hasActiveSub_multiSIM_notificationSentWithoutDisplayName()
238 mNotificationMgr.updateCfi(TEST_SUB_ID, /*visible=*/true, /*isFresh=*/false); in testUpdateCfi_visible_hasActiveSub_multiSIM_notificationSentWithDisplayName()
247 mNotificationMgr.updateCfi(TEST_SUB_ID, /*visible=*/false, /*isFresh=*/false); in testUpdateCfi_invisible_hasUnmanagedProfile_notificationCanceled()
256 mNotificationMgr.updateCfi(TEST_SUB_ID, /*visible=*/false, /*isFresh=*/false); in testUpdateCfi_invisible_allProfilesAreManaged_notificationNeverCanceled()
/packages/services/Telephony/src/com/android/phone/
DCallNotifier.java513 mApplication.notificationMgr.updateCfi(subId, false); in updatePhoneStateListeners()
523 mApplication.notificationMgr.updateCfi(subId, mCFIStatus.get(subId), in updatePhoneStateListeners()
526 mApplication.notificationMgr.updateCfi(subId, mCFIStatus.get(subId), true); in updatePhoneStateListeners()
DNotificationMgr.java533 /* package */ void updateCfi(int subId, boolean visible) { in updateCfi() method in NotificationMgr
534 updateCfi(subId, visible, false /* isRefresh */); in updateCfi()
542 /* package */ void updateCfi(int subId, boolean visible, boolean isRefresh) { in updateCfi() method in NotificationMgr