Searched refs:SystemProperties (Results 1 – 4 of 4) sorted by relevance
27 import android.os.SystemProperties;120 assertThat(SystemProperties.get("init.svc.apex_vendor_foo_v1", "")) in testRestartServiceAfterRebootlessUpdate()122 assertThat(SystemProperties.get("init.svc.apex_vendor_foo_v2", "")) in testRestartServiceAfterRebootlessUpdate()127 assertThat(SystemProperties.get("init.svc.apex_vendor_foo_v1", "")) in testRestartServiceAfterRebootlessUpdate()129 assertThat(SystemProperties.get("apex." + APEX_PACKAGE_NAME + ".ready", "")) in testRestartServiceAfterRebootlessUpdate()132 () -> SystemProperties.get("init.svc.apex_vendor_foo_v2", "").equals("running"), in testRestartServiceAfterRebootlessUpdate()
20 public class SystemProperties { class26 private SystemProperties() { in SystemProperties() method in SystemProperties
73 * (Java) android.os.SystemProperties.reportSyspropChanged,
25 import android.os.SystemProperties;