Searched refs:assocInfo (Results 1 – 2 of 2) sorted by relevance
725 AssociationInfo assocInfo = mock(AssociationInfo.class); in testListenerTrusted_withCdmAssociation() local726 when(assocInfo.isRevoked()).thenReturn(false); in testListenerTrusted_withCdmAssociation()727 when(assocInfo.getPackageName()).thenReturn(mCn1.getPackageName()); in testListenerTrusted_withCdmAssociation()728 when(assocInfo.getUserId()).thenReturn(UserHandle.getUserId(mUid1)); in testListenerTrusted_withCdmAssociation()730 infos.add(assocInfo); in testListenerTrusted_withCdmAssociation()
11994 AssociationInfo assocInfo = cdmAssocs.get(i);11995 if (!assocInfo.isRevoked() && pkg.equals(assocInfo.getPackageName())11996 && assocInfo.getUserId() == UserHandle.getUserId(uid)) {