Home
last modified time | relevance | path

Searched defs:dataProfiles (Results 1 – 4 of 4) sorted by relevance

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/data/
DDataProfileManagerTest.java446 private void dedupeDataProfiles(@NonNull List<DataProfile> dataProfiles) throws Exception { in dedupeDataProfiles()
835 List<DataProfile> dataProfiles = new ArrayList<>(Arrays.asList(dataProfile2, dataProfile1)); in testDedupeDataProfiles2() local
895 List<DataProfile> dataProfiles = new ArrayList<>(Arrays.asList(dataProfile2, dataProfile1)); in testDedupeDataProfiles3() local
1037 List<DataProfile> dataProfiles = getAllDataProfiles(); in testNoDefaultIms() local
/frameworks/opt/telephony/src/java/com/android/internal/telephony/data/
DDataProfileManager.java401 private void onInternetDataNetworkConnected(@NonNull List<DataProfile> dataProfiles) { in onInternetDataNetworkConnected()
704 List<DataProfile> dataProfiles = mAllDataProfiles.stream() in getApnSettingForNetworkRequest() local
802 private void dedupeDataProfiles(@NonNull List<DataProfile> dataProfiles) { in dedupeDataProfiles()
DDataNetworkController.java552 public void onInternetDataNetworkConnected(@NonNull List<DataProfile> dataProfiles) {} in onInternetDataNetworkConnected()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/dataconnection/
DDcTrackerTest.java1075 List<DataProfile> dataProfiles = dpCaptor.getAllValues(); in testTrySetupDataMmsAllowedDataDisabled() local
1969 List<DataProfile> dataProfiles = dpCaptor.getAllValues(); in testDataSetupWithApnSetId() local