Searched defs:EVENT_APPLY_GLOBAL_HTTP_PROXY (Results 1 - 1 of 1) sorted by path

/frameworks/base/services/core/java/com/android/server/
H A DConnectivityService.java278 private static final int EVENT_APPLY_GLOBAL_HTTP_PROXY = 9; field in class:ConnectivityService
737 mSettingsObserver = new SettingsObserver(mHandler, EVENT_APPLY_GLOBAL_HTTP_PROXY);
1557 mHandler.sendMessage(mHandler.obtainMessage(EVENT_APPLY_GLOBAL_HTTP_PROXY));
2438 case EVENT_APPLY_GLOBAL_HTTP_PROXY: {

Completed in 603 milliseconds