Searched refs:IS_USER_BUILD (Results 1 – 3 of 3) sorted by relevance
27 public static final boolean IS_USER_BUILD = "user".equals(Build.TYPE); field in Assertions30 if (!IS_USER_BUILD && ((totalLength | pos | len) < 0 || pos > totalLength - len)) { in throwsIfOutOfBounds()
62 private static final boolean IS_USER_BUILD = "user".equals(Build.TYPE); field in NearbyConfiguration164 mSupportTestApp = !IS_USER_BUILD && getDeviceConfigBoolean( in onPropertiesChanged()
133 private static final boolean IS_USER_BUILD = "user".equals(Build.TYPE); field in RadioInfo699 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()