Home
last modified time | relevance | path

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

123

/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DCellularLinkLayerStatsCollectorTest.java104 private List<CellInfo> generateCellInfoList(@NetworkType int networkType) { in generateCellInfoList()
136 @NetworkType int networkType) { in generateSignalStrength()
168 private void testCollectorUpdate(@NetworkType int networkType, boolean isSignalStrengthEmpty, in testCollectorUpdate()
198 @NetworkType int networkType; in testEmptySignalStrengthLte() local
211 @NetworkType int networkType; in testRepeatCellInfoTypeTwice() local
259 @NetworkType int networkType; in testLoopOverAllNetworksWithoutRepeat() local
/frameworks/base/core/java/android/app/usage/
DNetworkStatsManager.java201 public Bucket querySummaryForDevice(int networkType, String subscriberId, in querySummaryForDevice()
234 public Bucket querySummaryForUser(int networkType, String subscriberId, long startTime, in querySummaryForUser()
271 public NetworkStats querySummary(int networkType, String subscriberId, long startTime, in querySummary()
299 public NetworkStats queryDetailsForUid(int networkType, String subscriberId, in queryDetailsForUid()
317 public NetworkStats queryDetailsForUidTag(int networkType, String subscriberId, in queryDetailsForUidTag()
351 public NetworkStats queryDetailsForUidTagState(int networkType, String subscriberId, in queryDetailsForUidTagState()
401 public NetworkStats queryDetails(int networkType, String subscriberId, long startTime, in queryDetails()
418 public void registerUsageCallback(NetworkTemplate template, int networkType, in registerUsageCallback()
453 public void registerUsageCallback(int networkType, String subscriberId, long thresholdBytes, in registerUsageCallback()
474 public void registerUsageCallback(int networkType, String subscriberId, long thresholdBytes, in registerUsageCallback()
[all …]
/frameworks/base/core/java/android/net/
DINetworkScoreService.aidl68 void registerNetworkScoreCache(int networkType, INetworkScoreCache scoreCache, int filterType); in registerNetworkScoreCache()
78 void unregisterNetworkScoreCache(int networkType, INetworkScoreCache scoreCache); in unregisterNetworkScoreCache()
DNetworkScoreManager.java389 public void registerNetworkScoreCache(int networkType, INetworkScoreCache scoreCache) { in registerNetworkScoreCache()
405 public void registerNetworkScoreCache(int networkType, INetworkScoreCache scoreCache, in registerNetworkScoreCache()
425 public void unregisterNetworkScoreCache(int networkType, INetworkScoreCache scoreCache) { in unregisterNetworkScoreCache()
DIConnectivityManager.aidl55 NetworkInfo getNetworkInfo(int networkType); in getNetworkInfo()
59 Network getNetworkForType(int networkType); in getNetworkForType()
63 boolean isNetworkSupported(int networkType); in isNetworkSupported()
67 LinkProperties getLinkPropertiesForType(int networkType); in getLinkPropertiesForType()
78 boolean requestRouteToHostAddress(int networkType, in byte[] hostAddress); in requestRouteToHostAddress()
115 void reportInetCondition(int networkType, int percentage); in reportInetCondition()
150 void setProvisioningNotificationVisible(boolean visible, int networkType, in String action); in setProvisioningNotificationVisible()
190 int getRestoreDefaultNetworkDelay(int networkType); in getRestoreDefaultNetworkDelay()
DConnectivityManager.java801 public static boolean isNetworkTypeValid(int networkType) { in isNetworkTypeValid()
871 public static boolean isNetworkTypeMobile(int networkType) { in isNetworkTypeMobile()
896 public static boolean isNetworkTypeWifi(int networkType) { in isNetworkTypeWifi()
1161 public NetworkInfo getNetworkInfo(int networkType) { in getNetworkInfo()
1230 public Network getNetworkForType(int networkType) { in getNetworkForType()
1308 public LinkProperties getLinkProperties(int networkType) { in getLinkProperties()
1396 public int startUsingNetworkFeature(int networkType, String feature) { in startUsingNetworkFeature()
1453 public int stopUsingNetworkFeature(int networkType, String feature) { in stopUsingNetworkFeature()
1469 private NetworkCapabilities networkCapabilitiesForFeature(int networkType, String feature) { in networkCapabilitiesForFeature()
2050 public boolean requestRouteToHost(int networkType, int hostAddress) { in requestRouteToHost()
[all …]
DLinkQualityInfo.java163 public void setNetworkType(int networkType) { in setNetworkType()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DCellularLinkLayerStatsCollector.java99 int networkType = cellStats.getDataNetworkType(); in update() local
186 int networkType) { in getPrimaryCellInfo()
209 private boolean getIsSameRegisteredCell(CellInfo primaryCellInfo, int networkType) { in getIsSameRegisteredCell()
DScanResultMatchInfo.java36 public @WifiConfiguration.SecurityType int networkType; field in ScanResultMatchInfo
DNetworkRequestStoreData.java243 int networkType = -1; in parseApprovedAccessPoint() local
/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/deviceinfo/
DSimStatusImeiInfoPreferenceControllerTest.java108 private void setNetworkSupported(int networkType, boolean supported) { in setNetworkSupported()
113 public boolean isNetworkSupported(int networkType) { in isNetworkSupported()
/frameworks/base/core/tests/bandwidthtests/src/com/android/bandwidthtest/util/
DConnectionUtil.java262 public void recordNetworkState(int networkType, State networkState) { in recordNetworkState()
277 public void setStateTransitionCriteria(int networkType, State initState, in setStateTransitionCriteria()
288 public boolean validateNetworkStates(int networkType) { in validateNetworkStates()
298 public String getTransitionFailureReason(int networkType) { in getTransitionFailureReason()
434 public boolean waitForNetworkState(int networkType, State expectedState, long timeout) { in waitForNetworkState()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DCellularNetworkService.java219 int networkType = ServiceState.rilRadioTechnologyToNetworkType(voiceRegState.rat); in createRegistrationStateFromVoiceRegState() local
242 int networkType = ServiceState.rilRadioTechnologyToNetworkType(voiceRegState.rat); in createRegistrationStateFromVoiceRegState() local
270 int networkType = TelephonyManager.NETWORK_TYPE_UNKNOWN; in createRegistrationStateFromDataRegState() local
DSmsNumberUtils.java126 int networkType) { in formatNumber()
547 final int networkType = getNetworkType(phone); in filterDestAddr() local
568 int networkType = -1; in getNetworkType() local
/frameworks/base/telephony/java/android/telephony/
DCallAttributes.java40 public CallAttributes(@NonNull PreciseCallState state, @NetworkType int networkType, in CallAttributes()
DPreciseDataConnectionState.java64 @TelephonyManager.NetworkType int networkType, in PreciseDataConnectionState()
/frameworks/base/services/core/java/com/android/server/connectivity/
DDataConnectionStats.java90 int networkType = mServiceState.getDataNetworkType(); in notePhoneDataConnectionState() local
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/
DNetworkControllerBaseTest.java231 int networkType, boolean validated, boolean isConnected) { in setConnectivityViaBroadcast()
238 int networkType, boolean validated, boolean isConnected){ in setConnectivityViaCallback()
245 int networkType, boolean validated, boolean isConnected){ in setConnectivityCommon()
/frameworks/base/services/core/java/com/android/server/
DNetworkScoreService.java514 List<ScoredNetwork> scoredNetworkList, int networkType) { in create()
521 List<ScoredNetwork> scoredNetworkList, int networkType, in FilteringCacheUpdatingConsumer()
829 public void registerNetworkScoreCache(int networkType, in registerNetworkScoreCache()
856 public void unregisterNetworkScoreCache(int networkType, INetworkScoreCache scoreCache) { in unregisterNetworkScoreCache()
/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/net/
DNetworkCycleDataLoaderTest.java118 final int networkType = ConnectivityManager.TYPE_MOBILE; in loadPolicyData_shouldRecordUsageFromPolicyCycle() local
/frameworks/base/services/backup/java/com/android/server/backup/
DKeyValueBackupJob.java79 final int networkType; in schedule() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DMobileSignalController.java601 public void onDataConnectionStateChanged(int state, int networkType) { in onDataConnectionStateChanged()
611 private void updateDataNetType(int networkType) { in updateDataNetType()
/frameworks/base/telephony/java/com/android/internal/telephony/
DIPhoneStateListener.aidl41 void onDataConnectionStateChanged(int state, int networkType); in onDataConnectionStateChanged()
DITelephonyRegistry.aidl58 in NetworkCapabilities networkCapabilities, int networkType, boolean roaming); in notifyDataConnection()
62 in NetworkCapabilities networkCapabilities, int networkType, boolean roaming); in notifyDataConnectionForSubscriber()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/mocks/
DTelephonyRegistryMock.java313 NetworkCapabilities networkCapabilities, int networkType, boolean roaming) { in notifyDataConnection()
321 int networkType, boolean roaming) { in notifyDataConnectionForSubscriber()

123