Lines Matching defs:result

356     // to respond with the result.
457 public Bundle result = null;
860 String result = Integer.toString(sourceUserId) + " @ " + uri.toString();
861 if (prefix) result += " [prefix]";
862 return result;
866 String result = Integer.toString(sourceUserId) + " @ " + uri.toSafeString();
867 if (prefix) result += " [prefix]";
868 return result;
1313 AppErrorResult res = (AppErrorResult) data.get("result");
1394 AppErrorResult res = (AppErrorResult) data.get("result");
3008 // Start the process. It will either succeed and return a result containing
4321 // was the root activity in the task. The result code and data is ignored
4546 * as a result of that process going away. Clears out all connections
7958 final ArrayList<android.content.UriPermission> result = Lists.newArrayList();
7968 result.add(perm.buildPersistedPublicApiObject());
7979 result.add(perm.buildPersistedPublicApiObject());
7985 return new ParceledListSlice<android.content.UriPermission>(result);
10452 if (pae.result != null) {
10453 pae.extras.putBundle(Intent.EXTRA_ASSIST_CONTEXT, pae.result);
10501 pae.result = extras;
10505 // Caller is just waiting for the result.
11629 AppErrorResult result = new AppErrorResult();
11636 data.put("result", result);
11645 int res = result.get();
12026 AppErrorResult result = new AppErrorResult();
12089 data.put("result", result);
12097 int res = result.get();
12127 Intent result = new Intent(Intent.ACTION_APP_ERROR);
12128 result.setComponent(r.errorReportReceiver);
12129 result.putExtra(Intent.EXTRA_BUG_REPORT, report);
12130 result.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK);
12131 return result;
14850 * called both as a result of the process dying, or directly when stopping
15264 boolean result = false;
15279 result = true;
15282 result = true;
15285 result = UserHandle.isSameApp(aInfo.uid, Process.PHONE_UID)
15290 + ", " + className + ", 0x" + Integer.toHexString(flags) + ") = " + result);
15292 return result;
15841 Slog.w(TAG, "Broadcast " + intent + " not ordered but result callback requested!");
18798 boolean result = startUser(userId, /* foreground */ true);
18800 return result;
19357 // This is the result receiver for the final shutdown broadcast.
19365 // This is the result receiver for the initial stopping broadcast.