/aosp14/frameworks/base/telephony/java/android/telephony/ |
H A D | TelephonyDisplayInfo.java | 22 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 D | CallState.java | 26 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 D | CallAttributes.java | 24 import android.telephony.Annotation.NetworkType; 38 @NetworkType 43 public CallAttributes(@NonNull PreciseCallState state, @NetworkType int networkType, in CallAttributes() 97 @NetworkType
|
H A D | PreciseDataConnectionState.java | 35 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 D | NetworkRegistrationInfo.java | 30 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 D | PhysicalChannelConfig.java | 24 import android.telephony.Annotation.NetworkType; 101 @NetworkType 281 @NetworkType 580 public @NonNull Builder setNetworkType(@NetworkType int networkType) { in setNetworkType()
|
H A D | ServiceState.java | 33 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 D | MobileMappings.kt | 19 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 D | MobileIconCarrierIdOverridesFake.kt | 24 typealias NetworkType = String 33 var overridesByCarrierId = mutableMapOf<CarrierId, Map<NetworkType, ResId>>() 37 networkType: NetworkType,
|
/aosp14/frameworks/base/media/java/android/media/metrics/ |
H A D | NetworkEvent.java | 73 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 D | HotspotNetwork.java | 75 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 D | BaseDomainVerificationReceiver.kt | 22 import androidx.work.NetworkType 33 .setRequiredNetworkType(NetworkType.CONNECTED)
|
H A D | BootCompletedReceiver.kt | 24 import androidx.work.NetworkType 53 .setRequiredNetworkType(NetworkType.CONNECTED)
|
H A D | DomainVerificationUtils.kt | 21 import androidx.work.NetworkType 51 .setRequiredNetworkType(NetworkType.CONNECTED)
|
/aosp14/frameworks/base/telephony/java/android/telephony/ims/ |
H A D | ImsCallSessionListener.java | 562 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 D | SubscriptionPlan.java | 27 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 D | TelephonyRegistryManager.java | 34 import android.telephony.Annotation.NetworkType; 538 @NetworkType int networkType) { in notifyCallQualityChanged()
|
/aosp14/frameworks/base/core/java/android/os/connectivity/ |
H A D | CellularBatteryStats.java | 26 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 D | ResolvedNetworkType.kt | 19 import android.telephony.Annotation.NetworkType
|
/aosp14/frameworks/base/packages/StatementService/src/com/android/statementservice/domain/worker/ |
H A D | RetryRequestWorker.kt | 20 import androidx.work.NetworkType
|
/aosp14/frameworks/base/core/java/android/net/ |
H A D | NetworkKey.java | 61 public @interface NetworkType {} annotation in NetworkKey
|
H A D | NetworkScoreManager.java | 556 public void registerNetworkScoreCallback(@NetworkKey.NetworkType int networkType, in registerNetworkScoreCallback()
|
/aosp14/frameworks/base/apex/jobscheduler/framework/java/android/app/job/ |
H A D | JobInfo.java | 120 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 D | AGnssRil.cpp | 164 static_cast<IAGnssRil_V1_0::NetworkType>(type), in updateNetworkState()
|
/aosp14/frameworks/base/packages/SettingsLib/src/com/android/settingslib/mobile/ |
H A D | MobileMappings.java | 53 public static String toIconKey(@Annotation.NetworkType int networkType) { in toIconKey()
|