Searched refs:updateCurrentConnectionType (Results 1 – 1 of 1) sorted by relevance
134 updateCurrentConnectionType(newConnectionType); in setAutoDetectConnectivityStateInternal()138 updateCurrentConnectionType(mAutoDetector.getCurrentConnectionType()); in setAutoDetectConnectivityStateInternal()160 updateCurrentConnectionType(forceOnline ? CONNECTION_UNKNOWN : CONNECTION_NONE); in forceConnectivityStateInternal()164 private void updateCurrentConnectionType(int newConnectionType) { in updateCurrentConnectionType() method in NetworkChangeNotifier