Home
last modified time | relevance | path

Searched refs:mCheckedOptions (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/services/core/java/com/android/server/wm/
DActivityInterceptorCallback.java197 private final ActivityOptions mCheckedOptions; field in ActivityInterceptorCallback.ActivityInterceptorInfo
216 this.mCheckedOptions = builder.mCheckedOptions; in ActivityInterceptorInfo()
241 private ActivityOptions mCheckedOptions = null; field in ActivityInterceptorCallback.ActivityInterceptorInfo.Builder
308 mCheckedOptions = checkedOptions; in setCheckedOptions()
389 return mCheckedOptions; in getCheckedOptions()
DBackgroundActivityStartController.java266 private final ActivityOptions mCheckedOptions; field in BalState
291 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()
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DBackgroundActivityStartControllerExemptionTests.java135 ActivityOptions mCheckedOptions = ActivityOptions.makeBasic() field in BackgroundActivityStartControllerExemptionTests
220 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 …]