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

/frameworks/base/core/java/android/app/admin/
H A DDevicePolicyManager.java7727 * {@link #notifyPendingSystemUpdate(long, boolean)}.
7732 * @see #notifyPendingSystemUpdate(long, boolean)
7737 public void notifyPendingSystemUpdate(long updateReceivedTime) { method in class:DevicePolicyManager
7738 throwIfParentInstance("notifyPendingSystemUpdate");
7741 mService.notifyPendingSystemUpdate(SystemUpdateInfo.of(updateReceivedTime));
7752 * This method should be used instead of {@link #notifyPendingSystemUpdate(long)}
7760 * @see #notifyPendingSystemUpdate(long)
7765 public void notifyPendingSystemUpdate(long updateReceivedTime, boolean isSecurityPatch) { method in class:DevicePolicyManager
7766 throwIfParentInstance("notifyPendingSystemUpdate");
7769 mService.notifyPendingSystemUpdate(SystemUpdateInf
[all...]
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
H A DDevicePolicyManagerService.java10710 public void notifyPendingSystemUpdate(@Nullable SystemUpdateInfo info) { method in class:DevicePolicyManagerService

Completed in 486 milliseconds