Searched refs:TEST_RADIOS_PROP (Results 1 – 2 of 2) sorted by relevance
65 public static final String TEST_RADIOS_PROP = "test.radios"; field in DataUsageSummary266 return SystemProperties.get(TEST_RADIOS_PROP).contains("ethernet"); in hasEthernet()301 return SystemProperties.get(TEST_RADIOS_PROP).contains("wifi"); in hasWifiRadio()
69 import static com.android.settings.datausage.DataUsageSummary.TEST_RADIOS_PROP;440 return SystemProperties.get(TEST_RADIOS_PROP).contains("mobile"); in hasReadyMobileRadio()474 return SystemProperties.get(TEST_RADIOS_PROP).contains("mobile"); in hasReadyMobileRadio()