Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DPhone.java86 static final String REASON_ROAMING_ON = "roamingOn"; field
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DDcTracker.java1740 setupDataOnConnectableApns(Phone.REASON_ROAMING_ON); in onRoamingOn()
1741 notifyDataConnection(Phone.REASON_ROAMING_ON); in onRoamingOn()
1744 cleanUpAllConnections(true, Phone.REASON_ROAMING_ON); in onRoamingOn()
1745 notifyOffApnsOfAvailability(Phone.REASON_ROAMING_ON); in onRoamingOn()
DDcTrackerBase.java1447 notifyOffApnsOfAvailability(Phone.REASON_ROAMING_ON); in onSetUserDataEnabled()