Searched refs:infrastructureBitmask (Results 1 – 2 of 2) sorted by relevance
641 int infrastructureBitmask = cursor.getInt(0); in databaseHelperOnUpgrade_hasInfrastructureFields_updateInfrastructureValue() local642 assertEquals(ApnSetting.INFRASTRUCTURE_CELLULAR, infrastructureBitmask); in databaseHelperOnUpgrade_hasInfrastructureFields_updateInfrastructureValue()656 infrastructureBitmask = cursor.getInt(0); in databaseHelperOnUpgrade_hasInfrastructureFields_updateInfrastructureValue()657 assertEquals(expectedInfrastructureBitmask, infrastructureBitmask); in databaseHelperOnUpgrade_hasInfrastructureFields_updateInfrastructureValue()
2907 int infrastructureBitmask = in getRow() local2911 infrastructureBitmask = getInfrastructureListFromString(infrastructureList); in getRow()2913 map.put(INFRASTRUCTURE_BITMASK, infrastructureBitmask); in getRow()5938 int infrastructureBitmask = 0; in getInfrastructureListFromString() local5942 infrastructureBitmask |= ApnSetting.INFRASTRUCTURE_CELLULAR; in getInfrastructureListFromString()5945 infrastructureBitmask |= ApnSetting.INFRASTRUCTURE_SATELLITE; in getInfrastructureListFromString()5949 return infrastructureBitmask; in getInfrastructureListFromString()