OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ponyValues
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Exchange/tests/src/com/android/exchange/provider/
MockProviderTests.java
77
private ContentValues
ponyValues
(String name, String type, int legs, boolean canRide) {
95
// ContentValues pony1 =
ponyValues
("Flicka", "wayward", 4, true);
97
// ContentValues pony2 =
ponyValues
("Elise", "dastardly", 3, false);
/packages/apps/UnifiedEmail/tests/src/com/android/mail/browse/
TestProviderTests.java
71
private static ContentValues
ponyValues
(String name, String type, int legs, boolean canRide) {
89
ContentValues pony1 =
ponyValues
("Flicka", "wayward", 4, true);
91
ContentValues pony2 =
ponyValues
("Elise", "dastardly", 3, false);
Completed in 323 milliseconds