Searched refs:changeCount (Results 1 – 4 of 4) sorted by relevance
/packages/apps/Contacts/tests/src/com/android/contacts/widget/ |
D | CompositeListAdapterTest.java | 87 public int changeCount; field in CompositeListAdapterTest.TestDataSetObserver 92 changeCount++; in onChanged() 221 assertEquals(1, observer.changeCount); in testNotifyDataSetChangedPropagated() 229 assertEquals(2, observer.changeCount); in testNotifyDataSetChangedPropagated() 247 assertEquals(1, observer.changeCount); in testNotifyDataSetChangedOnAddingAdapter() 265 assertEquals(1, observer.changeCount); in testNotifyDataSetInvalidated() 270 assertEquals(1, observer.changeCount); in testNotifyDataSetInvalidated()
|
/packages/services/Mtp/tests/src/com/android/mtp/ |
D | MtpDocumentsProviderTest.java | 954 final int changeCount = mResolver.getChangeCount(ROOTS_URI); in setupRoots() local 959 mResolver.waitForNotification(ROOTS_URI, changeCount + 1); in setupRoots()
|
/packages/services/Telephony/src/com/android/phone/ |
D | EmergencyDialer.java | 232 public void onTextChanged(CharSequence input, int start, int before, int changeCount) { in onTextChanged() argument
|
/packages/apps/Dialer/java/com/android/dialer/dialpadview/ |
D | DialpadFragment.java | 317 public void onTextChanged(CharSequence input, int start, int before, int changeCount) { in onTextChanged() argument
|