Searched refs:NOT_REQUIRED (Results 1 – 8 of 8) sorted by relevance
74 int NOT_REQUIRED = 0; field198 case NOT_REQUIRED: in networkTypeToInt()199 return NetworkTypeIds.NOT_REQUIRED; in networkTypeToInt()228 case NetworkTypeIds.NOT_REQUIRED: in intToNetworkType()229 return NetworkType.NOT_REQUIRED; in intToNetworkType()
18 import static androidx.work.NetworkType.NOT_REQUIRED;82 constraints.getRequiredNetworkType() != NOT_REQUIRED; in updateAll()
27 NOT_REQUIRED, enumConstant
171 private NetworkType mRequiredNetworkType = NetworkType.NOT_REQUIRED;
21 import static androidx.work.NetworkType.NOT_REQUIRED;230 assertThat(SystemJobInfoConverter.convertNetworkType(NOT_REQUIRED), in testConvertNetworkType_none()
136 case NOT_REQUIRED: in convertNetworkType()
145 case NOT_REQUIRED: { in getConstraints()
23 import static androidx.work.NetworkType.NOT_REQUIRED;352 assertThat(constraints.getRequiredNetworkType(), is(NOT_REQUIRED)); in testEnqueue_insertWorkConstraints()