Searched defs:REMOVED (Results 1 - 2 of 2) sorted by relevance

/frameworks/data-binding/extensions/library/src/main/java/android/databinding/
H A DListChangeRegistry.java34 private static final int REMOVED = 4; field in class:ListChangeRegistry
53 case REMOVED:
118 notifyCallbacks(list, REMOVED, listChanges);
/frameworks/base/core/tests/coretests/src/android/content/pm/
H A DPackageManagerTests.java761 final static int REMOVED = 1; field in class:PackageManagerTests.ReplaceReceiver
791 removed = REMOVED;
793 if (removed != REMOVED) {
1221 final static int REMOVED = 1; field in class:PackageManagerTests.MoveReceiver
1242 removed = REMOVED;
1247 removed = REMOVED;
1249 if (removed != REMOVED) {

Completed in 760 milliseconds