Home
last modified time | relevance | path

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

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DServiceStateTrackerTest.java1520 ServiceStateTracker.PS_DISABLED}; in testOnRestrictedStateChanged()
1602 sst.setNotification(ServiceStateTracker.PS_DISABLED); in testSetPsNotifications()
1730 sst.setNotification(ServiceStateTracker.PS_DISABLED); in testSetNotificationsForGroupedSubs()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DServiceStateTracker.java526 public static final int PS_DISABLED = 1002; // Access Control enables data service field in ServiceStateTracker
4026 setNotification(PS_DISABLED); in onRestrictedStateChanged()
4275 case PS_DISABLED: in setNotification()
4345 if (notifyType == PS_DISABLED || notifyType == CS_DISABLED in setNotification()