Home
last modified time | relevance | path

Searched refs:controls (Results 1 – 25 of 45) sorted by relevance

12

/packages/modules/AdServices/adservices/tests/unittest/service-core/assets/msmt_interop_tests/
Ddefault_config.json2 // Positive integer that controls how many sources can be in the storage per
6 // Positive integer that controls the maximum number of distinct destinations
11 // Positive integer that controls the maximum number of distinct destinations
17 // Positive integer that controls the total maximum number of distinct
23 // Positive integer that controls the rate-limiting window in minutes for
27 // Positive integer that controls the rate-limiting time window in days for
31 // Positive integer that controls the maximum number of distinct reporting
36 // Positive integer that controls the maximum number of distinct reporting
41 // Positive integer that controls the maximum number of attributions for a
46 // Positive integer that controls the maximum number of distinct reporting
[all …]
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/audio_util/
DPlayerSettingsManager.java115 MediaControllerCompat.TransportControls controls; in setPlayerRepeatMode() local
117 controls = mActivePlayerController.getTransportControls(); in setPlayerRepeatMode()
124 controls.setRepeatMode(PlaybackStateCompat.REPEAT_MODE_NONE); in setPlayerRepeatMode()
127 controls.setRepeatMode(PlaybackStateCompat.REPEAT_MODE_ONE); in setPlayerRepeatMode()
130 controls.setRepeatMode(PlaybackStateCompat.REPEAT_MODE_GROUP); in setPlayerRepeatMode()
133 controls.setRepeatMode(PlaybackStateCompat.REPEAT_MODE_ALL); in setPlayerRepeatMode()
136 controls.setRepeatMode(PlaybackStateCompat.REPEAT_MODE_NONE); in setPlayerRepeatMode()
147 MediaControllerCompat.TransportControls controls; in setPlayerShuffleMode() local
149 controls = mActivePlayerController.getTransportControls(); in setPlayerShuffleMode()
156 controls.setShuffleMode(PlaybackStateCompat.SHUFFLE_MODE_NONE); in setPlayerShuffleMode()
[all …]
/packages/modules/AdServices/adservices/apk/java/com/android/adservices/ui/settings/activitydelegates/
DTopicsActivityActionDelegate.java77 controls -> in initGA()
80 controls.setEnabled(false); in initGA()
81 controls.setAlpha( in initGA()
85 ((Button) controls) in initGA()
88 controls.setEnabled(true); in initGA()
89 controls.setAlpha( in initGA()
93 ((Button) controls) in initGA()
131 controls -> in configureSharedElements()
133 controls.setVisibility( in configureSharedElements()
139 controls -> in configureSharedElements()
[all …]
DAppsActivityActionDelegate.java78 controls -> in initGA()
81 controls.setEnabled(false); in initGA()
82 controls.setAlpha( in initGA()
86 ((Button) controls) in initGA()
89 controls.setEnabled(true); in initGA()
90 controls.setAlpha( in initGA()
94 ((Button) controls) in initGA()
132 controls -> in configureSharedElements()
134 controls.setVisibility( in configureSharedElements()
140 controls -> in configureSharedElements()
[all …]
DBlockedAppsActivityActionDelegate.java78 controls -> in configureSharedElements()
80 controls.setVisibility( in configureSharedElements()
DBlockedTopicsActivityActionDelegate.java78 controls -> in configureSharedElements()
80 controls.setVisibility( in configureSharedElements()
/packages/modules/ConfigInfrastructure/service/
Dflags.aconfig13 description: "This flag controls enabling the unattended reboot feature for applying flags."
20 description: "This flag controls enabling sim pin replay for unattended reboot."
27 description: "This flags controls allowing devices to configure the reboot window and frequency."
34 description: "This flags controls allowing devices to configure reboot to require charging."
/packages/apps/Car/Launcher/app/
Dcar_launcher_flags.aconfig7 description: "This flag controls Calm mode"
14 description: "This flag controls whether the media card uses media sessions"
21 description: "This flag controls Media widget redesign"
/packages/services/Car/car_product/distant_display/apps/CarDistantDisplaySystemUI/src/com/android/systemui/car/qc/
DDisplaySwitcher.java64 List<DistantDisplayQcItem> controls = mDistantDisplayController.getControls(); in getQCItem() local
65 if (controls != null) { in getQCItem()
66 for (DistantDisplayQcItem control : controls) { in getQCItem()
/packages/apps/Settings/src/com/android/settings/connecteddevice/audiosharing/audiostreams/
DMediaControlHelper.java86 var controls = controller.getTransportControls(); in start()
87 if (controls != null) { in start()
88 controls.stop(); in start()
/packages/apps/Settings/aconfig/
Dsettings_biometrics_integration_declarations.aconfig7 description: "This flag controls whether the sfps pause enrollment feature should be enabled"
14 description: "This flag controls whether the fps enroll calibration feature should be enabled"
/packages/apps/Dialer/java/com/android/incallui/video/impl/
DVideoCallFragment.java142 private View controls; field in VideoCallFragment
235 controls = view.findViewById(R.id.videocall_video_controls); in onCreateView()
236 controls.setVisibility(getActivity().isInMultiWindowMode() ? View.GONE : View.VISIBLE); in onCreateView()
310 controls.addOnLayoutChangeListener( in onCreateView()
325 controls.removeOnLayoutChangeListener(this); in onCreateView()
363 controls.setVisibility(View.INVISIBLE); in onViewCreated()
447 controls in exitFullscreenMode()
457 controls.setVisibility(View.VISIBLE); in exitFullscreenMode()
546 private Point getControlsOffsetEndHidden(View controls) { in getControlsOffsetEndHidden() argument
548 return new Point(0, getOffsetBottom(controls)); in getControlsOffsetEndHidden()
[all …]
DSurfaceViewVideoCallFragment.java112 private View controls; field in SurfaceViewVideoCallFragment
188 controls = view.findViewById(R.id.videocall_video_controls); in onCreateView()
189 controls.setVisibility(getActivity().isInMultiWindowMode() ? View.GONE : View.VISIBLE); in onCreateView()
355 controls in exitFullscreenMode()
447 private Point getControlsOffsetEndHidden(View controls) { in getControlsOffsetEndHidden() argument
449 return new Point(0, getOffsetBottom(controls)); in getControlsOffsetEndHidden()
451 return new Point(getOffsetStart(controls), 0); in getControlsOffsetEndHidden()
527 Point offset = getControlsOffsetEndHidden(controls); in enterFullscreenMode()
528 controls in enterFullscreenMode()
/packages/apps/Car/VoiceControl/src/com/android/car/voicecontrol/actuators/
DMediaActuator.java282 MediaControllerCompat.TransportControls controls = getTransportControls(controller); in executePlaybackAction() local
283 if (controls == null) { in executePlaybackAction()
296 controls.play(); in executePlaybackAction()
298 controls.pause(); in executePlaybackAction()
300 controls.stop(); in executePlaybackAction()
302 controls.playFromSearch(query, null); in executePlaybackAction()
DRadioActuator.java108 MediaControllerCompat.TransportControls controls = mMediaController.getTransportControls(); in tuneRadioFrequencyAndBand() local
115 controls.playFromUri(uri, null); in tuneRadioFrequencyAndBand()
/packages/modules/Connectivity/common/
Dflags.aconfig19 description: "This flag controls whether isUidNetworkingBlocked is supported"
35 description: "The flag controls the access for getIpSecTransformState and IpSecTransformState"
43 …description: "The flag controls the access for the parcelable TetheringRequest with getSoftApConfi…
/packages/providers/MediaProvider/pdf/framework/
Dpdf_viewer_flags.aconfig10 description: "This flag controls whether to enable pdf viewer APIs."
19 description: "This flag controls whether to enable pdf viewer form filling APIs."
/packages/apps/Camera2/src/com/android/camera/one/v2/initialization/
DInitializedOneCameraFactory.java140 CameraStarter.CameraControls controls = cameraStarter.startCamera( in InitializedOneCameraFactory()
144 mPictureTaker.set(controls.getPictureTaker()); in InitializedOneCameraFactory()
145 mManualAutoFocus.set(controls.getManualAutoFocus()); in InitializedOneCameraFactory()
/packages/modules/Uwb/flags/
Duwb_flags.aconfig8 description: "This flag controls whether querying timestamp is allowed"
16 description: "This flag controls hybrid session configuration support"
/packages/apps/Car/SystemUI/samples/
DREADME.md17 adb shell cmd overlay enable --user 0 com.android.systemui.controls.systembar.insets.rro
18 adb shell cmd overlay enable --user 10 com.android.systemui.controls.systembar.insets.rro
/packages/services/Car/cpp/evs/sampleDriver/hidl/
DConfigManager.cpp178 aCamera->controls.emplace(aParam, std::make_tuple(minVal, maxVal, stepVal)); in readCameraCapabilities()
554 aCamera->controls.emplace(temp.cid, std::make_tuple(temp.min, temp.max, temp.step)); in readConfigDataFromBinary()
659 aCamera->controls.emplace(temp.cid, std::make_tuple(temp.min, temp.max, temp.step)); in readConfigDataFromBinary()
761 sz = camInfo->controls.size(); in writeConfigDataToBinary()
763 for (auto&& [ctrl, range] : camInfo->controls) { in writeConfigDataToBinary()
848 sz = camInfo->controls.size(); in writeConfigDataToBinary()
850 for (auto& [ctrl, range] : camInfo->controls) { in writeConfigDataToBinary()
/packages/services/Car/cpp/evs/sampleDriver/aidl/src/
DConfigManager.cpp177 aCamera->controls.insert_or_assign(aParam, in readCameraCapabilities()
553 aCamera->controls.insert_or_assign(temp.cid, in readConfigDataFromBinary()
659 aCamera->controls.insert_or_assign(temp.cid, in readConfigDataFromBinary()
762 sz = camInfo->controls.size(); in writeConfigDataToBinary()
764 for (auto&& [ctrl, range] : camInfo->controls) { in writeConfigDataToBinary()
847 sz = camInfo->controls.size(); in writeConfigDataToBinary()
849 for (auto& [ctrl, range] : camInfo->controls) { in writeConfigDataToBinary()
/packages/providers/ContactsKeysProvider/
Dcontactskeysprovider_flags.aconfig8 description: "This flag controls whether E2EE contact key values are returned for apps with "
/packages/apps/Car/Settings/aconfig/
Dcarsettings.aconfig7 description: "Flag to show the new UI theme toggle within settings and quick controls"
/packages/services/Car/aconfig/
Dflags.aconfig18 description: "This flag controls the display compatibility system feature."
27 description: "This flag controls if apps can query the inhibit state or bluetooth profiles."

12