Home
last modified time | relevance | path

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

/packages/services/Telephony/tests/src/com/android/phone/
DNotificationMgrTest.java591 mNotificationMgr.dismissLimitedSimFunctionWarningNotification(TEST_SUB_ID); in testDismissLimitedSimFunctionWarningNotification_noShowCalledBefore_noCancelSent()
605 mNotificationMgr.dismissLimitedSimFunctionWarningNotification(TEST_SUB_ID); in testDismissLimitedSimFunctionWarningNotification_showCalledBefore_cancelSent()
/packages/services/Telephony/src/com/android/phone/
DPhoneGlobals.java1372 notificationMgr.dismissLimitedSimFunctionWarningNotification(
1379 notificationMgr.dismissLimitedSimFunctionWarningNotification(
DNotificationMgr.java747 public void dismissLimitedSimFunctionWarningNotification(int subId) { in dismissLimitedSimFunctionWarningNotification() method in NotificationMgr