Searched refs:infrastructures (Results 1 – 1 of 1) sorted by relevance
977 public boolean isForInfrastructure(@InfrastructureBitmask int infrastructures) { in isForInfrastructure() argument978 return (mInfrastructureBitmask & infrastructures) != 0; in isForInfrastructure()