Searched defs:rows (Results 1 - 3 of 3) sorted by relevance

/packages/apps/Browser/src/com/android/browser/
H A DMeshTracker.java36 Mesh(int which, int rows, int cols) { argument
38 mRows = rows;
/packages/apps/Email/tests/src/com/android/email/activity/
H A DMessageListUnitTests.java172 HashMap<Long, Map<String, Object>> rows) {
175 mUpdatedRows = rows;
170 CustomCursor(ArrayList<Long> sortedIdList, String[] columnNames, HashMap<Long, Map<String, Object>> rows) argument
/packages/apps/Email/src/com/android/exchange/adapter/
H A DContactsSyncAdapter.java619 // We've been removing rows from the list as they've been found in the xml
623 // These rows need to be deleted...
732 * Changes are handled row by row, and only changed/new rows are acted upon
746 // TODO Handle deleted individual rows...
901 * SmartBuilder is a wrapper for the Builder class that is used to create/update rows for a
1032 // If we've found an existing data row, we'll delete it. Any rows left at the
1072 // If we've found an existing data row, we'll delete it. Any rows left at the
1334 * We now are dealing with up to maxRows typeless rows of mimeType data. We need to try to
1335 * match them with existing rows; if there's a match, everything's great. Otherwise, we
1339 public void addUntyped(Entity entity, ArrayList<UntypedRow> rows, Strin argument
[all...]

Completed in 272 milliseconds