Searched refs:expectedAdmin (Results 1 – 1 of 1) sorted by relevance
47 final EnforcedAdmin expectedAdmin = new EnforcedAdmin(component, UserHandle.of(userId)); in testGetAdminDetailsFromIntent() local52 assertEquals(expectedAdmin, mDialog.getAdminDetailsFromIntent(intent)); in testGetAdminDetailsFromIntent()58 final EnforcedAdmin expectedAdmin = new EnforcedAdmin(null, UserHandle.of(userId)); in testGetAdminDetailsFromNullIntent() local60 assertEquals(expectedAdmin, mDialog.getAdminDetailsFromIntent(null)); in testGetAdminDetailsFromNullIntent()