Searched refs:REMOVED (Results 1 – 3 of 3) sorted by relevance
756 final static int REMOVED = 1; field in PackageManagerTests.ReplaceReceiver786 removed = REMOVED; in notifyNow()788 if (removed != REMOVED) { in notifyNow()1122 final static int REMOVED = 1; field in PackageManagerTests.MoveReceiver1143 removed = REMOVED; in notifyNow()1148 removed = REMOVED; in notifyNow()1150 if (removed != REMOVED) { in notifyNow()
56 import static com.android.server.wm.AppWindowTokenProto.REMOVED;3145 proto.write(REMOVED, removed); in writeToProto()
3058 // This field is ignored when event == REMOVED.3065 REMOVED = 0; enumerator