Searched refs:legs (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Exchange/tests/src/com/android/exchange/provider/
H A DMockProviderTests.java50 private static final String PONY_COLUMN_LEGS= "legs";
77 private ContentValues ponyValues(String name, String type, int legs, boolean canRide) { argument
81 cv.put(PONY_COLUMN_LEGS, legs);
164 // // Give all the ponies 5 legs
170 // // We should still have two records, and each should have 5 legs, but otherwise be the same
/packages/apps/UnifiedEmail/tests/src/com/android/mail/browse/
H A DTestProviderTests.java44 private static final String PONY_COLUMN_LEGS= "legs";
71 private static ContentValues ponyValues(String name, String type, int legs, boolean canRide) { argument
75 cv.put(PONY_COLUMN_LEGS, legs);
158 // Give all the ponies 5 legs
164 // We should still have two records, and each should have 5 legs, but otherwise be the same

Completed in 28 milliseconds