Searched refs:mCheckedOptions (Results 1 – 3 of 3) sorted by relevance
197 private final ActivityOptions mCheckedOptions; field in ActivityInterceptorCallback.ActivityInterceptorInfo216 this.mCheckedOptions = builder.mCheckedOptions; in ActivityInterceptorInfo()241 private ActivityOptions mCheckedOptions = null; field in ActivityInterceptorCallback.ActivityInterceptorInfo.Builder308 mCheckedOptions = checkedOptions; in setCheckedOptions()389 return mCheckedOptions; in getCheckedOptions()
266 private final ActivityOptions mCheckedOptions; field in BalState291 mCheckedOptions = checkedOptions; in BalState()455 return PendingIntentRecord.isPendingIntentBalAllowedByPermission(mCheckedOptions); in isPendingIntentBalAllowedByPermission()462 return mCheckedOptions.getPendingIntentCreatorBackgroundActivityStartMode() in callerExplicitOptInOrAutoOptIn()470 return mCheckedOptions.getPendingIntentBackgroundActivityStartMode() in realCallerExplicitOptInOrAutoOptIn()475 return mCheckedOptions.getPendingIntentCreatorBackgroundActivityStartMode() in callerExplicitOptOut()480 return mCheckedOptions.getPendingIntentBackgroundActivityStartMode() in realCallerExplicitOptOut()485 return mCheckedOptions.getPendingIntentCreatorBackgroundActivityStartMode() in callerExplicitOptInOrOut()490 return mCheckedOptions.getPendingIntentBackgroundActivityStartMode() in realCallerExplicitOptInOrOut()
135 ActivityOptions mCheckedOptions = ActivityOptions.makeBasic() field in BackgroundActivityStartControllerExemptionTests220 ActivityOptions checkedOptions = mCheckedOptions; in testNoExemption()260 ActivityOptions checkedOptions = mCheckedOptions; in testCaller_appHasVisibleWindow()292 ActivityOptions checkedOptions = mCheckedOptions; in testRealCaller_appHasVisibleWindow()332 ActivityOptions checkedOptions = mCheckedOptions; in testCaller_appAllowedByBLPC()368 ActivityOptions checkedOptions = mCheckedOptions; in testRealCaller_appAllowedByBLPC()417 ActivityOptions checkedOptions = mCheckedOptions; in testRealCaller_appAllowedByBLPCforOtherProcess()453 ActivityOptions checkedOptions = mCheckedOptions; in testRealCaller_isCompanionApp()485 ActivityOptions checkedOptions = mCheckedOptions; in testCaller_balPermission()518 ActivityOptions checkedOptions = mCheckedOptions; in testRealCaller_balPermission()[all …]