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

/frameworks/base/core/java/android/webkit/
H A DLoadListener.java59 private static final int MSG_LOCATION_CHANGED = 140; field in class:LoadListener
230 case MSG_LOCATION_CHANGED:
244 * we simply call MSG_LOCATION_CHANGED. If the user says No,
247 Message contMsg = obtainMessage(MSG_LOCATION_CHANGED);
663 sendMessageInternal(obtainMessage(MSG_LOCATION_CHANGED));
666 sendMessageInternal(obtainMessage(MSG_LOCATION_CHANGED));

Completed in 795 milliseconds