Home
last modified time | relevance | path

Searched defs:networkType (Results 1 – 25 of 64) sorted by relevance

123

/frameworks/base/telephony/java/android/telephony/
DTelephonyDisplayInfo.java111 public TelephonyDisplayInfo(@NetworkType int networkType, in TelephonyDisplayInfo()
126 public TelephonyDisplayInfo(@NetworkType int networkType, in TelephonyDisplayInfo()
148 public TelephonyDisplayInfo(@NetworkType int networkType, in TelephonyDisplayInfo()
DPreciseDataConnectionState.java127 @NetworkType int networkType, in PreciseDataConnectionState()
156 @DataState int state, @NetworkType int networkType, in PreciseDataConnectionState()
552 public @NonNull Builder setNetworkType(@NetworkType int networkType) { in setNetworkType()
DCallState.java114 private CallState(@PreciseCallStates int callState, @NetworkType int networkType, in CallState()
326 public CallState.Builder setNetworkType(@NetworkType int networkType) { in setNetworkType()
DCallAttributes.java43 public CallAttributes(@NonNull PreciseCallState state, @NetworkType int networkType, in CallAttributes()
/frameworks/base/core/java/android/net/
DNetworkScoreManager.java437 public void registerNetworkScoreCache(int networkType, INetworkScoreCache scoreCache) { in registerNetworkScoreCache()
453 public void registerNetworkScoreCache(int networkType, INetworkScoreCache scoreCache, in registerNetworkScoreCache()
473 public void unregisterNetworkScoreCache(int networkType, INetworkScoreCache scoreCache) { in unregisterNetworkScoreCache()
556 public void registerNetworkScoreCallback(@NetworkKey.NetworkType int networkType, in registerNetworkScoreCallback()
DINetworkScoreService.aidl68 void registerNetworkScoreCache(int networkType, INetworkScoreCache scoreCache, int filterType); in registerNetworkScoreCache()
78 void unregisterNetworkScoreCache(int networkType, INetworkScoreCache scoreCache); in unregisterNetworkScoreCache()
DLinkQualityInfo.java164 public void setNetworkType(int networkType) { in setNetworkType()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/metrics/
DDataNetworkValidationStats.java91 public void onDataNetworkDisconnected(@NetworkType int networkType) { in onDataNetworkDisconnected()
122 @NetworkType int networkType) { in onUpdateNetworkValidationState()
/frameworks/base/core/tests/bandwidthtests/src/com/android/bandwidthtest/util/
DConnectionUtil.java265 public void recordNetworkState(int networkType, State networkState) { in recordNetworkState()
280 public void setStateTransitionCriteria(int networkType, State initState, in setStateTransitionCriteria()
291 public boolean validateNetworkStates(int networkType) { in validateNetworkStates()
301 public String getTransitionFailureReason(int networkType) { in getTransitionFailureReason()
437 public boolean waitForNetworkState(int networkType, State expectedState, long timeout) { in waitForNetworkState()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DCellularNetworkService.java293 int networkType = ServiceState.rilRadioTechnologyToNetworkType(voiceRegState.rat); in createRegistrationStateFromVoiceRegState() local
346 int networkType = in createRegistrationStateFromDataRegState() local
384 int networkType = ServiceState.rilRadioTechnologyToNetworkType(regResult.rat); in getNetworkRegistrationInfo() local
467 int networkType = ServiceState.rilRadioTechnologyToNetworkType(regResult.rat); in getNetworkRegistrationInfoAidl() local
565 int networkType = ServiceState.rilRadioTechnologyToNetworkType(regResult.rat); in getNetworkRegistrationInfo1_6() local
680 int networkType, CellIdentity ci, int carrierId) { in getNetworkTypeForCellIdentity()
/frameworks/base/wifi/java/src/android/net/wifi/sharedconnectivity/app/
DHotspotNetwork.java141 public Builder setHostNetworkType(@NetworkType int networkType) { in setHostNetworkType()
224 private static void validate(long deviceId, @NetworkType int networkType, String networkName, in validate()
244 @NetworkType int networkType, in HotspotNetwork()
/frameworks/layoutlib/bridge/src/android/net/
DConnectivityManager.java198 public static boolean isNetworkTypeValid(int networkType) { in isNetworkTypeValid()
208 public static boolean isNetworkTypeMobile(int networkType) { in isNetworkTypeMobile()
213 public static boolean isNetworkTypeWifi(int networkType) { in isNetworkTypeWifi()
277 public NetworkInfo getNetworkInfo(int networkType) { in getNetworkInfo()
298 public Network getNetworkForType(int networkType) { in getNetworkForType()
316 public LinkProperties getLinkProperties(int networkType) { in getLinkProperties()
336 public int startUsingNetworkFeature(int networkType, String feature) { in startUsingNetworkFeature()
341 public int stopUsingNetworkFeature(int networkType, String feature) { in stopUsingNetworkFeature()
415 public boolean requestRouteToHost(int networkType, int hostAddress) { in requestRouteToHost()
420 public boolean requestRouteToHostAddress(int networkType, InetAddress hostAddress) { in requestRouteToHostAddress()
[all …]
/frameworks/base/services/core/java/com/android/server/am/
DDataConnectionStats.java99 int networkType = regInfo == null ? TelephonyManager.NETWORK_TYPE_UNKNOWN in notePhoneDataConnectionState() local
177 public void onDataConnectionStateChanged(int state, int networkType) { in onDataConnectionStateChanged()
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/connectivity/
DNetworkControllerBaseTest.java339 int networkType, in setConnectivityViaCallbackInNetworkControllerForVcn()
359 int networkType, boolean validated, boolean isConnected, WifiInfo wifiInfo) { in setConnectivityViaCallbackInNetworkController()
378 int networkType, boolean validated, boolean isConnected, WifiInfo wifiInfo) { in setConnectivityViaCallbackInWifiTracker()
397 int networkType, in setConnectivityViaCallbackInWifiTrackerForVcn()
420 int networkType, boolean validated, boolean isConnected, WifiInfo wifiInfo) { in setConnectivityViaDefaultCallbackInWifiTracker()
432 int networkType, boolean validated, boolean isConnected) { in setConnectivityCommon()
/frameworks/base/telephony/common/com/android/internal/telephony/
DSmsNumberUtils.java131 int networkType) { in formatNumber()
582 final int networkType = getNetworkType(telephonyManager); in filterDestAddr() local
603 int networkType = -1; in getNetworkType() local
/frameworks/opt/telephony/src/java/com/android/internal/telephony/data/
DDataProfileManager.java655 @NonNull TelephonyNetworkRequest networkRequest, @NetworkType int networkType, in getDataProfileForNetworkRequest()
727 @NonNull TelephonyNetworkRequest networkRequest, @NetworkType int networkType, in getApnSettingForNetworkRequest()
858 public boolean isTetheringDataProfileExisting(@NetworkType int networkType) { in isTetheringDataProfileExisting()
DDataConfigManager.java762 int networkType = -1; in allowBringUpNetworkInNonVops() local
1259 int networkType = displayInfo.getNetworkType(); in getDataConfigNetworkType() local
1402 private static String networkTypeToDataConfigNetworkType( in networkTypeToDataConfigNetworkType()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DPhysicalChannelConfigTest.java51 private void setUpPhysicalChannelConfig(int networkType, int band, int downlinkChannelNumber, in setUpPhysicalChannelConfig()
DCarrierServiceStateTrackerTest.java184 long networkType = (long) RadioAccessFamily.getRafFromNetworkType( in testSendPrefNetworkNotification() local
/frameworks/base/services/core/java/com/android/server/
DNetworkScoreService.java507 List<ScoredNetwork> scoredNetworkList, int networkType) { in create()
514 List<ScoredNetwork> scoredNetworkList, int networkType, in FilteringCacheUpdatingConsumer()
815 public void registerNetworkScoreCache(int networkType, in registerNetworkScoreCache()
842 public void unregisterNetworkScoreCache(int networkType, INetworkScoreCache scoreCache) { in unregisterNetworkScoreCache()
/frameworks/base/services/core/java/com/android/server/power/stats/format/
DMobileRadioPowerStatsLayout.java116 public static int mapRadioAccessNetworkTypeToRadioAccessTechnology( in mapRadioAccessNetworkTypeToRadioAccessTechnology()
251 public void addRxTxTimesForRat(SparseArray<long[]> stateStats, int networkType, int freqRange, in addRxTxTimesForRat()
/frameworks/base/services/backup/java/com/android/server/backup/
DKeyValueBackupJob.java81 final int networkType; in schedule() local
/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/net/
DNetworkCycleDataLoaderTest.java119 final int networkType = ConnectivityManager.TYPE_MOBILE; in loadPolicyData_shouldRecordUsageFromPolicyCycle() local
/frameworks/base/core/java/android/os/connectivity/
DCellularBatteryStats.java283 public long getTimeInRatMicros(@NetworkType int networkType) { in getTimeInRatMicros()
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/mobile/
DMobileStatusTracker.java153 public void onDataConnectionStateChanged(int state, int networkType) { in onDataConnectionStateChanged()

123