Home
last modified time | relevance | path

Searched refs:isForInfrastructure (Results 1 – 4 of 4) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/data/
DTelephonyNetworkRequest.java322 if (!dataProfile.getApnSetting().isForInfrastructure( in canBeSatisfiedBy()
333 if (!dataProfile.getApnSetting().isForInfrastructure( in canBeSatisfiedBy()
DDataProfileManager.java771 && ((isNtn && mPreferredDataProfile.getApnSetting().isForInfrastructure( in getApnSettingForNetworkRequest()
773 || (!isNtn && mPreferredDataProfile.getApnSetting().isForInfrastructure( in getApnSettingForNetworkRequest()
828 if (isNtn && !dp.getApnSetting().isForInfrastructure( in getApnSettingForNetworkRequest()
832 return isNtn || dp.getApnSetting().isForInfrastructure( in getApnSettingForNetworkRequest()
/frameworks/base/telephony/java/android/telephony/data/
DApnSetting.java977 public boolean isForInfrastructure(@InfrastructureBitmask int infrastructures) { in isForInfrastructure() method in ApnSetting
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/data/
DDataNetworkControllerTest.java1042 && ((isNtn && apnSetting.isForInfrastructure( in setUp()
1044 || (!isNtn && apnSetting.isForInfrastructure( in setUp()