Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DDcTracker.java1620 boolean disableMeteredOnly = false; in cleanUpAllConnectionsInternal()
1624 disableMeteredOnly = reason.equals(Phone.REASON_DATA_SPECIFIC_DISABLED) || in cleanUpAllConnectionsInternal()
1636 if (shouldCleanUpConnection(apnContext, disableMeteredOnly, in cleanUpAllConnectionsInternal()
1663 boolean shouldCleanUpConnection(ApnContext apnContext, boolean disableMeteredOnly, in shouldCleanUpConnection() argument
1672 if (!disableMeteredOnly) return true; in shouldCleanUpConnection()