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

123456

/packages/apps/Settings/src/com/android/settings/dashboard/
H A DSearchResultsSummary.java89 cursor.getCount());
91 setResultsVisibility(cursor.getCount() > 0);
111 setSuggestionsVisibility(cursor.getCount() > 0);
444 public int getCount() { method in class:SearchResultsSummary.SuggestionsAdapter
446 return mCursor.getCount();
546 public int getCount() { method in class:SearchResultsSummary.SearchResultsAdapter
548 return mCursor.getCount();
/packages/apps/TV/tests/unit/src/com/android/tv/data/
H A DChannelDataManagerTest.java510 public int getCount() { method in class:ChannelDataManagerTest.FakeContentProvider
604 public int getCount() { method in class:ChannelDataManagerTest.FakeCursor
605 return mContentProvider.getCount();
610 return ++mPosition < mContentProvider.getCount();
H A DProgramDataManagerTest.java472 public int getCount() { method in class:ProgramDataManagerTest.FakeCursor
/packages/apps/TV/usbtuner/src/com/android/usbtuner/setup/
H A DScanFragment.java182 public int getCount() { method in class:ScanFragment.ChannelAdapter
248 int channelsFound = mAdapter.getCount();
266 int channelsFound = mAdapter.getCount();
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/dialog/old/
H A DActionAdapter.java164 public int getCount() { method in class:ActionAdapter
/packages/apps/Contacts/src/com/android/contacts/activities/
H A DPeopleActivity.java729 public int getCount() { method in class:PeopleActivity.TabPagerAdapter
/packages/apps/Contacts/src/com/android/contacts/editor/
H A DCompactRawContactsEditorView.java181 public int getCount() { method in class:CompactRawContactsEditorView.RawContactAccountListAdapter
767 if (adapter.getCount() > 0) {
770 adapter.getCount(), adapter.getCount());
H A DContactEditorBaseFragment.java318 public int getCount() { method in class:ContactEditorBaseFragment.AggregationSuggestionAdapter
/packages/apps/Email/provider_src/com/android/email/provider/
H A DContentCache.java159 /*package*/ synchronized int getCount(T object) { method in class:ContentCache.CounterMap
324 public int getCount() { method in class:ContentCache.CachedCursor
326 mCount = super.getCount();
336 if (pos >= getCount() || pos < -1) {
370 return moveToPosition(getCount() - 1);
375 return mPosition == (getCount() - 1);
548 if (c.getCount() == 0) {
703 if (c.getCount() == 1) {
/packages/apps/Gallery/src/com/android/camera/
H A DGalleryPicker.java392 if (i >= 3 && lists[i].getCount() == lists[i - 3].getCount()) {
415 if (mAdapter.getCount() == 0) {
636 int count = images.getCount();
807 mCount = list.getCount();
891 public int getCount() { method in class:GalleryPickerAdapter
/packages/apps/UnifiedEmail/src/com/android/mail/browse/
H A DConversationViewAdapter.java578 public int getCount() { method in class:ConversationViewAdapter
H A DConversationCursor.java297 final int count = getCount();
399 count = super.getCount();
477 if (mCachingEnabled && mCachePos < getCount()) {
592 result.getCount();
646 uri, time, result.getCount());
1141 mPosition = getCount();
1182 public int getCount() { method in class:ConversationCursor
1185 "getCount() on disabled cursor: " + mName + "(" + qUri + ")");
1187 return mUnderlyingCursor.getCount() - mDeletedCount;
1223 return pos < getCount();
[all...]
/packages/providers/TelephonyProvider/tests/src/com/android/providers/telephony/
H A DTelephonyBackupAgentTest.java873 return nextRow >= getCount();
878 return nextRow == getCount() - 1;
884 return getCount() > 0;
889 return getCount() > ++nextRow;
893 public int getCount() { method in class:TelephonyBackupAgentTest.FakeCursor
/packages/apps/Calendar/src/com/android/calendar/agenda/
H A DAgendaWindowAdapter.java315 int size; // dayAdapter.getCount()
407 public int getCount() { method in class:AgendaWindowAdapter
613 if (cursorPosition < info.cursor.getCount()) {
981 + " Count: " + cursor.getCount());
994 int cursorSize = cursor.getCount();
1252 info.size = info.dayAdapter.getCount();
/packages/apps/Contacts/src/com/android/contacts/group/
H A DGroupEditorFragment.java967 public int getCount() { method in class:GroupEditorFragment.MemberListAdapter
/packages/apps/Dialer/src/com/android/dialer/dialpad/
H A DDialpadFragment.java1343 public int getCount() { method in class:DialpadFragment.DialpadChooserAdapter
/packages/apps/Music/src/com/android/music/
H A DTrackBrowserActivity.java444 int numresults = mTrackCursor != null ? mTrackCursor.getCount() : 0;
462 if (cursor.getCount() != numresults) {
491 if (cursor.getCount() != 0) {
506 if (cursor.getCount() != 0) {
610 if (c.getCount() == 0) {
796 int curcount = mTrackCursor.getCount();
839 int curcount = mTrackCursor.getCount();
887 if (mTrackCursor.getCount() == 0) {
1032 if (ret.getCount() == 0) {
1134 int size = mCurrentPlaylistCursor.getCount();
1173 public int getCount() method in class:TrackBrowserActivity.NowPlayingCursor
[all...]
/packages/apps/Settings/src/com/android/settings/
H A DTrustedCredentialsSettings.java544 @Override public int getCount() { method in class:TrustedCredentialsSettings.ChildAdapter
/packages/apps/Settings/src/com/android/settings/applications/
H A DManageApplications.java604 if (mApplications != null && mApplications.getCount() > position) {
699 public int getCount() { method in class:ManageApplications.FilterSpinnerAdapter
1095 public int getCount() { method in class:ManageApplications.ApplicationsAdapter
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
H A DAnimatedAdapter.java311 public int getCount() { method in class:AnimatedAdapter
319 int contentCount = super.getCount() + specialViewCount;
409 } else if (position == getCount() - 1) {
491 } else if (position == getCount() - 1) {
718 if ((mHeaders.size() > position) || (position == getCount() - 1)) {
809 } else if (position == getCount() - 1) {
H A DFolderListFragment.java245 sb.append(mMergedAdapter != null ? mMergedAdapter.getCount() : -1);
913 mAccountsAdapter.getCount() : 0) +
940 public int getCount() { method in class:FolderListFragment.FolderAdapter
1161 return mCursor == null || mCursor.isClosed()|| mCursor.getCount() <= 0
1248 mAccountsAdapter.getCount() : 0) +
1269 if (cursor != null && cursor.getCount() > 0) {
1318 public int getCount() { method in class:FolderListFragment.AccountsAdapter
1388 public int getCount() { method in class:FolderListFragment.FooterAdapter
1646 public int getCount() { method in class:FolderListFragment.MiniDrawerAccountsAdapter
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
H A DBaseContactsProvider2Test.java919 assertEquals("Record count for " + uri, 1, c.getCount());
935 assertEquals("Record count", 1, c.getCount());
962 assertEquals("Record count", 1, c.getCount());
976 assertEquals("Record count", 1, c.getCount());
995 assertEquals("Record count", expectedValues.length, c.getCount());
1014 assertEquals("Record count", expectedValues.length, c.getCount());
1042 assertEquals("Record count", expectedValues.length, c.getCount());
1092 assertEquals("Record count", 1, c.getCount());
1142 final BitSet used = new BitSet(cursor.getCount());
1247 protected int getCount(Ur method in class:BaseContactsProvider2Test
1251 protected int getCount(Uri uri, String selection, String[] selectionArgs) { method in class:BaseContactsProvider2Test
[all...]
/packages/services/Telecomm/libs/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/util/ ...
/packages/apps/Messaging/build/gcheckstyle/
H A Dgoogle-style-checker_deploy.jarMETA-INF/ META-INF/MANIFEST.MF build-data.properties com/ com/google/ com/google/ ...

Completed in 1311 milliseconds

123456