Home
last modified time | relevance | path

Searched refs:LIMITED_SIM_FUNCTION_NOTIFICATION (Results 1 – 2 of 2) sorted by relevance

/packages/services/Telephony/src/com/android/phone/
DNotificationMgr.java104 static final int LIMITED_SIM_FUNCTION_NOTIFICATION = 7; field in NotificationMgr
739 LIMITED_SIM_FUNCTION_NOTIFICATION, in showLimitedSimFunctionWarningNotification() local
753 LIMITED_SIM_FUNCTION_NOTIFICATION, UserHandle.ALL); in dismissLimitedSimFunctionWarningNotification() local
758 LIMITED_SIM_FUNCTION_NOTIFICATION, UserHandle.ALL); in dismissLimitedSimFunctionWarningNotification() local
774 LIMITED_SIM_FUNCTION_NOTIFICATION, UserHandle.ALL); in dismissLimitedSimFunctionWarningNotificationForInactiveSubs()
/packages/services/Telephony/tests/src/com/android/phone/
DNotificationMgrTest.java40 import static com.android.phone.NotificationMgr.LIMITED_SIM_FUNCTION_NOTIFICATION;
607 verify(mNotificationManager).cancel(any(), eq(LIMITED_SIM_FUNCTION_NOTIFICATION)); in testDismissLimitedSimFunctionWarningNotification_showCalledBefore_cancelSent()