Searched refs:infrastructureBitmask (Results 1 – 2 of 2) sorted by relevance
577 int infrastructureBitmask = cursor.getInt(0); in databaseHelperOnUpgrade_hasInfrastructureFields_updateInfrastructureValue() local578 assertEquals(ApnSetting.INFRASTRUCTURE_CELLULAR, infrastructureBitmask); in databaseHelperOnUpgrade_hasInfrastructureFields_updateInfrastructureValue()592 infrastructureBitmask = cursor.getInt(0); in databaseHelperOnUpgrade_hasInfrastructureFields_updateInfrastructureValue()593 assertEquals(expectedInfrastructureBitmask, infrastructureBitmask); in databaseHelperOnUpgrade_hasInfrastructureFields_updateInfrastructureValue()
2786 int infrastructureBitmask = in getRow() local2790 infrastructureBitmask = getInfrastructureListFromString(infrastructureList); in getRow()2792 map.put(INFRASTRUCTURE_BITMASK, infrastructureBitmask); in getRow()5788 int infrastructureBitmask = 0; in getInfrastructureListFromString() local5792 infrastructureBitmask |= ApnSetting.INFRASTRUCTURE_CELLULAR; in getInfrastructureListFromString()5795 infrastructureBitmask |= ApnSetting.INFRASTRUCTURE_SATELLITE; in getInfrastructureListFromString()5799 return infrastructureBitmask; in getInfrastructureListFromString()