Searched refs:isNetworkRoaming (Results 1 - 4 of 4) sorted by relevance

/packages/providers/DownloadProvider/src/com/android/providers/downloads/
H A DSystemFacade.java38 * @see android.telephony.TelephonyManager#isNetworkRoaming
40 public boolean isNetworkRoaming(); method in interface:SystemFacade
H A DRealSystemFacade.java63 public boolean isNetworkRoaming() { method in class:RealSystemFacade
73 boolean isRoaming = isMobile && TelephonyManager.getDefault().isNetworkRoaming();
H A DDownloadInfo.java380 if (mSystemFacade.isNetworkRoaming() && !isRoamingAllowed()) {
/packages/providers/DownloadProvider/tests/src/com/android/providers/downloads/
H A DFakeSystemFacade.java61 public boolean isNetworkRoaming() { method in class:FakeSystemFacade

Completed in 223 milliseconds