Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/
DDataUsageSummary.java170 private static final String TEST_RADIOS_PROP = "test.radios"; field in DataUsageSummary
2411 return SystemProperties.get(TEST_RADIOS_PROP).contains("mobile"); in hasReadyMobileRadio()
2445 return SystemProperties.get(TEST_RADIOS_PROP).contains("mobile"); in hasReadyMobileRadio()
2468 return SystemProperties.get(TEST_RADIOS_PROP).contains("4g"); in hasReadyMobile4gRadio()
2485 return SystemProperties.get(TEST_RADIOS_PROP).contains("wifi"); in hasWifiRadio()
2497 return SystemProperties.get(TEST_RADIOS_PROP).contains("ethernet"); in hasEthernet()