Home
last modified time | relevance | path

Searched refs:REMOVED (Results 1 – 2 of 2) sorted by relevance

/frameworks/data-binding/library/src/main/java/android/databinding/
DListChangeRegistry.java34 private static final int REMOVED = 4; field in ListChangeRegistry
53 case REMOVED:
118 notifyCallbacks(list, REMOVED, listChanges); in notifyRemoved()
/frameworks/base/core/tests/coretests/src/android/content/pm/
DPackageManagerTests.java786 final static int REMOVED = 1; field in PackageManagerTests.ReplaceReceiver
816 removed = REMOVED; in notifyNow()
818 if (removed != REMOVED) { in notifyNow()
1545 final static int REMOVED = 1; field in PackageManagerTests.MoveReceiver
1566 removed = REMOVED; in notifyNow()
1571 removed = REMOVED; in notifyNow()
1573 if (removed != REMOVED) { in notifyNow()