Home
last modified time | relevance | path

Searched refs:NetworkType (Results 1 – 25 of 35) sorted by relevance

12

/aosp14/frameworks/base/telephony/java/android/telephony/
H A DTelephonyDisplayInfo.java22 import android.telephony.Annotation.NetworkType;
89 @NetworkType
107 public TelephonyDisplayInfo(@NetworkType int networkType, in TelephonyDisplayInfo()
121 public TelephonyDisplayInfo(@NetworkType int networkType, in TelephonyDisplayInfo()
142 @NetworkType
H A DCallState.java26 import android.telephony.Annotation.NetworkType;
78 @NetworkType
114 private CallState(@PreciseCallStates int callState, @NetworkType int networkType, in CallState()
180 @NetworkType
304 private @NetworkType int mNetworkType = TelephonyManager.NETWORK_TYPE_UNKNOWN;
326 public CallState.Builder setNetworkType(@NetworkType int networkType) { in setNetworkType()
H A DCallAttributes.java24 import android.telephony.Annotation.NetworkType;
38 @NetworkType
43 public CallAttributes(@NonNull PreciseCallState state, @NetworkType int networkType, in CallAttributes()
97 @NetworkType
H A DPreciseDataConnectionState.java35 import android.telephony.Annotation.NetworkType;
63 private final @NetworkType int mNetworkType;
79 @NetworkType int networkType, in PreciseDataConnectionState()
106 @DataState int state, @NetworkType int networkType, in PreciseDataConnectionState()
196 public @NetworkType int getNetworkType() { in getNetworkType()
351 private @NetworkType int mNetworkType = TelephonyManager.NETWORK_TYPE_UNKNOWN;
404 public @NonNull Builder setNetworkType(@NetworkType int networkType) { in setNetworkType()
H A DNetworkRegistrationInfo.java30 import android.telephony.Annotation.NetworkType;
238 @NetworkType
296 @NetworkType int accessNetworkTechnology, int rejectCause, in NetworkRegistrationInfo()
625 public @NetworkType int getAccessNetworkTechnology() { in getAccessNetworkTechnology()
633 public void setAccessNetworkTechnology(@NetworkType int tech) { in setAccessNetworkTechnology()
965 @NetworkType
1064 @NetworkType int accessNetworkTechnology) { in setAccessNetworkTechnology()
H A DPhysicalChannelConfig.java24 import android.telephony.Annotation.NetworkType;
101 @NetworkType
281 @NetworkType
580 public @NonNull Builder setNetworkType(@NetworkType int networkType) { in setNetworkType()
H A DServiceState.java33 import android.telephony.Annotation.NetworkType;
1770 public @NetworkType int getDataNetworkType() { in getDataNetworkType()
1797 public @NetworkType int getVoiceNetworkType() { in getVoiceNetworkType()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/pipeline/mobile/util/
H A DMobileMappings.kt19 import android.telephony.Annotation.NetworkType
36 fun toIconKey(@NetworkType networkType: Int): String
37 fun toIconKeyOverride(@NetworkType networkType: Int): String
51 override fun toIconKey(@NetworkType networkType: Int): String =
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/connectivity/
H A DMobileIconCarrierIdOverridesFake.kt24 typealias NetworkType = String
33 var overridesByCarrierId = mutableMapOf<CarrierId, Map<NetworkType, ResId>>()
37 networkType: NetworkType,
/aosp14/frameworks/base/media/java/android/media/metrics/
H A DNetworkEvent.java73 public @interface NetworkType {} annotation in NetworkEvent
79 public static String networkTypeToString(@NetworkType int value) { in networkTypeToString()
109 private NetworkEvent(@NetworkType int type, long timeSinceCreatedMillis, in NetworkEvent()
119 @NetworkType
224 public @NonNull Builder setNetworkType(@NetworkType int value) { in setNetworkType()
/aosp14/frameworks/base/wifi/java/src/android/net/wifi/sharedconnectivity/app/
H A DHotspotNetwork.java75 public @interface NetworkType { annotation in HotspotNetwork
80 @NetworkType
98 @NetworkType
141 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()
288 @NetworkType
/aosp14/frameworks/base/packages/StatementService/src/com/android/statementservice/domain/
H A DBaseDomainVerificationReceiver.kt22 import androidx.work.NetworkType
33 .setRequiredNetworkType(NetworkType.CONNECTED)
H A DBootCompletedReceiver.kt24 import androidx.work.NetworkType
53 .setRequiredNetworkType(NetworkType.CONNECTED)
H A DDomainVerificationUtils.kt21 import androidx.work.NetworkType
51 .setRequiredNetworkType(NetworkType.CONNECTED)
/aosp14/frameworks/base/telephony/java/android/telephony/ims/
H A DImsCallSessionListener.java562 public void onMayHandover(@Annotation.NetworkType int srcNetworkType, in onMayHandover()
563 @Annotation.NetworkType int targetNetworkType) { in onMayHandover()
598 public void onHandover(@Annotation.NetworkType int srcNetworkType, in onHandover()
599 @Annotation.NetworkType int targetNetworkType, @Nullable ImsReasonInfo reasonInfo) { in onHandover()
631 public void onHandoverFailed(@Annotation.NetworkType int srcNetworkType, in onHandoverFailed()
632 @Annotation.NetworkType int targetNetworkType, @NonNull ImsReasonInfo reasonInfo) { in onHandoverFailed()
/aosp14/frameworks/base/core/java/android/telephony/
H A DSubscriptionPlan.java27 import android.telephony.Annotation.NetworkType;
93 private @NetworkType int[] networkTypes;
227 public @NonNull @NetworkType int[] getNetworkTypes() { in getNetworkTypes()
371 public @NonNull Builder setNetworkTypes(@NonNull @NetworkType int[] networkTypes) { in setNetworkTypes()
H A DTelephonyRegistryManager.java34 import android.telephony.Annotation.NetworkType;
538 @NetworkType int networkType) { in notifyCallQualityChanged()
/aosp14/frameworks/base/core/java/android/os/connectivity/
H A DCellularBatteryStats.java26 import android.telephony.Annotation.NetworkType;
275 public long getTimeInRatMicros(@NetworkType int networkType) { in getTimeInRatMicros()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/pipeline/mobile/data/model/
H A DResolvedNetworkType.kt19 import android.telephony.Annotation.NetworkType
/aosp14/frameworks/base/packages/StatementService/src/com/android/statementservice/domain/worker/
H A DRetryRequestWorker.kt20 import androidx.work.NetworkType
/aosp14/frameworks/base/core/java/android/net/
H A DNetworkKey.java61 public @interface NetworkType {} annotation in NetworkKey
H A DNetworkScoreManager.java556 public void registerNetworkScoreCallback(@NetworkKey.NetworkType int networkType, in registerNetworkScoreCallback()
/aosp14/frameworks/base/apex/jobscheduler/framework/java/android/app/job/
H A DJobInfo.java120 public @interface NetworkType {} annotation in JobInfo
628 public @NetworkType int getNetworkType() { in getNetworkType()
1402 public Builder setRequiredNetworkType(@NetworkType int networkType) { in setRequiredNetworkType()
/aosp14/frameworks/base/services/core/jni/gnss/
H A DAGnssRil.cpp164 static_cast<IAGnssRil_V1_0::NetworkType>(type), in updateNetworkState()
/aosp14/frameworks/base/packages/SettingsLib/src/com/android/settingslib/mobile/
H A DMobileMappings.java53 public static String toIconKey(@Annotation.NetworkType int networkType) { in toIconKey()

12