Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DServiceStateTracker.java533 public static final int PS_DISABLED = 1002; // Access Control enables data service field in ServiceStateTracker
4311 setNotification(PS_DISABLED); in onRestrictedStateChanged()
4565 case PS_DISABLED: in setNotification()
4635 if (notifyType == PS_DISABLED || notifyType == CS_DISABLED in setNotification()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DServiceStateTrackerTest.java1576 ServiceStateTracker.PS_DISABLED}; in testOnRestrictedStateChanged()
1658 sst.setNotification(ServiceStateTracker.PS_DISABLED); in testSetPsNotifications()
1792 sst.setNotification(ServiceStateTracker.PS_DISABLED); in testSetNotificationsForGroupedSubs()