Home
last modified time | relevance | path

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

/frameworks/base/telephony/java/android/telephony/data/
DApnSetting.java977 public boolean isForInfrastructure(@InfrastructureBitmask int infrastructures) { in isForInfrastructure() argument
978 return (mInfrastructureBitmask & infrastructures) != 0; in isForInfrastructure()