Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DServiceStateTracker.java534 public static final int PS_NOTIFICATION = 888; // Id to update and cancel PS restricted field in ServiceStateTracker
4197 notificationManager.cancel(Integer.toString(mPrevSubId), PS_NOTIFICATION); in cancelAllNotifications() local
4267 notificationId = PS_NOTIFICATION; in setNotification()
4276 notificationId = PS_NOTIFICATION; in setNotification()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DServiceStateTrackerTest.java1603 verify(nm).cancel(Integer.toString(sst.mSubId), ServiceStateTracker.PS_NOTIFICATION); in testSetPsNotifications()
1732 ServiceStateTracker.PS_NOTIFICATION); in testSetNotificationsForGroupedSubs()