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.java779 final static int REMOVED = 1; field in class:PackageManagerTests.ReplaceReceiver
809 removed = REMOVED;
811 if (removed != REMOVED) {
1516 final static int REMOVED = 1; field in class:PackageManagerTests.MoveReceiver
1537 removed = REMOVED;
1542 removed = REMOVED;
1544 if (removed != REMOVED) {

Completed in 44 milliseconds