Searched refs:mResultForRealCaller (Results 1 – 1 of 1) sorted by relevance
270 private BalVerdict mResultForRealCaller; field in BalState449 Preconditions.checkState(mResultForRealCaller == null, in setResultForRealCaller()451 this.mResultForRealCaller = resultForRealCaller; in setResultForRealCaller()542 sb.append("; resultIfPiSenderAllowsBal: ").append(mResultForRealCaller); in toString()782 return statsLog(state.mResultForRealCaller, state); in allowBasedOnRealCaller()788 && (state.mResultForCaller.allows() || state.mResultForRealCaller.allows())) { in abortLaunch()1717 state.mResultForRealCaller == null ? BAL_BLOCK in writeBalAllowedLog()1718 : state.mResultForRealCaller.getRawCode(), in writeBalAllowedLog()