Home
last modified time | relevance | path

Searched defs:systemProperties (Results 1 – 25 of 868) sorted by relevance

12345678910>>...35

/aosp_15_r20/frameworks/base/packages/SettingsLib/Spa/spa/src/com/android/settingslib/spa/framework/util/
H A DSystemProperties.kt27 val systemProperties = Class.forName("android.os.SystemProperties") in getBoolean() constant
/aosp_15_r20/frameworks/base/packages/SettingsLib/SettingsTheme/src/com/android/settingslib/widget/
H A DSettingsThemeHelper.kt62 val systemProperties = context.classLoader.loadClass("android.os.SystemProperties") in getPropBoolean() constant
/aosp_15_r20/external/robolectric/robolectric/src/main/java/org/robolectric/plugins/config/
H A DSingleValueConfigurer.java33 private final Properties systemProperties; field in SingleValueConfigurer
55 Properties systemProperties) { in SingleValueConfigurer()
/aosp_15_r20/frameworks/base/core/java/android/hardware/devicestate/
H A DDeviceState.java354 @NonNull ArraySet<@SystemDeviceStateProperties Integer> systemProperties, in Configuration()
465 public Builder setSystemProperties( in setSystemProperties()
/aosp_15_r20/frameworks/base/services/tests/servicestests/src/com/android/server/recoverysystem/
H A DRecoverySystemServiceTestable.java38 MockInjector(Context context, FakeSystemProperties systemProperties, in MockInjector()
147 RecoverySystemServiceTestable(Context context, FakeSystemProperties systemProperties, in RecoverySystemServiceTestable()
/aosp_15_r20/cts/common/device-side/bedstead/nene/src/main/java/com/android/bedstead/nene/
H A DTestApis.kt84 fun systemProperties(): SystemProperties = SystemProperties.sInstance method
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/policy/
H A DDeviceStateProviderImpl.java184 Set<@DeviceState.DeviceStateProperties Integer> systemProperties = in createFromConfig() local
218 Set<@DeviceState.SystemDeviceStateProperties Integer> systemProperties, in addPropertyByString()
/aosp_15_r20/external/robolectric/robolectric/src/test/java/org/robolectric/plugins/
H A DGraphicsModeConfigurerTest.java17 Properties systemProperties = new Properties(); in defaultConfig() local
H A DLooperModeConfigurerTest.java17 Properties systemProperties = new Properties(); in defaultConfig() local
/aosp_15_r20/external/robolectric/robolectric/src/main/java/org/robolectric/plugins/
H A DResourcesModeConfigurer.java15 Properties systemProperties, PackagePropertiesLoader propertyFileLoader) { in ResourcesModeConfigurer()
H A DLazyApplicationConfigurer.java19 Properties systemProperties, PackagePropertiesLoader propertyFileLoader) { in LazyApplicationConfigurer()
H A DTextLayoutModeConfigurer.java16 Properties systemProperties, PackagePropertiesLoader propertyFileLoader) { in TextLayoutModeConfigurer()
H A DGraphicsModeConfigurer.java15 Properties systemProperties, PackagePropertiesLoader propertyFileLoader) { in GraphicsModeConfigurer()
H A DLooperModeConfigurer.java15 Properties systemProperties, PackagePropertiesLoader propertyFileLoader) { in LooperModeConfigurer()
H A DSQLiteModeConfigurer.java18 Properties systemProperties, PackagePropertiesLoader propertyFileLoader) { in SQLiteModeConfigurer()
H A DConscryptModeConfigurer.java20 Properties systemProperties, PackagePropertiesLoader propertyFileLoader) { in ConscryptModeConfigurer()
/aosp_15_r20/test/robolectric-extensions/plugins/src/main/java/org/robolectric/android/plugins/
H A DAndroidConscryptModeConfigurer.java43 Properties systemProperties, PackagePropertiesLoader propertyFileLoader) { in AndroidConscryptModeConfigurer()
H A DAndroidSQLiteModeConfigurer.java41 Properties systemProperties, PackagePropertiesLoader propertyFileLoader) { in AndroidSQLiteModeConfigurer()
/aosp_15_r20/external/robolectric/robolectric/src/main/java/org/robolectric/
H A DSdkPicker.java16 public SdkPicker(@Nonnull SdkCollection sdkCollection, Properties systemProperties) { in SdkPicker()
/aosp_15_r20/external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/
H A DLogManagerTest.java794 Properties systemProperties = System.getProperties(); in testValidConfigClass() local
812 Properties systemProperties = System.getProperties(); in testNotExistConfigFile() local
/aosp_15_r20/cts/tests/tests/car/src/android/car/cts/
H A DVehiclePropertyIdsTest.java617 List<Integer> systemProperties = in testAllPropertiesAreMappedInToString() local
/aosp_15_r20/frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/util/
H A DSystemProperties.java39 final Class<?> systemProperties = Class.forName("android.os.SystemProperties"); in get() local
/aosp_15_r20/packages/apps/TV/common/src/com/android/tv/common/
DBooleanSystemProperty.java68 final Class<?> systemProperties = Class.forName("android.os.SystemProperties"); in getBoolean() local
/aosp_15_r20/out/soong/.intermediates/art/odrefresh/art-apex-cache-info/gen/cpp/
Dcom_android_art.cpp529 …CacheInfo::CacheInfo(std::vector<KeyValuePairList> systemProperties, std::vector<ModuleInfo> artMo… in CacheInfo()
639 std::vector<KeyValuePairList> systemProperties; in read() local
/aosp_15_r20/frameworks/base/packages/SettingsLib/tests/integ/src/com/android/settingslib/devicestate/
H A DDeviceStateRotationLockSettingsManagerTest.java218 @NonNull Set<@DeviceState.SystemDeviceStateProperties Integer> systemProperties, in createDeviceState()

12345678910>>...35