Home
last modified time | relevance | path

Searched refs:getOptions (Results 1 – 25 of 41) sorted by relevance

12

/frameworks/opt/car/services/updatableServices/src/com/android/server/wm/
DCarDisplayCompatActivityInterceptor.java156 intent.putExtra(LAUNCH_ACTIVITY_OPTIONS, launchOptions.getOptions().toBundle()); in onInterceptActivityLaunch()
161 int launchDisplayId = launchOptions.getOptions().getLaunchDisplayId(); in onInterceptActivityLaunch()
169 return ActivityInterceptResultWrapper.create(intent, optionsWrapper.getOptions()); in onInterceptActivityLaunch()
DCarLaunchOnPrivateDisplayActivityInterceptor.java166 if (launchOptions.getOptions() != null) { in onInterceptActivityLaunch()
167 intent.putExtra(LAUNCH_ACTIVITY_OPTIONS, launchOptions.getOptions().toBundle()); in onInterceptActivityLaunch()
171 return ActivityInterceptResultWrapper.create(intent, launchOptions.getOptions()); in onInterceptActivityLaunch()
DCarActivityInterceptorUpdatableImpl.java97 optionsWrapper.getOptions()); in onInterceptActivityLaunch()
144 int launchDisplayId = optionsWrapper.getOptions().getLaunchDisplayId(); in isRootTaskDisplayIdSameAsLaunchDisplayId()
DCarLaunchParamsModifierUpdatableImpl.java270 ActivityOptionsWrapper options = params.getOptions(); in calculate()
304 options.getOptions().getLaunchDisplayId()); in calculate()
DCarDisplayCompatScaleProviderUpdatableImpl.java297 int displayId = info.getCheckedOptions().getOptions().getLaunchDisplayId(); in onInterceptActivityLaunch()
/frameworks/base/services/core/java/com/android/server/wm/
DSafeActivityOptions.java171 ActivityOptions getOptions(ActivityRecord r) throws SecurityException { in getOptions() method in SafeActivityOptions
172 return getOptions(r.intent, r.info, r.app, r.mTaskSupervisor); in getOptions()
179 ActivityOptions getOptions(ActivityTaskSupervisor supervisor) throws SecurityException { in getOptions() method in SafeActivityOptions
180 return getOptions(null, null, null, supervisor); in getOptions()
190 ActivityOptions getOptions(@Nullable Intent intent, @Nullable ActivityInfo aInfo, in getOptions() method in SafeActivityOptions
DResetTargetTaskHelper.java266 mTopOptions = p.getOptions(); in takeOption()
DWindowContextListenerController.java179 @Nullable Bundle getOptions(IBinder clientToken) { in getOptions() method in WindowContextListenerController
/frameworks/opt/car/services/builtInServices/tests/src/com/android/server/wm/
DActivityOptionsWrapperTest.java37 assertThat(wrapper.getOptions()).isSameInstanceAs(options); in create_returnsActivityOptionWrapper()
/frameworks/opt/car/services/builtInServices/src/com/android/server/wm/
DActivityOptionsWrapper.java52 public ActivityOptions getOptions() { in getOptions() method in ActivityOptionsWrapper
DCalculateParams.java95 public ActivityOptionsWrapper getOptions() { in getOptions() method in CalculateParams
/frameworks/base/services/tests/servicestests/src/com/android/server/contentcapture/
DContentCaptureManagerServiceTest.java274 mContentCaptureManagerService.mGlobalContentCaptureOptions.getOptions( in getOptions_contentCaptureDisabled_contentProtectionDisabled()
290 mContentCaptureManagerService.mGlobalContentCaptureOptions.getOptions( in getOptions_contentCaptureDisabled_contentProtectionEnabled()
306 mContentCaptureManagerService.mGlobalContentCaptureOptions.getOptions( in getOptions_contentCaptureEnabled_contentProtectionDisabled()
328 mContentCaptureManagerService.mGlobalContentCaptureOptions.getOptions( in getOptions_contentCaptureEnabled_contentProtectionEnabled()
/frameworks/opt/car/services/updatableServices/tests/src/com/android/server/wm/
DCarDisplayCompatActivityInterceptorTest.java233 when(mockActivityOptionsWrapper.getOptions()).thenReturn(mockActivityOptions); in hostActivity_whenNoLaunchDisplayId_launchesOnDefaultDisplay()
251 when(mockActivityOptionsWrapper.getOptions()).thenReturn(mockActivityOptions); in hostActivity_withLaunchDisplayId_launchesOnCorrectDisplay()
/frameworks/base/core/java/android/app/ambientcontext/
DAmbientContextEventRequest.java65 public @NonNull PersistableBundle getOptions() { in getOptions() method in AmbientContextEventRequest
/frameworks/opt/car/services/builtInServices/api/
Dmodule-lib-current.txt65 method public android.app.ActivityOptions getOptions();
85 method public com.android.server.wm.ActivityOptionsWrapper getOptions();
/frameworks/base/tests/VoiceInteraction/src/com/android/test/voiceinteraction/
DMainInteractionSession.java408 + Arrays.toString(request.getOptions()) + " extras=" + request.getExtras()); in onRequestPickOption()
412 mPendingOptions = request.getOptions(); in onRequestPickOption()
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DSafeActivityOptionsTest.java214 safeActivityOptions.getOptions(null, aInfo, null, taskSupervisor); in verifySecureExceptionThrown()
DActivityRecordTests.java346 assertNull(activity.getOptions()); in testsApplyOptionsLocked()
354 assertNull(activity.getOptions()); in testsApplyOptionsLocked()
355 assertNull(activity2.getOptions()); in testsApplyOptionsLocked()
363 assertNull(activity.getOptions()); in testsApplyOptionsLocked()
364 assertNotNull(activity2.getOptions()); in testsApplyOptionsLocked()
870 assertNull(activity.getOptions()); in testTakeSceneTransitionInfo()
/frameworks/base/packages/SettingsLib/search/processor-src/com/android/settingslib/search/
DIndexableProcessor.java224 mPackage = processingEnvironment.getOptions() in init()
/frameworks/base/services/core/java/com/android/server/biometrics/sensors/
DAuthenticationClient.java166 protected O getOptions() { in getOptions() method in AuthenticationClient
/frameworks/rs/tests/java_api/Refocus/src/com/android/rs/test/
DXmpDepthDecode.java177 info.getValue(), info.getOptions()); in read()
/frameworks/base/services/contentcapture/java/com/android/server/contentcapture/
DContentCaptureManagerService.java1249 final ContentCaptureOptions options = mGlobalContentCaptureOptions.getOptions(userId, in registerContentCaptureOptionsCallback()
1392 return mGlobalContentCaptureOptions.getOptions(userId, packageName); in getOptionsForPackage()
1449 public ContentCaptureOptions getOptions(@UserIdInt int userId, in getOptions() method in ContentCaptureManagerService.GlobalContentCaptureOptions
DContentCapturePerUserService.java740 .getOptions(mUserId, packageName); in updateContentCaptureOptions()
/frameworks/base/services/core/java/com/android/server/biometrics/sensors/face/aidl/
DFaceAuthenticationClient.java209 }, getOptions()); in doAuthenticate()
/frameworks/base/services/core/java/com/android/server/biometrics/sensors/fingerprint/aidl/
DFingerprintAuthenticationClient.java340 }, getOptions()); in doAuthenticate()

12