Searched refs:ENROLLMENT (Results 1 – 2 of 2) sorted by relevance
49 private static final EnrollmentData ENROLLMENT = field in EnrollmentTest61 .thenReturn(ENROLLMENT); in testMaybeGetEnrollmentId_success()66 Optional.of(ENROLLMENT.getEnrollmentId()), in testMaybeGetEnrollmentId_success()88 .thenReturn(ENROLLMENT); in testMaybeGetEnrollmentId_blockedByEnrollmentBlockList()102 .thenReturn(ENROLLMENT); in testMaybeGetEnrollmentId_packageManifestCheckFailure()
105 private static final EnrollmentData ENROLLMENT = field in MeasurementServiceTest208 doReturn(ENROLLMENT).when(mMockEnrollmentDao).getEnrollmentDataFromMeasurementUrl(any()); in runWithMocks()