Home
last modified time | relevance | path

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

/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
1054 DataProfile dataProfile = mDataProfileManagerUT.getDataProfileForNetworkRequest( in testSetPreferredDataProfile() local
1141 DataProfile dataProfile = mDataProfileManagerUT.getDataProfileForNetworkRequest( in testSetPreferredDataProfileBySubscriptionId() local
1284 DataProfile dataProfile = mDataProfileManagerUT.getDataProfileForNetworkRequest( in testSimRemoval() local
1332 DataProfile dataProfile = mDataProfileManagerUT.getDataProfileForNetworkRequest( in testSimRemovalLegacy() local
1382 DataProfile dataProfile = mDataProfileManagerUT.getDataProfileForNetworkRequest( in testSimInsertedAgain() local
1456 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()
/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
494 DataProfile dataProfile = null; in getPreferredDataProfileFromDb() local
534 private void setPreferredDataProfile(@Nullable DataProfile dataProfile) { in setPreferredDataProfile()
736 DataProfile dataProfile = profileBuilder.build(); in getDataProfileForNetworkRequest() local
887 public boolean isDataProfilePreferred(@NonNull DataProfile dataProfile) { in isDataProfilePreferred()
1111 public boolean isDataProfileCompatible(@NonNull DataProfile dataProfile) { in isDataProfileCompatible()
DDataRetryManager.java223 public final DataProfile dataProfile; field in DataRetryManager.DataThrottlingEntry
267 public DataThrottlingEntry(@NonNull DataProfile dataProfile, in DataThrottlingEntry()
751 public final DataProfile dataProfile; field in DataSetupRetryEntry
769 @Nullable NetworkRequestList networkRequestList, @NonNull DataProfile dataProfile, in DataSetupRetryEntry()
860 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
DCellularDataService.java169 public void setupDataCall(int accessNetworkType, @NonNull DataProfile dataProfile, in setupDataCall()
205 public void setInitialAttachApn(@NonNull DataProfile dataProfile, boolean isRoaming, in setInitialAttachApn()
DDataNetworkController.java659 @NonNull DataProfile dataProfile) {} in onDataNetworkConnected()
1348 DataProfile dataProfile = evaluation.getCandidateDataProfile(); in onSatisfyNetworkRequest() local
1763 DataProfile dataProfile = mDataProfileManager in evaluateNetworkRequest() local
1906 DataProfile dataProfile = evaluation.getCandidateDataProfile(); in onReevaluateUnsatisfiedNetworkRequests() local
2056 DataProfile dataProfile = dataNetwork.getDataProfile(); in evaluateDataNetwork() local
2807 private NetworkRequestList findSatisfiableNetworkRequests(@NonNull DataProfile dataProfile) { in findSatisfiableNetworkRequests()
2823 private void setupDataNetwork(@NonNull DataProfile dataProfile, in setupDataNetwork()
3149 DataProfile dataProfile = dataSetupRetryEntry.dataProfile; in onDataNetworkSetupRetry() local
DTelephonyNetworkRequest.java296 public boolean canBeSatisfiedBy(@NonNull DataProfile dataProfile) { in canBeSatisfiedBy()
DDataEvaluation.java126 public void setCandidateDataProfile(@NonNull DataProfile dataProfile) { in setCandidateDataProfile()
DDataNetwork.java1007 @NonNull DataProfile dataProfile, in DataNetwork()
/frameworks/base/telephony/java/android/telephony/data/
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 …]
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()
DDataServiceCallback.java296 public void onDataProfileUnthrottled(final @NonNull DataProfile dataProfile) { in onDataProfileUnthrottled()
/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.java2138 public void setupDataCall(int accessNetworkType, DataProfile dataProfile, boolean allowRoaming, in setupDataCall()
3877 public void setInitialAttachApn(DataProfile dataProfile, Message result) { in setInitialAttachApn()
/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()
/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.java1144 DataProfile dataProfile = new DataProfile.Builder() in testSetInitialAttachApn() local