Searched refs:RoSystemProperties (Results 1 – 15 of 15) sorted by relevance
19 import com.android.internal.os.RoSystemProperties;41 return RoSystemProperties.FACTORYTEST; in getMode()
59 import com.android.internal.os.RoSystemProperties;1638 return RoSystemProperties.FW_SYSTEM_USER_SPLIT; in isSplitSystemUser()1657 return RoSystemProperties.MULTIUSER_HEADLESS_SYSTEM_USER; in isHeadlessSystemUserMode()
26 public class RoSystemProperties { class
905 if (RoSystemProperties.DEBUGGABLE) { in applyDebuggerSystemProperty()
25 import com.android.internal.os.RoSystemProperties;269 return RoSystemProperties.DEBUGGABLE && in isSslCheckRelaxed()
19 import static com.android.internal.os.RoSystemProperties.PROPERTY_HDMI_IS_DEVICE_HDMI_CEC_SWITCH;
22 import static com.android.internal.os.RoSystemProperties.PROPERTY_HDMI_IS_DEVICE_HDMI_CEC_SWITCH;
101 import com.android.internal.os.RoSystemProperties;1587 return RoSystemProperties.CRYPTO_ENCRYPTABLE; in isEncryptable()1596 return RoSystemProperties.CRYPTO_ENCRYPTED; in isEncrypted()1609 return RoSystemProperties.CRYPTO_FILE_ENCRYPTED; in isFileEncryptedNativeOnly()1621 return RoSystemProperties.CRYPTO_BLOCK_ENCRYPTED; in isBlockEncrypted()
50 import com.android.internal.os.RoSystemProperties;151 if (RoSystemProperties.DEBUGGABLE) { in checkShellPermissions()
82 import com.android.internal.os.RoSystemProperties;969 return RoSystemProperties.CONFIG_LOW_RAM || in isLowRamDeviceStatic()982 return RoSystemProperties.CONFIG_SMALL_BATTERY; in isSmallBatteryDevice()994 && !RoSystemProperties.CONFIG_AVOID_GFX_ACCEL in isHighEndGfx()
129 import com.android.internal.os.RoSystemProperties;3422 RoSystemProperties.CONTROL_PRIVAPP_PERMISSIONS_DISABLE; in grantSignaturePermission()3462 if (RoSystemProperties.CONTROL_PRIVAPP_PERMISSIONS_ENFORCE) { in grantSignaturePermission()3475 if (RoSystemProperties.CONTROL_PRIVAPP_PERMISSIONS_ENFORCE) { in grantSignaturePermission()
193 import com.android.internal.os.RoSystemProperties;4237 return RoSystemProperties.CEC_AUDIO_DEVICE_FORWARD_VOLUME_KEYS_SYSTEM_AUDIO_MODE_OFF; in shouldCecAudioDeviceForwardVolumeKeysSystemAudioModeOff()
8378 com.android.internal.os.RoSystemProperties
48807 Lcom/android/internal/os/RoSystemProperties;