Searched defs:MSG_RUN_COMMAND (Results 1 – 1 of 1) sorted by relevance
38 private static final int MSG_RUN_COMMAND = 3; field in UiThreadHelper67 Message.obtain(getHandler(context), MSG_RUN_COMMAND, arg1, arg2, command).sendToTarget(); in runAsyncCommand() local