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.java616 sendMessage(H.SEND_RESULT, res); in scheduleSendResult()
1195 public static final int SEND_RESULT = 108; field in ActivityThread.H
1249 case SEND_RESULT: return "SEND_RESULT"; in codeToString()
1350 case SEND_RESULT: in handleMessage()