Searched refs:TEST_RADIOS_PROP (Results 1 – 1 of 1) sorted by relevance
170 private static final String TEST_RADIOS_PROP = "test.radios"; field in DataUsageSummary2411 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()