Searched defs:isUpdate (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/java/android/content/
H A DContentProviderOperation.java248 public boolean isUpdate() { method in class:ContentProviderOperation
266 * @see #isUpdate
/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationRecord.java90 public boolean isUpdate; field in class:NotificationRecord
/frameworks/base/services/core/java/com/android/server/pm/
H A DPackageManagerService.java14273 res.removedInfo.isUpdate = true;
14285 childRes.removedInfo.isUpdate = true;
14292 childRemovedRes.isUpdate = false;
15635 boolean isUpdate; field in class:PackageManagerService.PackageRemovedInfo
15695 if (isUpdate || isRemovedPackageSystemUpdate) {

Completed in 204 milliseconds