Home
last modified time | relevance | path

Searched refs:SYNC_MESSAGE (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/android/webkit/
DWebSyncManager.java28 private static final int SYNC_MESSAGE = 101; field in WebSyncManager
49 if (msg.what == SYNC_MESSAGE) { in handleMessage()
56 Message newmsg = obtainMessage(SYNC_MESSAGE); in handleMessage()
87 Message msg = mHandler.obtainMessage(SYNC_MESSAGE); in run()
103 mHandler.removeMessages(SYNC_MESSAGE); in sync()
104 Message msg = mHandler.obtainMessage(SYNC_MESSAGE); in sync()
118 mHandler.removeMessages(SYNC_MESSAGE); in resetSync()
119 Message msg = mHandler.obtainMessage(SYNC_MESSAGE); in resetSync()
135 Message msg = mHandler.obtainMessage(SYNC_MESSAGE); in startSync()
153 mHandler.removeMessages(SYNC_MESSAGE); in stopSync()