Searched refs:resultForCaller (Results 1 – 1 of 1) sorted by relevance
442 public void setResultForCaller(BalVerdict resultForCaller) { in setResultForCaller() argument445 this.mResultForCaller = resultForCaller; in setResultForCaller()706 BalVerdict resultForCaller = checkBackgroundActivityStartAllowedByCaller(state); in checkBackgroundActivityStart() local707 state.setResultForCaller(resultForCaller); in checkBackgroundActivityStart()710 if (resultForCaller.allows()) { in checkBackgroundActivityStart()723 BalVerdict resultForRealCaller = state.callerIsRealCaller() && resultForCaller.allows() in checkBackgroundActivityStart()724 ? resultForCaller in checkBackgroundActivityStart()730 resultForCaller.setOnlyCreatorAllows( in checkBackgroundActivityStart()731 resultForCaller.allows() && resultForRealCaller.blocks()); in checkBackgroundActivityStart()735 if (resultForCaller.allows() && state.callerExplicitOptInOrAutoOptIn()) { in checkBackgroundActivityStart()[all …]