Searched refs:isForInfrastructure (Results 1 – 4 of 4) sorted by relevance
322 if (!dataProfile.getApnSetting().isForInfrastructure( in canBeSatisfiedBy()333 if (!dataProfile.getApnSetting().isForInfrastructure( in canBeSatisfiedBy()
771 && ((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()
977 public boolean isForInfrastructure(@InfrastructureBitmask int infrastructures) { in isForInfrastructure() method in ApnSetting
1042 && ((isNtn && apnSetting.isForInfrastructure( in setUp()1044 || (!isNtn && apnSetting.isForInfrastructure( in setUp()