Searched defs:getCount (Results 1 - 25 of 149) sorted by relevance

123456

/packages/apps/Contacts/src/com/android/contacts/list/
H A DGroupMemberTileAdapter.java66 public int getCount() { method in class:GroupMemberTileAdapter
71 return getRowCount(mContactCursor.getCount());
H A DHeaderEntryContactListAdapter.java55 public int getCount() { method in class:HeaderEntryContactListAdapter
56 return super.getCount() + getHeaderEntryCount();
/packages/apps/Contacts/src/com/android/contacts/widget/
H A DSingleItemAdapter.java27 public int getCount() { method in class:SingleItemAdapter
/packages/apps/Email/emailcommon/src/com/android/emailcommon/utility/
H A DCountingOutputStream.java34 public long getCount() { method in class:CountingOutputStream
/packages/apps/Launcher3/tests/src/com/android/launcher3/provider/
H A DRestoreDbTaskTest.java33 assertEquals(5, getCount(db, "select * from favorites where profileId = 42"));
38 assertEquals(0, getCount(db, "select * from favorites where profileId = 42"));
39 assertEquals(5, getCount(db, "select * from favorites where profileId = 33"));
46 assertEquals(6, getCount(db, "select * from favorites where profileId = 33"));
49 private int getCount(SQLiteDatabase db, String sql) { method in class:RestoreDbTaskTest
52 return c.getCount();
54 c.getCount();
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
H A DSuggestionCursor.java39 int getCount(); method in interface:SuggestionCursor
45 * @throws IndexOutOfBoundsException if {@code pos < 0} or {@code pos >= getCount()}.
H A DSuggestionCursorWrapper.java41 public int getCount() { method in class:SuggestionCursorWrapper
42 return mCursor == null ? 0 : mCursor.getCount();
/packages/apps/UnifiedEmail/src/org/apache/commons/io/output/
H A DCountingOutputStream.java98 public synchronized int getCount() { method in class:CountingOutputStream
127 * NOTE: This method is an alternative for <code>getCount()</code>.
/packages/inputmethods/LatinIME/native/jni/src/dictionary/property/
H A Dhistorical_info.h46 int getCount() const { function in class:latinime::HistoricalInfo
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DMemoryCursor.java40 public int getCount() { method in class:MemoryCursor
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/testutil/
H A DDeletedContactUtil.java47 public static long getCount(ContentResolver resolver) { method in class:DeletedContactUtil
53 return cursor.getCount();
/packages/services/Telephony/src/com/android/phone/common/mail/utility/
H A DCountingOutputStream.java33 public long getCount() { method in class:CountingOutputStream
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
H A DBluetoothMapMessageListing.java53 public int getCount() { method in class:BluetoothMapMessageListing
H A DBluetoothMapConvoListing.java60 public int getCount() { method in class:BluetoothMapConvoListing
/packages/apps/Bluetooth/src/com/android/bluetooth/pbapclient/
H A DBluetoothPbapVcardList.java86 public int getCount() { method in class:BluetoothPbapVcardList
/packages/apps/ContactsCommon/src/com/android/contacts/common/database/
H A DEmptyCursor.java37 public int getCount() { method in class:EmptyCursor
/packages/apps/Gallery/src/com/android/camera/gallery/
H A DIImageList.java54 public int getCount(); method in interface:IImageList
H A DSingleImageList.java45 public int getCount() { method in class:SingleImageList
/packages/apps/UnifiedEmail/src/com/android/emailcommon/mail/
H A DMultipart.java44 public int getCount() throws MessagingException { method in class:Multipart
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
H A DSeparatedFolderListAdapter.java44 int size = adapter.getCount();
57 public int getCount() { method in class:SeparatedFolderListAdapter
61 total += adapter.getCount();
79 int size = adapter.getCount();
96 int size = adapter.getCount();
/packages/apps/UnifiedEmail/src/org/apache/commons/io/input/
H A DCountingInputStream.java119 public synchronized int getCount() { method in class:CountingInputStream
148 * NOTE: This method is an alternative for <code>getCount()</code>
/packages/experimental/NotificationLog/src/com/android/notificationlog/
H A DNotificationLogActivity.java55 android.util.Log.d("NotificationLogActivity", "loaded " + getCount() + " entries");
58 public int getCount() { method in class:NotificationLogActivity.NotificationLogAdapter
/packages/services/Telephony/src/com/android/phone/common/mail/
H A DMultipart.java43 public int getCount() throws MessagingException { method in class:Multipart
/packages/apps/ContactsCommon/src/com/android/contacts/common/util/
H A DAccountsListAdapter.java115 public int getCount() { method in class:AccountsListAdapter
/packages/apps/Gallery/tests/src/com/android/camera/gallery/
H A DMockImageList.java24 public int getCount() { method in class:MockImageList

Completed in 5480 milliseconds

123456