Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DPhoneInternalInterface.java89 static final String REASON_ROAMING_ON = "roamingOn"; field
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DDcTracker.java911 notifyOffApnsOfAvailability(Phone.REASON_ROAMING_ON); in onSetUserDataEnabled()
1712 reason.equals(Phone.REASON_ROAMING_ON); in cleanUpAllConnections()
2784 setupDataOnConnectableApns(Phone.REASON_ROAMING_ON); in onRoamingOn()
2785 notifyDataConnection(Phone.REASON_ROAMING_ON); in onRoamingOn()
2788 cleanUpAllConnections(true, Phone.REASON_ROAMING_ON); in onRoamingOn()
2789 notifyOffApnsOfAvailability(Phone.REASON_ROAMING_ON); in onRoamingOn()