Searched refs:showLimitedSimFunctionWarningNotification (Results 1 – 3 of 3) sorted by relevance
563 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()
1016 notificationMgr.showLimitedSimFunctionWarningNotification( in updateLimitedSimFunctionForDualSim()
691 public void showLimitedSimFunctionWarningNotification(int subId, @Nullable String carrierName) { in showLimitedSimFunctionWarningNotification() method in NotificationMgr