Home | History | Annotate | Download | only in email

Lines Matching refs:accountIdArgs

1087         String[] accountIdArgs = new String[] { Long.toString(account.mId) };
1090 processPendingDeletesSynchronous(account, resolver, accountIdArgs);
1093 processPendingUploadsSynchronous(account, resolver, accountIdArgs);
1096 processPendingUpdatesSynchronous(account, resolver, accountIdArgs);
1144 * @param accountIdArgs
1147 ContentResolver resolver, String[] accountIdArgs) {
1150 EmailContent.MessageColumns.ACCOUNT_KEY + "=?", accountIdArgs,
1214 * @param accountIdArgs
1217 ContentResolver resolver, String[] accountIdArgs) {
1222 accountIdArgs, null);
1314 * @param accountIdArgs
1317 ContentResolver resolver, String[] accountIdArgs) {
1320 EmailContent.MessageColumns.ACCOUNT_KEY + "=?", accountIdArgs,