Home
last modified time | relevance | path

Searched refs:getSystemProperty (Results 1 – 12 of 12) sorted by relevance

/aosp12/art/test/922-properties/src/art/
H A DTest922.java97 value = getSystemProperty(key); in checkProperty()
153 private static native String getSystemProperty(String key); in getSystemProperty() method in Test922
/aosp12/frameworks/base/services/usb/java/com/android/server/usb/
H A DUsbDeviceManager.java1159 || ("0".equals(getSystemProperty("persist.charging.notify", "")))) { in updateUsbNotification()
1314 if ("0".equals(getSystemProperty("persist.adb.notify", ""))) return; in updateAdbNotification()
1351 protected String getSystemProperty(String prop, String def) { in getSystemProperty() method in UsbDeviceManager.UsbHandler
1484 mCurrentOemFunctions = getSystemProperty(getPersistProp(false), in UsbHandlerLegacy()
1487 mCurrentFunctionsStr = getSystemProperty(USB_CONFIG_PROPERTY, in UsbHandlerLegacy()
1492 mCurrentFunctionsStr = getSystemProperty(getPersistProp(true), in UsbHandlerLegacy()
1494 mCurrentFunctionsApplied = getSystemProperty(USB_CONFIG_PROPERTY, in UsbHandlerLegacy()
1547 String bootMode = getSystemProperty(BOOT_MODE_PROPERTY, "unknown"); in applyOemOverrideFunction()
1594 value = getSystemProperty(USB_STATE_PROPERTY, ""); in waitForState()
1672 String bootMode = getSystemProperty(BOOT_MODE_PROPERTY, "unknown"); in isNormalBoot()
[all …]
/aosp12/packages/apps/Car/libs/car-apps-common/src/com/android/car/apps/common/
H A DCommonFlags.java69 || "1".equals(CarUiUtils.getSystemProperty(res, in shouldFlagImproperImageRefs()
/aosp12/packages/apps/Car/libs/car-ui-lib/car-ui-lib/src/main/java/com/android/car/ui/utils/
H A DCarUiUtils.java188 String value = getSystemProperty(resources, propertyResId); in getBooleanSystemProperty()
211 public static String getSystemProperty(@NonNull Resources resources, int propertyResId) { in getSystemProperty() method in CarUiUtils
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/
H A DUtilities.java512 return "1".equals(getSystemProperty("sys.boot_completed", "1")); in isBootCompleted()
515 public static String getSystemProperty(String property, String defaultValue) { in getSystemProperty() method in Utilities
/aosp12/frameworks/base/tests/UsbTests/src/com/android/server/usb/
H A DUsbHandlerTest.java116 protected String getSystemProperty(String property, String def) { in getSystemProperty() method in UsbHandlerTest.MockUsbHandler
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DPhone.java519 public String getSystemProperty(String property, String defValue) { in getSystemProperty() method in Phone
H A DGsmCdmaPhone.java2192 public String getSystemProperty(String property, String defValue) { in getSystemProperty() method in GsmCdmaPhone
H A DServiceStateTracker.java5413 public String getSystemProperty(String property, String defValue) { in getSystemProperty() method in ServiceStateTracker
/aosp12/packages/apps/Messaging/build/gcheckstyle/
H A Dgoogle-style-checker_deploy.jarMETA-INF/ META-INF/MANIFEST.MF build-data.properties com/ com ...
/aosp12/packages/modules/RuntimeI18n/apex/hiddenapi/
H A Dhiddenapi-max-target-o-low-priority.txt6968 Landroid/icu/util/ULocale$JDKLocaleHelper;->getSystemProperty(Ljava/lang/String;)Ljava/lang/String;
/aosp12/frameworks/base/services/
H A Dart-profile41374 HSPLcom/android/server/usb/UsbDeviceManager$UsbHandler;->getSystemProperty(Ljava/lang/String;Ljava/…