Searched refs:UNMETERED (Results 1 – 7 of 7) sorted by relevance
76 int UNMETERED = 2; field204 case UNMETERED: in networkTypeToInt()205 return NetworkTypeIds.UNMETERED; in networkTypeToInt()234 case NetworkTypeIds.UNMETERED: in intToNetworkType()235 return NetworkType.UNMETERED; in intToNetworkType()
19 import static androidx.work.NetworkType.UNMETERED;39 return workSpec.constraints.getRequiredNetworkType() == UNMETERED; in hasConstraint()
37 UNMETERED, enumConstant
23 import static androidx.work.NetworkType.UNMETERED;244 assertThat(SystemJobInfoConverter.convertNetworkType(UNMETERED), in testConvertNetworkType_unmetered()
22 import static androidx.work.NetworkType.UNMETERED;227 .setRequiredNetworkType(UNMETERED) in testConvert_requiresNetworkUnmetered()
140 case UNMETERED: in convertNetworkType()
155 case UNMETERED: { in getConstraints()