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

/frameworks/base/core/java/android/webkit/
H A DWebSyncManager.java28 private static final int SYNC_MESSAGE = 101; field in class:WebSyncManager
49 if (msg.what == SYNC_MESSAGE) {
56 Message newmsg = obtainMessage(SYNC_MESSAGE);
86 Message msg = mHandler.obtainMessage(SYNC_MESSAGE);
102 mHandler.removeMessages(SYNC_MESSAGE);
103 Message msg = mHandler.obtainMessage(SYNC_MESSAGE);
117 mHandler.removeMessages(SYNC_MESSAGE);
118 Message msg = mHandler.obtainMessage(SYNC_MESSAGE);
134 Message msg = mHandler.obtainMessage(SYNC_MESSAGE);
140 * stopSync() requests sync manager to stop sync. remove any SYNC_MESSAGE i
[all...]

Completed in 51 milliseconds