Searched refs:COUNT (Results 1 - 6 of 6) 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.java92 public static int COUNT = 3; field in interface:ActionBarAdapter.TabState
209 "Parameter must be between 0 and " + Integer.toString(TabState.COUNT-1)
226 "Parameter must be between 0 and " + Integer.toString(TabState.COUNT-1)
H A DPeopleActivity.java849 return mTabPagerAdapterSearchMode ? 1 : TabState.COUNT;
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
H A DConstants.java304 Log.v(TAG, "COUNT : " + hs.getHeader(HeaderSet.COUNT));
/packages/apps/Contacts/src/com/android/contacts/list/
H A DContactTileAdapter.java457 return ViewTypes.COUNT;
676 public static final int COUNT = 4; field in class:ContactTileAdapter.ViewTypes
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DContactsProvider2.java668 .add(BaseColumns._COUNT, "COUNT(*)")
901 "(SELECT COUNT(" + ContactsColumns.CONCRETE_ID + ") FROM "
942 "(SELECT COUNT(*)"
949 "(SELECT COUNT(*)"
6141 public static final String COUNT = "count"; field in class:ContactsProvider2.AddressBookIndexQuery
6144 LETTER, TITLE, COUNT
6204 projectionMap.put(AddressBookIndexQuery.COUNT,
6205 "COUNT(" + countExpression + ") AS " + AddressBookIndexQuery.COUNT);

Completed in 2533 milliseconds