/frameworks/base/services/tests/mockingservicestests/src/com/android/server/location/injector/ |
D | FakeSettingsHelper.java | 37 private static class Setting { class in FakeSettingsHelper 44 Setting(Object defaultValue) { in Setting() method in FakeSettingsHelper.Setting 81 private final Setting mLocationEnabledSetting = new Setting(Boolean.TRUE); 82 private final Setting mBackgroundThrottleIntervalSetting = new Setting(30 * 60 * 1000L); 83 private final Setting mLocationPackageBlacklistSetting = new Setting(Collections.emptySet()); 84 private final Setting mBackgroundThrottlePackageWhitelistSetting = new Setting( 86 private final Setting mGnssMeasurementsFullTrackingSetting = new Setting(Boolean.FALSE); 87 private final Setting mAdasPackageAllowlist = new Setting( 89 private final Setting mIgnoreSettingsAllowlist = new Setting( 91 private final Setting mBackgroundThrottleProximityAlertIntervalSetting = new Setting( [all …]
|
/frameworks/base/services/core/java/com/android/server/hdmi/ |
D | HdmiCecConfig.java | 87 private final ArrayMap<Setting, ArrayMap<SettingChangeListener, Executor>> 90 private LinkedHashMap<String, Setting> mSettings = new LinkedHashMap<>(); 208 protected class Setting { class in HdmiCecConfig 216 Setting(@NonNull Context context, in Setting() method in HdmiCecConfig.Setting 291 Setting hdmiCecEnabled = registerSetting( in HdmiCecConfig() 301 Setting hdmiCecVersion = registerSetting( in HdmiCecConfig() 311 Setting routingControlControl = registerSetting( in HdmiCecConfig() 321 Setting soundbarMode = registerSetting( in HdmiCecConfig() 331 Setting powerControlMode = registerSetting( in HdmiCecConfig() 347 Setting powerStateChangeOnActiveSourceLost = registerSetting( in HdmiCecConfig() [all …]
|
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/location/ |
D | SettingsInjector.java | 103 protected final Set<Setting> mSettings; 109 mSettings = new HashSet<Setting>(); in SettingsInjector() 187 mSettings.add(new Setting(setting, preference)); in getInjectedSettings() 341 WeakReference<Set<Setting>> mAllSettings; 346 private Deque<Setting> mSettingsToLoad = new ArrayDeque<Setting>(); 352 private Set<Setting> mSettingsBeingLoaded = new ArraySet<Setting>(); 354 public StatusLoadingHandler(Set<Setting> allSettings) { in StatusLoadingHandler() 368 final Set<Setting> allSettings = mAllSettings.get(); in handleMessage() 377 final Setting receivedSetting = (Setting) msg.obj; in handleMessage() 383 final Setting timedOutSetting = (Setting) msg.obj; in handleMessage() [all …]
|
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/ |
D | SettingsProvider.java | 127 import com.android.providers.settings.SettingsState.Setting; 434 Setting setting = getConfigSetting(name); in call() 439 Setting setting = getGlobalSetting(name); in call() 444 Setting setting = getSecureSetting(name, requestingUserId); in call() 449 Setting setting = getSystemSetting(name, requestingUserId); in call() 610 Setting setting = getGlobalSetting(args.name); in query() 619 Setting setting = getSecureSetting(args.name, userId); in query() 628 Setting setting = getSystemSetting(args.name, userId); in query() 965 Setting setting = settingsState.getSettingLocked(name); in dumpSettingsLocked() 1070 Setting setting = getSecureSetting( in startWatchingUserRestrictionChanges() [all …]
|
D | SettingsState.java | 218 private final ArrayMap<String, Setting> mSettings = new ArrayMap<>(); 235 private final Setting mNullSetting = new Setting(null, null, false, null, null) { 460 Setting markerSetting = mSettings.get(compareMarkerName); in compareFlagValueInNewStorage() 463 new Setting( in compareFlagValueInNewStorage() 488 Setting setting = mSettings.valueAt(i); in getAllAconfigFlagsFromSettings() 557 Setting markerSetting = mSettings.get(bulkSyncMarkerName); in handleBulkSyncToNewStorage() 559 markerSetting = new Setting(bulkSyncMarkerName, "false", false, "aconfig", "aconfig"); in handleBulkSyncToNewStorage() 709 public Setting getNullSetting() { in getNullSetting() 737 Setting setting = mSettings.valueAt(i); in removeSettingsForPackageLocked() 776 public Setting getSettingLocked(String name) { in getSettingLocked() [all …]
|
/frameworks/base/core/java/android/app/time/ |
D | TimeZoneConfiguration.java | 67 @interface Setting {} annotation in TimeZoneConfiguration 70 @Setting 74 @Setting 182 private void enforceSettingPresent(@Setting String setting) { in enforceSettingPresent()
|
D | TimeConfiguration.java | 67 @interface Setting {} annotation in TimeConfiguration 70 @Setting 149 private void enforceSettingPresent(@TimeZoneConfiguration.Setting String setting) { in enforceSettingPresent()
|
/frameworks/proto_logging/stats/atoms/dream/ |
D | dream_extension_atoms.proto | 92 // Setting for whether dream is enabled. 95 // Setting for what dream component to show. 98 // Setting for when dream should begin. 101 // Setting for whether to show additional information. 104 // Setting for whether to show home controls.
|
/frameworks/base/services/core/java/com/android/server/location/contexthub/ |
D | IContextHubWrapper.java | 27 import android.hardware.contexthub.V1_1.Setting; 593 onSettingChanged(android.hardware.contexthub.Setting.LOCATION, enabled); in onLocationSettingChanged() 600 onSettingChanged(android.hardware.contexthub.Setting.AIRPLANE_MODE, enabled); in onAirplaneModeSettingChanged() 604 onSettingChanged(android.hardware.contexthub.Setting.MICROPHONE, enabled); in onMicrophoneSettingChanged() 608 onSettingChanged(android.hardware.contexthub.Setting.WIFI_MAIN, enabled); in onWifiMainSettingChanged() 612 onSettingChanged(android.hardware.contexthub.Setting.WIFI_SCANNING, enabled); in onWifiScanningSettingChanged() 616 onSettingChanged(android.hardware.contexthub.Setting.BT_MAIN, enabled); in onBtMainSettingChanged() 620 onSettingChanged(android.hardware.contexthub.Setting.BT_SCANNING, enabled); in onBtScanningSettingChanged() 1112 mHub.onSettingChanged(Setting.LOCATION, in onLocationSettingChanged() 1172 sendSettingChanged(Setting.LOCATION, in onLocationSettingChanged() [all …]
|
/frameworks/av/media/libstagefright/xmlparser/api/ |
D | current.txt | 123 public class Setting { 124 ctor public Setting(); 137 method public java.util.List<media.codecs.Setting> getDomain_optional(); 138 method public java.util.List<media.codecs.Setting> getSetting_optional(); 139 method public java.util.List<media.codecs.Setting> getVariant_optional();
|
/frameworks/base/core/java/com/android/internal/foldables/ |
D | fold_lock_setting_flags.aconfig | 7 description: "Feature flag for Fold Lock Setting"
|
/frameworks/av/media/module/libmediatranscoding/transcoder/ |
D | setloglevel.sh | 27 echo Setting transcoder log level to $level
|
/frameworks/base/packages/CredentialManager/wear/robotests/src/com/android/credentialmanager/ |
D | CredentialSelectorViewModelTest.kt | 77 fun `Setting state to idle when receiving null request`() { in Setting state to idle when receiving null request() 85 fun `Setting state to cancel when receiving Cancel request`() { in Setting state to cancel when receiving Cancel request() 94 fun `Setting state to create when receiving Create request`() { in Setting state to create when receiving Create request()
|
/frameworks/native/vulkan/ |
D | README.md | 13 … to format all C/C++ code, except code imported verbatim from elsewhere. Setting up git-clang-form…
|
/frameworks/base/packages/SystemUI/docs/ |
D | dialogs.md | 11 ### Setting the internal elements
|
/frameworks/base/core/java/android/view/accessibility/flags/ |
D | accessibility_flags.aconfig | 17 description: "Add Quick Setting as one of the a11y shortcut options"
|
/frameworks/base/packages/SettingsProvider/test/src/com/android/providers/settings/ |
D | SettingsStateTest.java | 398 SettingsState.Setting s; in testUpgrade() 811 SettingsState.Setting s; in testSetSettingsLockedStagesAconfigFlags() 882 SettingsState.Setting s; in testsetSettingsLockedKeepTrunkDefault() 930 SettingsState.Setting s; in testsetSettingsLockedNoTrunkDefault()
|
/frameworks/native/opengl/specs/ |
D | EGL_ANDROID_presentation_time.txt | 88 eglPresentationTimeANDROID overriding prior calls. Setting the
|
/frameworks/base/services/tests/servicestests/src/com/android/server/hdmi/ |
D | FakeHdmiCecConfig.java | 381 protected String retrieveValue(@NonNull Setting setting, @NonNull String defaultValue) { in retrieveValue() 386 protected void storeValue(@NonNull Setting setting, @NonNull String value) { in storeValue()
|
/frameworks/native/services/surfaceflinger/sysprop/ |
D | SurfaceFlingerProperties.sysprop | 348 # display to a lower refresh rate. Setting this property to 0 means there is no timer. 360 # Setting this property to 0 means there is no timer.
|
/frameworks/wilhelm/doc/ |
D | Doxyfile | 243 # and setter methods for a property. Setting this option to YES (the default) 702 # Setting the INLINE_SOURCES tag to YES will include the body 707 # Setting the STRIP_CODE_COMMENTS tag to YES (the default) will instruct 838 # page will contain the date and time when the page was generated. Setting 1436 # or super classes. Setting the tag to NO turns the diagrams off. Note that 1498 # indirect inheritance relations. Setting this tag to YES will force the
|
/frameworks/base/core/proto/android/providers/settings/ |
D | secure.proto | 40 // Setting specifying the accessibility service or feature to be toggled via 89 // Setting for accessibility magnification for following typing.
|
/frameworks/native/docs/ |
D | Doxyfile | 293 # getter and setter methods for a property. Setting this option to YES (the 846 # Setting the INLINE_SOURCES tag to YES will include the body 851 # Setting the STRIP_CODE_COMMENTS tag to YES (the default) will instruct 1007 # page will contain the date and time when the page was generated. Setting 1703 # or super classes. Setting the tag to NO turns the diagrams off. Note that 1761 # indirect inheritance relations. Setting this tag to YES will force the
|
/frameworks/base/services/core/java/com/android/server/rollback/ |
D | README.md | 206 ### Setting Rollback Impact Level
|
/frameworks/av/media/codec2/docs/ |
D | doxygen.config | 339 # getter and setter methods for a property. Setting this option to YES will make 950 # Setting the INLINE_SOURCES tag to YES will include the body of functions, 956 # Setting the STRIP_CODE_COMMENTS tag to YES will instruct doxygen to hide any 1188 # page will contain the date and time when the page was generated. Setting this 1774 # page will contain the date and time when the page was generated. Setting this 2139 # (in HTML and LaTeX) for classes with base or super classes. Setting the tag to 2214 # Setting this tag to YES will force the CLASS_DIAGRAMS tag to NO.
|