Home
last modified time | relevance | path

Searched refs:IS_USER_BUILD (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Connectivity/staticlibs/device/com/android/net/module/util/async/
DAssertions.java27 public static final boolean IS_USER_BUILD = "user".equals(Build.TYPE); field in Assertions
30 if (!IS_USER_BUILD && ((totalLength | pos | len) < 0 || pos > totalLength - len)) { in throwsIfOutOfBounds()
/packages/modules/Connectivity/nearby/service/java/com/android/server/nearby/
DNearbyConfiguration.java62 private static final boolean IS_USER_BUILD = "user".equals(Build.TYPE); field in NearbyConfiguration
164 mSupportTestApp = !IS_USER_BUILD && getDeviceConfigBoolean( in onPropertiesChanged()
/packages/services/Telephony/src/com/android/phone/settings/
DRadioInfo.java133 private static final boolean IS_USER_BUILD = "user".equals(Build.TYPE); field in RadioInfo
699 if (!IS_USER_BUILD) { in onCreate()
2038 mImsVolteProvisionedSwitch.setEnabled(!IS_USER_BUILD in updateVolteProvisionedSwitch()
2049 mImsVtProvisionedSwitch.setEnabled(!IS_USER_BUILD in updateVtProvisionedSwitch()
2060 mImsWfcProvisionedSwitch.setEnabled(!IS_USER_BUILD in updateWfcProvisionedSwitch()
2070 mEabProvisionedSwitch.setEnabled(!IS_USER_BUILD in updateEabProvisionedSwitch()