Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/util/
DUiThreadHelper.java38 private static final int MSG_RUN_COMMAND = 3; field in UiThreadHelper
55 Message.obtain(HANDLER.get(context), MSG_RUN_COMMAND, arg1, arg2, command).sendToTarget(); in runAsyncCommand() local
77 case MSG_RUN_COMMAND: in handleMessage()