Searched refs:newResult (Results 1 – 4 of 4) sorted by relevance
264 final Bundle newResult = new Bundle(result); in sanitizeResult() local265 newResult.putString(KEY_AUTHTOKEN, "<omitted for logging purposes>"); in sanitizeResult()266 return newResult; in sanitizeResult()
509 final Bundle newResult = new Bundle(); in onResult() local510 newResult.putBoolean(AccountManager.KEY_BOOLEAN_RESULT, in onResult()512 response.onResult(newResult); in onResult()
344 protected R newResult(F filter, int match) { in newResult() method in IntentResolver550 final R oneResult = newResult(filter, match); in buildResolveList()
4432 protected ResolveInfo newResult(PackageParser.ActivityIntentInfo info, in newResult() method in PackageManagerService.ActivityIntentResolver4607 protected ResolveInfo newResult(PackageParser.ServiceIntentInfo filter, in newResult() method in PackageManagerService.ServiceIntentResolver