Home
last modified time | relevance | path

Searched refs:accountSelector (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Email/emailcommon/src/com/android/emailcommon/provider/
DMailboxUtilities.java50 String accountSelector) { in setFlagsAndChildrensParentKey() argument
76 accountSelector, selectionArgs, null); in setFlagsAndChildrensParentKey()
110 public static void setFlagsAndChildrensParentKey(Context context, String accountSelector, in setFlagsAndChildrensParentKey() argument
113 Mailbox.CONTENT_PROJECTION, MailboxColumns.SERVER_ID + "=? AND " + accountSelector, in setFlagsAndChildrensParentKey()
118 setFlagsAndChildrensParentKey(context, cursor, accountSelector); in setFlagsAndChildrensParentKey()
133 public static void fixupUninitializedParentKeys(Context context, String accountSelector) { in fixupUninitializedParentKeys() argument
135 if (accountSelector == null) throw new IllegalArgumentException(); in fixupUninitializedParentKeys()
137 String noParentKeySelection = WHERE_PARENT_KEY_UNINITIALIZED + " AND " + accountSelector; in fixupUninitializedParentKeys()
147 setFlagsAndChildrensParentKey(context, noParentKeyMailboxCursor, accountSelector); in fixupUninitializedParentKeys()
152 setFlagsAndChildrensParentKey(context, accountSelector, parentServerId); in fixupUninitializedParentKeys()
[all …]