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