Home
last modified time | relevance | path

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

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DServiceStateTrackerTest.java1693 verify(nm).cancel(Integer.toString(sst.mSubId), ServiceStateTracker.CS_NOTIFICATION); in testSetCsNotifications()
1726 verify(nm).cancel(Integer.toString(sst.mSubId), ServiceStateTracker.CS_NOTIFICATION); in testSetCsNormalNotifications()
1760 verify(nm).cancel(Integer.toString(sst.mSubId), ServiceStateTracker.CS_NOTIFICATION); in testSetCsEmergencyNotifications()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DServiceStateTracker.java542 public static final int CS_NOTIFICATION = 999; // Id to update and cancel CS restricted field in ServiceStateTracker
4487 notificationManager.cancel(Integer.toString(mPrevSubId), CS_NOTIFICATION); in cancelAllNotifications() local
4544 int notificationId = CS_NOTIFICATION; in setNotification()