Searched refs:getCount (Results 51 - 75 of 431) sorted by relevance

1234567891011>>

/frameworks/opt/net/ims/tests/src/com/android/ims/
H A DImsTestBase.java55 while (lock.getCount() > 0) {
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DHbpcdUtils.java55 int c2Counter = c2.getCount();
85 int c3Counter = c3.getCount();
117 if (c5.getCount() > 0) {
147 if (cur.getCount() > 0) {
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ims/
H A DImsTestBase.java55 while (lock.getCount() > 0) {
/frameworks/support/compat/src/main/java/androidx/core/widget/
H A DListViewAutoScrollHelper.java52 final int itemCount = target.getCount();
/frameworks/support/leanback/src/main/java/androidx/leanback/widget/picker/
H A DPickerColumn.java104 public int getCount() { method in class:PickerColumn
/frameworks/base/core/java/com/android/internal/globalactions/
H A DActionsAdapter.java46 public int getCount() { method in class:ActionsAdapter
97 + ", filtered count=" + getCount()
/frameworks/base/core/tests/coretests/src/android/widget/listview/
H A DListWithEmptyView.java43 if (position < 0 || position >= this.getCount()) {
91 if (mAdapter.getCount() > 0) {
H A DListThrasher.java75 public int getCount() { method in class:ListThrasher.ThrashListAdapter
101 int position = mRandomizer.nextInt(getCount());
/frameworks/data-binding/integration-tests/TestApp/app/src/androidTestApi7/java/android/databinding/testapp/
H A DAbsSpinnerBindingAdapterTest.java67 assertEquals(mBindingObject.getEntries().length, mView.getAdapter().getCount());
78 assertEquals(entries.size(), adapter.getCount());
/frameworks/support/wear/src/androidTest/java/androidx/wear/widget/
H A DConfirmationOverlayTest.java100 assertEquals(0, latch.getCount());
145 assertEquals(0, latch.getCount());
176 assertEquals(0, latch.getCount());
207 assertEquals(0, latch.getCount());
248 assertEquals(1, latch.getCount());
277 assertEquals(0, latch.getCount());
/frameworks/support/content/src/main/java/androidx/contentpager/content/
H A DContentPager.java115 * {@link Cursor#getCount}, then you've found something close to the max rows that'll
123 * In such a circumstance, the Cursor will be adapted to report a count ({Cursor#getCount})
368 int count = Math.min(query.getLimit(), unpaged.getCount());
371 if (query.getOffset() + query.getLimit() > unpaged.getCount()) {
372 count = unpaged.getCount() % query.getLimit();
381 if (query.getOffset() == 0 && unpaged.getCount() < query.getLimit()) {
383 unpaged, unpaged.getCount(), CURSOR_DISPOSITION_WRAPPED);
400 int windowSize = cursor.getCount();
419 int disposition = (cursor.getCount() <= windowSize)
427 if (cursor.getCount() > windowSiz
565 public int getCount() { method in class:ContentPager.CursorView
[all...]
/frameworks/base/packages/MtpDocumentsProvider/tests/src/com/android/mtp/
H A DMtpDocumentsProviderTest.java154 assertEquals(1, cursor.getCount());
212 assertEquals(2, cursor.getCount());
230 assertEquals(2, cursor.getCount());
277 assertEquals(2, cursor.getCount());
321 assertEquals(1, cursor.getCount());
358 assertEquals(1, cursor.getCount());
385 assertEquals(1, cursor.getCount());
409 assertEquals(1, cursor.getCount());
440 assertEquals(1, cursor.getCount());
471 assertEquals(1, cursor.getCount());
[all...]
/frameworks/base/core/java/android/widget/
H A DRemoteViewsService.java78 * See {@link Adapter#getCount()}
82 public int getCount(); method in interface:RemoteViewsService.RemoteViewsFactory
151 public synchronized int getCount() { method in class:RemoteViewsService.RemoteViewsFactoryAdapter
154 count = mFactory.getCount();
/frameworks/compile/slang/tests/P_reflection3264_divergent/
H A DScriptC_reflection3264_divergent.java.expect285 if ((t0.getCount() != t1.getCount()) ||
328 if ((t0.getCount() != t1.getCount()) ||
367 if ((t0.getCount() != t1.getCount()) ||
403 if ((t0.getCount() != t1.getCount()) ||
438 if ((t0.getCount() != t1.getCount()) ||
[all...]
/frameworks/compile/slang/tests/P_reflection3264_divergent_support/
H A DScriptC_reflection3264_divergent.java.expect282 if ((t0.getCount() != t1.getCount()) ||
325 if ((t0.getCount() != t1.getCount()) ||
364 if ((t0.getCount() != t1.getCount()) ||
400 if ((t0.getCount() != t1.getCount()) ||
435 if ((t0.getCount() != t1.getCount()) ||
[all...]
/frameworks/base/core/tests/coretests/src/android/text/
H A DSpannableTest.java86 assertEquals(1, latch.getCount());
88 assertEquals(0, latch.getCount());
/frameworks/base/core/tests/coretests/src/android/widget/gridview/
H A DGridThrasher.java77 public int getCount() { method in class:GridThrasher.ThrashListAdapter
103 int position = mRandomizer.nextInt(getCount());
/frameworks/base/core/tests/coretests/src/android/widget/listview/touch/
H A DListSetSelectionTest.java64 final int targetPosition = mListView.getAdapter().getCount() / 2;
94 final int targetPosition = mListView.getAdapter().getCount() / 2;
/frameworks/base/tests/LocationTracker/src/com/android/locationtracker/data/
H A DTrackerDataHelper.java117 int pos = (cursor.getCount() < limit ? 0 : cursor.getCount() - limit);
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/binding/
H A DFakeAdapter.java72 int count = dataBindingItem.getCount();
90 public int getCount() { method in class:FakeAdapter
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/
H A DAddPrinterActivity.java155 mEnabledServicesAdapter.getCount());
315 public int getCount() { method in class:AddPrinterActivity.CombinedAdapter
320 totalCount += mAdapters.get(i).getCount();
339 if (position < adapter.getCount()) {
342 position -= adapter.getCount();
357 if (position < adapter.getCount()) {
361 position -= adapter.getCount();
462 public int getCount() { method in class:AddPrinterActivity.PrintServiceInfoAdapter
638 public int getCount() { method in class:AddPrinterActivity.RecommendedServicesAdapter
655 return getCount()
851 public int getCount() { method in class:AddPrinterActivity.NoPrintServiceMessageAdapter
[all...]
/frameworks/av/include/drm/
H A DDrmInfo.h126 int getCount(void) const;
H A DDrmInfoRequest.h133 int getCount(void) const;
H A DDrmMetadata.h93 int getCount(void) const;
/frameworks/av/media/img_utils/include/img_utils/
H A DTiffEntry.h57 virtual uint32_t getCount() const = 0;

Completed in 820 milliseconds

1234567891011>>