Searched refs:disableMeteredOnly (Results 1 – 1 of 1) sorted by relevance
1650 boolean disableMeteredOnly = false; in cleanUpAllConnectionsInternal()1654 disableMeteredOnly = reason.equals(Phone.REASON_DATA_SPECIFIC_DISABLED) || in cleanUpAllConnectionsInternal()1666 if (shouldCleanUpConnection(apnContext, disableMeteredOnly, in cleanUpAllConnectionsInternal()1693 boolean shouldCleanUpConnection(ApnContext apnContext, boolean disableMeteredOnly, in shouldCleanUpConnection() argument1702 if (!disableMeteredOnly) return true; in shouldCleanUpConnection()