Searched defs:COUNT (Results 1 - 5 of 5) sorted by relevance

/packages/experimental/RpcPerformance/
H A Drpcperftest.cpp29 static const int COUNT = 10000; variable
82 for (int i = 0; i < COUNT; i++) {
94 COUNT, seconds, 1000.0 * seconds / COUNT);
/packages/apps/Contacts/src/com/android/contacts/activities/
H A DActionBarAdapter.java99 public static int COUNT = 2; field in interface:ActionBarAdapter.TabState
172 if (mCurrentTab >= TabState.COUNT || mCurrentTab < 0) {
/packages/apps/ContactsCommon/src/com/android/contacts/common/list/
H A DContactTileAdapter.java431 return ViewTypes.COUNT;
630 public static final int COUNT = 4; field in class:ContactTileAdapter.ViewTypes
/packages/apps/Dialer/src/com/android/dialer/list/
H A DPhoneFavoritesTileAdapter.java407 return ViewTypes.COUNT;
628 public static final int COUNT = 1; field in class:PhoneFavoritesTileAdapter.ViewTypes
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DContactsProvider2.java743 .add(BaseColumns._COUNT, "COUNT(*)")
977 "(SELECT COUNT(" + ContactsColumns.CONCRETE_ID + ") FROM "
1018 "(SELECT COUNT(*)"
1025 "(SELECT COUNT(*)"
6756 public static final String COUNT = "count"; field in class:ContactsProvider2.AddressBookIndexQuery
6759 NAME, BUCKET, LABEL, COUNT
6823 projectionMap.put(AddressBookIndexQuery.COUNT,
6824 "COUNT(" + countExpression + ") AS " + AddressBookIndexQuery.COUNT);

Completed in 353 milliseconds