Home
last modified time | relevance | path

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

123

/frameworks/base/core/java/android/app/usage/
DNetworkStatsManager.java230 public Bucket querySummaryForDevice(int networkType, String subscriberId, in querySummaryForDevice()
275 public Bucket querySummaryForUser(int networkType, String subscriberId, long startTime, in querySummaryForUser()
324 public NetworkStats querySummary(int networkType, String subscriberId, long startTime, in querySummary()
354 public NetworkStats queryDetailsForUid(int networkType, String subscriberId, in queryDetailsForUid()
374 public NetworkStats queryDetailsForUidTag(int networkType, String subscriberId, in queryDetailsForUidTag()
420 public NetworkStats queryDetailsForUidTagState(int networkType, String subscriberId, in queryDetailsForUidTagState()
482 public NetworkStats queryDetails(int networkType, String subscriberId, long startTime, in queryDetails()
499 public void registerUsageCallback(NetworkTemplate template, int networkType, in registerUsageCallback()
534 public void registerUsageCallback(int networkType, String subscriberId, long thresholdBytes, in registerUsageCallback()
565 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.java433 public void registerNetworkScoreCache(int networkType, INetworkScoreCache scoreCache) { in registerNetworkScoreCache()
449 public void registerNetworkScoreCache(int networkType, INetworkScoreCache scoreCache, in registerNetworkScoreCache()
469 public void unregisterNetworkScoreCache(int networkType, INetworkScoreCache scoreCache) { in unregisterNetworkScoreCache()
552 public void registerNetworkScoreCallback(@NetworkKey.NetworkType int networkType, in registerNetworkScoreCallback()
DLinkQualityInfo.java164 public void setNetworkType(int networkType) { in setNetworkType()
/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/opt/telephony/src/java/com/android/internal/telephony/
DCellularNetworkService.java239 int networkType = ServiceState.rilRadioTechnologyToNetworkType(voiceRegState.rat); in createRegistrationStateFromVoiceRegState() local
259 int networkType = ServiceState.rilRadioTechnologyToNetworkType(voiceRegState.rat); in createRegistrationStateFromVoiceRegState() local
285 int networkType = TelephonyManager.NETWORK_TYPE_UNKNOWN; in createRegistrationStateFromDataRegState() local
386 int networkType = ServiceState.rilRadioTechnologyToNetworkType(regResult.rat); in getNetworkRegistrationInfo() local
466 int networkType = ServiceState.rilRadioTechnologyToNetworkType(regResult.rat); in getNetworkRegistrationInfo1_6() local
/frameworks/base/core/tests/bandwidthtests/src/com/android/bandwidthtest/util/
DConnectionUtil.java264 public void recordNetworkState(int networkType, State networkState) { in recordNetworkState()
279 public void setStateTransitionCriteria(int networkType, State initState, in setStateTransitionCriteria()
290 public boolean validateNetworkStates(int networkType) { in validateNetworkStates()
300 public String getTransitionFailureReason(int networkType) { in getTransitionFailureReason()
436 public boolean waitForNetworkState(int networkType, State expectedState, long timeout) { in waitForNetworkState()
/frameworks/base/telephony/java/android/telephony/
DPreciseDataConnectionState.java79 @NetworkType int networkType, in PreciseDataConnectionState()
106 @DataState int state, @NetworkType int networkType, in PreciseDataConnectionState()
404 public @NonNull Builder setNetworkType(@NetworkType int networkType) { in setNetworkType()
DCallAttributes.java41 public CallAttributes(@NonNull PreciseCallState state, @NetworkType int networkType, in CallAttributes()
DTelephonyDisplayInfo.java103 public TelephonyDisplayInfo(@NetworkType int networkType, in TelephonyDisplayInfo()
/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
182 public void onDataConnectionStateChanged(int state, int networkType) { in onDataConnectionStateChanged()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/
DNetworkControllerBaseTest.java336 int networkType, boolean validated, boolean isConnected, VcnTransportInfo info) { in setConnectivityViaCallbackInNetworkControllerForVcn()
346 int networkType, boolean validated, boolean isConnected, WifiInfo wifiInfo) { in setConnectivityViaCallbackInNetworkController()
358 int networkType, boolean validated, boolean isConnected, WifiInfo wifiInfo) { in setConnectivityViaCallbackInWifiTracker()
377 int networkType, boolean validated, boolean isConnected, VcnTransportInfo info) { in setConnectivityViaCallbackInWifiTrackerForVcn()
395 int networkType, boolean validated, boolean isConnected, WifiInfo wifiInfo) { in setConnectivityViaDefaultCallbackInWifiTracker()
407 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/tests/telephonytests/src/com/android/internal/telephony/
DCarrierServiceStateTrackerTest.java158 long networkType = (long) RadioAccessFamily.getRafFromNetworkType( in testSendPrefNetworkNotification() local
DPhysicalChannelConfigTest.java50 private void setUpPhysicalChannelConfig(int networkType, int band, int downlinkChannelNumber, in setUpPhysicalChannelConfig()
/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/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/backup/java/com/android/server/backup/
DKeyValueBackupJob.java80 final int networkType; in schedule() local
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DDcNetworkAgent.java127 int networkType = TelephonyManager.NETWORK_TYPE_UNKNOWN; in getNetworkType() local
287 int networkType = getNetworkType(); in updateLegacySubtype() local
/frameworks/base/services/core/java/com/android/server/net/
DNetworkStatsSubscriptionsMonitor.java221 final int networkType = in onServiceStateChanged() local
/frameworks/base/core/java/android/os/connectivity/
DCellularBatteryStats.java275 public long getTimeInRatMicros(@NetworkType int networkType) { in getTimeInRatMicros()
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/mobile/
DMobileMappings.java53 public static String toIconKey(@Annotation.NetworkType int networkType) { in toIconKey()
DMobileStatusTracker.java143 public void onDataConnectionStateChanged(int state, int networkType) { in onDataConnectionStateChanged()
/frameworks/base/core/java/com/android/internal/telephony/
DIPhoneStateListener.aidl48 void onDataConnectionStateChanged(int state, int networkType); in onDataConnectionStateChanged()

123