Searched refs:newMatch (Results 1 – 3 of 3) sorted by relevance
72 UidOwnerValue newMatch = { in addRule() local76 auto res = mUidOwnerMap.writeValue(uid, newMatch, BPF_ANY); in addRule()79 UidOwnerValue newMatch = { in addRule() local83 auto res = mUidOwnerMap.writeValue(uid, newMatch, BPF_ANY); in addRule()94 UidOwnerValue newMatch = { in removeRule() local98 if (newMatch.rule == 0) { in removeRule()102 auto res = mUidOwnerMap.writeValue(uid, newMatch, BPF_ANY); in removeRule()
400 final UidOwnerValue newMatch = new UidOwnerValue( in removeRule() local405 if (newMatch.rule == 0) { in removeRule()408 sUidOwnerMap.updateEntry(new S32(uid), newMatch); in removeRule()427 final UidOwnerValue newMatch; in addRule() local429 newMatch = new UidOwnerValue( in addRule()434 newMatch = new UidOwnerValue( in addRule()439 sUidOwnerMap.updateEntry(new S32(uid), newMatch); in addRule()
226 for (MatchScore newMatch : newMatches) { in findRawContactMatchingCandidates()227 final long newRawContactId = newMatch.getRawContactId(); in findRawContactMatchingCandidates()230 matchingCandidates.add(newMatch); in findRawContactMatchingCandidates()