Searched defs:CMD_ASYNC_SERVICE_ON_START_INTENT (Results 1 - 1 of 1) sorted by path

/frameworks/base/core/java/com/android/internal/util/
H A DAsyncService.java31 * The Start Intent arrives as CMD_ASYNC_SERVICE_ON_START_INTENT with msg.arg1 = flags,
41 public static final int CMD_ASYNC_SERVICE_ON_START_INTENT = IBinder.LAST_CALL_TRANSACTION; field in class:AsyncService
91 * Sends the CMD_ASYNC_SERVICE_ON_START_INTENT message.
98 msg.what = CMD_ASYNC_SERVICE_ON_START_INTENT;

Completed in 56 milliseconds