linked-ids: rename RawLinkedIdentity to UriAttribute

This commit is contained in:
Vincent Breitmoser
2015-05-09 19:09:09 +02:00
parent 57f72996e8
commit 3600cda3bc
7 changed files with 25 additions and 25 deletions

View File

@@ -518,7 +518,7 @@ public class KeychainProvider extends ContentProvider {
if (match == KEY_RING_LINKED_IDS) {
qb.appendWhere(Tables.USER_PACKETS + "." + UserPackets.TYPE + " = "
+ WrappedUserAttribute.UAT_LINKED_ID);
+ WrappedUserAttribute.UAT_URI_ATTRIBUTE);
} else {
qb.appendWhere(Tables.USER_PACKETS + "." + UserPackets.TYPE + " IS NULL");
}