Home
last modified time | relevance | path

Searched defs:dataProfile (Results 1 – 25 of 138) sorted by relevance

123456

/aosp_15_r20/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/data/
DDataProfileManagerTest.java959 DataProfile dataProfile = mDataProfileManagerUT.getDataProfileForNetworkRequest( in testGetDataProfileForNetworkRequestRotation() local
977 DataProfile dataProfile = mDataProfileManagerUT.getDataProfileForNetworkRequest( in testGetDataProfileForEnterpriseNetworkRequest() local
1006 DataProfile dataProfile = mDataProfileManagerUT.getDataProfileForNetworkRequest( in testGetDataProfileForUrllcNetworkRequest() local
1022 DataProfile dataProfile = mDataProfileManagerUT.getDataProfileForNetworkRequest( in testGetDataProfileForEmbbNetworkRequest() local
1053 DataProfile dataProfile = mDataProfileManagerUT.getDataProfileForNetworkRequest( in testSetPreferredDataProfile() local
1140 DataProfile dataProfile = mDataProfileManagerUT.getDataProfileForNetworkRequest( in testSetPreferredDataProfileBySubscriptionId() local
1283 DataProfile dataProfile = mDataProfileManagerUT.getDataProfileForNetworkRequest( in testSimRemoval() local
1331 DataProfile dataProfile = mDataProfileManagerUT.getDataProfileForNetworkRequest( in testSimRemovalLegacy() local
1381 DataProfile dataProfile = mDataProfileManagerUT.getDataProfileForNetworkRequest( in testSimInsertedAgain() local
1455 DataProfile dataProfile = dataProfiles.get(0); in testDedupeDataProfiles2() local
[all …]
DDataNetworkControllerTest.java1267 private void verifyConnectedNetworkHasDataProfile(@NonNull DataProfile dataProfile) in verifyConnectedNetworkHasDataProfile()
1279 private void verifyConnectedNetworkHasNoDataProfile(@NonNull DataProfile dataProfile) in verifyConnectedNetworkHasNoDataProfile()
/aosp_15_r20/frameworks/base/telephony/java/android/telephony/data/
H A DDataService.java183 @RadioAccessNetworkType int accessNetworkType, @NonNull DataProfile dataProfile, in setupDataCall()
232 @RadioAccessNetworkType int accessNetworkType, @NonNull DataProfile dataProfile, in setupDataCall()
272 public void setInitialAttachApn(@NonNull DataProfile dataProfile, boolean isRoaming, in setInitialAttachApn()
467 public final void notifyDataProfileUnthrottled(@NonNull DataProfile dataProfile) { in notifyDataProfileUnthrottled()
488 public final DataProfile dataProfile; field in DataService.SetupDataCallRequest
498 SetupDataCallRequest(int accessNetworkType, DataProfile dataProfile, boolean isRoaming, in SetupDataCallRequest()
528 public final DataProfile dataProfile; field in DataService.SetInitialAttachApnRequest
531 SetInitialAttachApnRequest(DataProfile dataProfile, boolean isRoaming, in SetInitialAttachApnRequest()
572 public final DataProfile dataProfile; field in DataService.ApnUnthrottledIndication
581 ApnUnthrottledIndication(DataProfile dataProfile, IDataServiceCallback callback) { in ApnUnthrottledIndication()
[all …]
H A DIDataService.aidl34 void setupDataCall(int slotId, int accessNetwork, in DataProfile dataProfile, boolean isRoaming, in setupDataCall()
40 void setInitialAttachApn(int slotId, in DataProfile dataProfile, boolean isRoaming, in setInitialAttachApn()
H A DDataServiceCallback.java296 public void onDataProfileUnthrottled(final @NonNull DataProfile dataProfile) { in onDataProfileUnthrottled()
/aosp_15_r20/frameworks/opt/telephony/src/java/com/android/internal/telephony/data/
DDataProfileManager.java252 DataProfile dataProfile = null; in getEnterpriseDataProfile() local
291 DataProfile dataProfile = new DataProfile.Builder() in updateDataProfiles() local
316 DataProfile dataProfile; in updateDataProfiles() local
477 DataProfile dataProfile = null; in getPreferredDataProfileFromDb() local
517 private void setPreferredDataProfile(@Nullable DataProfile dataProfile) { in setPreferredDataProfile()
719 DataProfile dataProfile = profileBuilder.build(); in getDataProfileForNetworkRequest() local
870 public boolean isDataProfilePreferred(@NonNull DataProfile dataProfile) { in isDataProfilePreferred()
1094 public boolean isDataProfileCompatible(@NonNull DataProfile dataProfile) { in isDataProfileCompatible()
DDataRetryManager.java213 public final DataProfile dataProfile; field in DataRetryManager.DataThrottlingEntry
257 public DataThrottlingEntry(@NonNull DataProfile dataProfile, in DataThrottlingEntry()
741 public final DataProfile dataProfile; field in DataSetupRetryEntry
759 @Nullable NetworkRequestList networkRequestList, @NonNull DataProfile dataProfile, in DataSetupRetryEntry()
850 public Builder<T> setDataProfile(@NonNull DataProfile dataProfile) { in setDataProfile()
DDataServiceManager.java347 public void onDataProfileUnthrottled(DataProfile dataProfile) { in onDataProfileUnthrottled()
636 public void setupDataCall(int accessNetworkType, DataProfile dataProfile, boolean isRoaming, in setupDataCall()
652 mIDataService.setupDataCall(mPhone.getPhoneId(), accessNetworkType, dataProfile, in setupDataCall() local
775 public void setInitialAttachApn(@Nullable DataProfile dataProfile, boolean isRoaming, in setInitialAttachApn()
790 mIDataService.setInitialAttachApn(mPhone.getPhoneId(), dataProfile, isRoaming, in setInitialAttachApn() local
DDataNetworkController.java659 @NonNull DataProfile dataProfile) {} in onDataNetworkConnected()
1355 DataProfile dataProfile = evaluation.getCandidateDataProfile(); in onSatisfyNetworkRequest() local
1770 DataProfile dataProfile = mDataProfileManager in evaluateNetworkRequest() local
1913 DataProfile dataProfile = evaluation.getCandidateDataProfile(); in onReevaluateUnsatisfiedNetworkRequests() local
2063 DataProfile dataProfile = dataNetwork.getDataProfile(); in evaluateDataNetwork() local
2854 private NetworkRequestList findSatisfiableNetworkRequests(@NonNull DataProfile dataProfile) { in findSatisfiableNetworkRequests()
2870 private void setupDataNetwork(@NonNull DataProfile dataProfile, in setupDataNetwork()
3197 DataProfile dataProfile = dataSetupRetryEntry.dataProfile; in onDataNetworkSetupRetry() local
DCellularDataService.java169 public void setupDataCall(int accessNetworkType, @NonNull DataProfile dataProfile, in setupDataCall()
205 public void setInitialAttachApn(@NonNull DataProfile dataProfile, boolean isRoaming, in setInitialAttachApn()
DTelephonyNetworkRequest.java312 public boolean canBeSatisfiedBy(@NonNull DataProfile dataProfile) { in canBeSatisfiedBy()
DDataEvaluation.java126 public void setCandidateDataProfile(@NonNull DataProfile dataProfile) { in setCandidateDataProfile()
DDataNetwork.java1031 @NonNull DataProfile dataProfile, in DataNetwork()
/aosp_15_r20/packages/services/Iwlan/src/com/google/android/iwlan/
DIwlanDataService.java816 @NonNull DataProfile dataProfile, in setupDataCall()
1015 DataProfile dataProfile, in setTunnelState()
2067 @NonNull DataProfile dataProfile, in handleSetupDataCall()
/aosp_15_r20/cts/tests/tests/telephony/current/src/android/telephony/cts/
H A DDataServiceCallbackTest.java141 public void onDataProfileUnthrottled(DataProfile dataProfile) { in onDataProfileUnthrottled()
/aosp_15_r20/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DRadioDataProxy.java264 public void setInitialAttachApn(int serial, DataProfile dataProfile) in setInitialAttachApn()
DCommandsInterface.java1858 void setupDataCall(int accessNetworkType, DataProfile dataProfile, boolean allowRoaming, in setupDataCall()
2001 void setInitialAttachApn(DataProfile dataProfile, Message result); in setInitialAttachApn()
DRIL.java2153 public void setupDataCall(int accessNetworkType, DataProfile dataProfile, boolean allowRoaming, in setupDataCall()
3918 public void setInitialAttachApn(DataProfile dataProfile, Message result) { in setInitialAttachApn()
/aosp_15_r20/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneCommandInterface.java260 public void setupDataCall(int accessNetworkType, DataProfile dataProfile, boolean allowRoaming, in setupDataCall()
557 public void setInitialAttachApn(DataProfile dataProfile, Message result) { in setInitialAttachApn()
/aosp_15_r20/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DSimulatedCommands.java1131 public void setupDataCall(int accessNetworkType, DataProfile dataProfile, boolean allowRoaming, in setupDataCall()
2013 public void setInitialAttachApn(DataProfile dataProfile, Message result) { in setInitialAttachApn()
DSimulatedCommandsVerifier.java1163 public void setupDataCall(int accessNetworkType, DataProfile dataProfile, boolean allowRoaming, in setupDataCall()
1228 public void setInitialAttachApn(DataProfile dataProfile, Message result) { in setInitialAttachApn()
DRILTest.java1146 DataProfile dataProfile = new DataProfile.Builder() in testSetInitialAttachApn() local
/aosp_15_r20/packages/services/Iwlan/test/com/google/android/iwlan/
DIwlanDataServiceTest.java203 public void onDataProfileUnthrottled(DataProfile dataProfile) {} in onDataProfileUnthrottled()
/aosp_15_r20/out/soong/.intermediates/frameworks/opt/telephony/telephony-common/android_common/repackaged-jarjar/javac/
Dtelephony-common.jarcom/android/internal/util/UserIcons.class UserIcons.java package com.android. ...
/aosp_15_r20/out/soong/.intermediates/frameworks/opt/telephony/telephony-common/android_common/javac/
Dtelephony-common.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/net/ android/ ...

123456