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

/packages/apps/Exchange/tests/src/com/android/exchange/provider/
H A DMockProviderTests.java48 private static final String PONY_COLUMN_CAN_RIDE = "canRide";
74 private ContentValues ponyValues(String name, String type, int legs, boolean canRide) { argument
79 cv.put(PONY_COLUMN_CAN_RIDE, canRide ? 1 : 0);

Completed in 66 milliseconds