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

/frameworks/base/services/core/java/com/android/server/
H A DConnectivityService.java288 private static final int EVENT_APPLY_GLOBAL_HTTP_PROXY = 9; field in class:ConnectivityService
911 EVENT_APPLY_GLOBAL_HTTP_PROXY);
1736 mHandler.sendMessage(mHandler.obtainMessage(EVENT_APPLY_GLOBAL_HTTP_PROXY));
2906 case EVENT_APPLY_GLOBAL_HTTP_PROXY: {

Completed in 62 milliseconds