Lines Matching refs:getString
217 syncedVisible = context.getString(R.string.synced_visible);
218 syncedNotVisible = context.getString(R.string.synced_not_visible);
219 notSyncedNotVisible = context.getString(R.string.not_synced_not_visible);
307 String account = cursor.getString(ACCOUNT_COLUMN);
335 String name = cursor.getString(NAME_COLUMN);
336 String owner = cursor.getString(OWNER_COLUMN);
362 String account = cursor.getString(accountColumn);
363 String accountType = cursor.getString(accountTypeColumn);
372 String account = groupCursor.getString(accountColumn);
373 String accountType = groupCursor.getString(accountTypeColumn);