/frameworks/opt/car/services/updatableServices/src/com/android/server/wm/ |
D | CarDisplayCompatActivityInterceptor.java | 156 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()
|
D | CarLaunchOnPrivateDisplayActivityInterceptor.java | 166 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()
|
D | CarActivityInterceptorUpdatableImpl.java | 97 optionsWrapper.getOptions()); in onInterceptActivityLaunch() 144 int launchDisplayId = optionsWrapper.getOptions().getLaunchDisplayId(); in isRootTaskDisplayIdSameAsLaunchDisplayId()
|
D | CarLaunchParamsModifierUpdatableImpl.java | 270 ActivityOptionsWrapper options = params.getOptions(); in calculate() 304 options.getOptions().getLaunchDisplayId()); in calculate()
|
D | CarDisplayCompatScaleProviderUpdatableImpl.java | 297 int displayId = info.getCheckedOptions().getOptions().getLaunchDisplayId(); in onInterceptActivityLaunch()
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | SafeActivityOptions.java | 171 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
|
D | ResetTargetTaskHelper.java | 266 mTopOptions = p.getOptions(); in takeOption()
|
D | WindowContextListenerController.java | 179 @Nullable Bundle getOptions(IBinder clientToken) { in getOptions() method in WindowContextListenerController
|
/frameworks/opt/car/services/builtInServices/tests/src/com/android/server/wm/ |
D | ActivityOptionsWrapperTest.java | 37 assertThat(wrapper.getOptions()).isSameInstanceAs(options); in create_returnsActivityOptionWrapper()
|
/frameworks/opt/car/services/builtInServices/src/com/android/server/wm/ |
D | ActivityOptionsWrapper.java | 52 public ActivityOptions getOptions() { in getOptions() method in ActivityOptionsWrapper
|
D | CalculateParams.java | 95 public ActivityOptionsWrapper getOptions() { in getOptions() method in CalculateParams
|
/frameworks/base/services/tests/servicestests/src/com/android/server/contentcapture/ |
D | ContentCaptureManagerServiceTest.java | 274 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/ |
D | CarDisplayCompatActivityInterceptorTest.java | 233 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/ |
D | AmbientContextEventRequest.java | 65 public @NonNull PersistableBundle getOptions() { in getOptions() method in AmbientContextEventRequest
|
/frameworks/opt/car/services/builtInServices/api/ |
D | module-lib-current.txt | 65 method public android.app.ActivityOptions getOptions(); 85 method public com.android.server.wm.ActivityOptionsWrapper getOptions();
|
/frameworks/base/tests/VoiceInteraction/src/com/android/test/voiceinteraction/ |
D | MainInteractionSession.java | 408 + 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/ |
D | SafeActivityOptionsTest.java | 214 safeActivityOptions.getOptions(null, aInfo, null, taskSupervisor); in verifySecureExceptionThrown()
|
D | ActivityRecordTests.java | 346 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/ |
D | IndexableProcessor.java | 224 mPackage = processingEnvironment.getOptions() in init()
|
/frameworks/base/services/core/java/com/android/server/biometrics/sensors/ |
D | AuthenticationClient.java | 166 protected O getOptions() { in getOptions() method in AuthenticationClient
|
/frameworks/rs/tests/java_api/Refocus/src/com/android/rs/test/ |
D | XmpDepthDecode.java | 177 info.getValue(), info.getOptions()); in read()
|
/frameworks/base/services/contentcapture/java/com/android/server/contentcapture/ |
D | ContentCaptureManagerService.java | 1249 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
|
D | ContentCapturePerUserService.java | 740 .getOptions(mUserId, packageName); in updateContentCaptureOptions()
|
/frameworks/base/services/core/java/com/android/server/biometrics/sensors/face/aidl/ |
D | FaceAuthenticationClient.java | 209 }, getOptions()); in doAuthenticate()
|
/frameworks/base/services/core/java/com/android/server/biometrics/sensors/fingerprint/aidl/ |
D | FingerprintAuthenticationClient.java | 340 }, getOptions()); in doAuthenticate()
|