Searched defs:networkType (Results 1 – 7 of 7) sorted by relevance
35 Context context, int networkType) { in createNetworkConfiguration()
79 int networkType = getArguments().getInt(EXTRA_NETWORK_TYPE); in onCreate() local
335 private boolean setNetworkType(int networkType) { in setNetworkType()
98 public void onConnectivityRestored(int networkType) { in onConnectivityRestored()106 public void onConnectivityLost(int networkType) { in onConnectivityLost()
169 int networkType = EmailConnectivityManager.getActiveNetworkType(context); in AttachmentInfo() local
402 private NetworkState checkIsNetworkTypeAllowed(int networkType, long totalBytes) { in checkIsNetworkTypeAllowed()417 private int translateNetworkTypeToApiFlag(int networkType) { in translateNetworkTypeToApiFlag()437 private NetworkState checkSizeAllowedForNetwork(int networkType, long totalBytes) { in checkSizeAllowedForNetwork()
571 int networkType = (Integer) request.argument; in handleMessage() local1822 int networkType = (result != null ? result[0] : -1); in getPreferredNetworkType() local1835 public boolean setPreferredNetworkType(int networkType) { in setPreferredNetworkType()1842 Settings.Global.PREFERRED_NETWORK_MODE, networkType); in setPreferredNetworkType() local