Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DActivityThread.java624 sendMessage(H.SEND_RESULT, res); in scheduleSendResult()
1236 public static final int SEND_RESULT = 108; field in ActivityThread.H
1290 case SEND_RESULT: return "SEND_RESULT"; in codeToString()
1391 case SEND_RESULT: in handleMessage()