Searched refs:PROCESS_MSG (Results 1 – 1 of 1) sorted by relevance
38 if (msg.what == PROCESS_MSG) { in handleMessage()47 if (!hasMessages(PROCESS_MSG, obj)) { in request()48 val msg = Message.obtain(this, PROCESS_MSG, obj) in request()54 removeMessages(PROCESS_MSG, obj) in cancel()57 private const val PROCESS_MSG = 1 constant