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.java60 public boolean isNetworkRoaming() { method in class:RealSystemFacade
70 boolean isRoaming = isMobile && TelephonyManager.getDefault().isNetworkRoaming();
H A DDownloadInfo.java350 if (!isRoamingAllowed() && mSystemFacade.isNetworkRoaming()) {
/packages/providers/DownloadProvider/tests/src/com/android/providers/downloads/
H A DFakeSystemFacade.java48 public boolean isNetworkRoaming() { method in class:FakeSystemFacade

Completed in 196 milliseconds