HomeSort by relevance Sort by last modified time
    Searched refs:NetworkChangeNotifierAndroid (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/net/android/
network_change_notifier_android.h 19 // NetworkChangeNotifierAndroid observes network events from the Android
35 // NetworkChangeNotifierAndroid ('Notifier') - Receives event notifications from
41 class NET_EXPORT_PRIVATE NetworkChangeNotifierAndroid
45 virtual ~NetworkChangeNotifierAndroid();
61 explicit NetworkChangeNotifierAndroid(
69 DISALLOW_COPY_AND_ASSIGN(NetworkChangeNotifierAndroid);
network_change_notifier_factory_android.cc 17 return new NetworkChangeNotifierAndroid(&delegate_);
network_change_notifier_android.cc 19 // the native NetworkChangeNotifierAndroid class to its Java counterpart are
25 // 3) NetworkChangeNotifierAndroid ('notifier')
58 // NetworkChangeNotifierDelegateAndroid -> NetworkChangeNotifierAndroid.
70 class NetworkChangeNotifierAndroid::DnsConfigServiceThread
108 NetworkChangeNotifierAndroid::~NetworkChangeNotifierAndroid() {
113 NetworkChangeNotifierAndroid::GetCurrentConnectionType() const {
117 void NetworkChangeNotifierAndroid::OnConnectionTypeChanged() {
122 bool NetworkChangeNotifierAndroid::Register(JNIEnv* env) {
126 NetworkChangeNotifierAndroid::NetworkChangeNotifierAndroid
    [all...]
net_jni_registrar.cc 31 { "NetworkChangeNotifierAndroid",
32 net::NetworkChangeNotifierAndroid::Register },
network_change_notifier_android_unittest.cc 155 // delegate's observers are instances of NetworkChangeNotifierAndroid.
184 NetworkChangeNotifierAndroid notifier_;
187 // When a NetworkChangeNotifierAndroid is observing a
190 // NetworkChangeNotifierAndroid should reflect that state.
198 &NetworkChangeNotifierAndroid::GetCurrentConnectionType,
202 // When a NetworkChangeNotifierAndroid's connection state changes, it should

Completed in 496 milliseconds