Home
last modified time | relevance | path

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

/packages/services/Telephony/tests/src/com/android/phone/
DNotificationMgrTest.java563 mNotificationMgr.showLimitedSimFunctionWarningNotification(TEST_SUB_ID, CARRIER_NAME); in testShowLimitedSimFunctionWarningNotification_forTheFirstTime_notificationSent()
579 mNotificationMgr.showLimitedSimFunctionWarningNotification(TEST_SUB_ID, CARRIER_NAME); in testShowLimitedSimFunctionWarningNotification_consecutiveCall_notificationSentOnce()
580 mNotificationMgr.showLimitedSimFunctionWarningNotification(TEST_SUB_ID, CARRIER_NAME); in testShowLimitedSimFunctionWarningNotification_consecutiveCall_notificationSentOnce()
603 mNotificationMgr.showLimitedSimFunctionWarningNotification(TEST_SUB_ID, CARRIER_NAME); in testDismissLimitedSimFunctionWarningNotification_showCalledBefore_cancelSent()
/packages/services/Telephony/src/com/android/phone/
DPhoneGlobals.java1016 notificationMgr.showLimitedSimFunctionWarningNotification( in updateLimitedSimFunctionForDualSim()
DNotificationMgr.java691 public void showLimitedSimFunctionWarningNotification(int subId, @Nullable String carrierName) { in showLimitedSimFunctionWarningNotification() method in NotificationMgr