Home
last modified time | relevance | path

Searched refs:contactCount (Results 1 – 4 of 4) sorted by relevance

/aosp12/frameworks/base/tests/AccessoryDisplay/sink/src/com/android/accessorydisplay/sink/
H A DUsbHid.java100 public void generateReport(ByteBuffer buffer, Contact[] contacts, int contactCount) { in generateReport() argument
104 buffer.put((byte)contactCount); in generateReport()
106 for (int i = 0; i < contactCount; i++) { in generateReport()
115 for (int i = contactCount; i < mMaxContacts; i++) { in generateReport()
H A DSinkActivity.java387 private void sendHidTouchReport(int contactCount) { in sendHidTouchReport() argument
389 mMultitouch.generateReport(mHidBuffer, mMultitouchContacts, contactCount); in sendHidTouchReport()
/aosp12/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
H A DContactsContentObserver.java108 final int contactCount = mManager.getContactCount(); in haveContentsChanged() local
109 if (contactCount > ContactsDictionaryConstants.MAX_CONTACTS_PROVIDER_QUERY_LIMIT) { in haveContentsChanged()
115 if (contactCount != mManager.getContactCountAtLastRebuild()) { in haveContentsChanged()
118 + mManager.getContactCountAtLastRebuild() + " to " + contactCount); in haveContentsChanged()
/aosp12/packages/apps/Car/Dialer/src/com/android/car/dialer/ui/favorite/
H A DFavoriteFragment.java81 int contactCount = contacts.getData().size(); in onViewCreated()
82 mContentLimitingAdapter.updateUnderlyingDataChanged(contactCount, in onViewCreated()
84 contactCount, in onViewCreated()