Searched refs:SystemUpdateInfo (Results 1 – 9 of 9) sorted by relevance
36 public final class SystemUpdateInfo implements Parcelable { class71 private SystemUpdateInfo(long receivedTime, @SecurityPatchState int securityPatchState) { in SystemUpdateInfo() method in SystemUpdateInfo76 private SystemUpdateInfo(Parcel in) { in SystemUpdateInfo() method in SystemUpdateInfo83 public static SystemUpdateInfo of(long receivedTime) { in of()85 ? null : new SystemUpdateInfo(receivedTime, SECURITY_PATCH_STATE_UNKNOWN); in of()90 public static SystemUpdateInfo of(long receivedTime, boolean isSecurityPatch) { in of()91 return receivedTime == -1 ? null : new SystemUpdateInfo(receivedTime, in of()114 public static final Creator<SystemUpdateInfo> CREATOR =115 new Creator<SystemUpdateInfo>() {117 public SystemUpdateInfo createFromParcel(Parcel in) {[all …]
20 parcelable SystemUpdateInfo;
23 import android.app.admin.SystemUpdateInfo;302 void notifyPendingSystemUpdate(in SystemUpdateInfo info); in notifyPendingSystemUpdate()303 SystemUpdateInfo getPendingSystemUpdate(in ComponentName admin); in getPendingSystemUpdate()
7741 mService.notifyPendingSystemUpdate(SystemUpdateInfo.of(updateReceivedTime)); in notifyPendingSystemUpdate()7769 mService.notifyPendingSystemUpdate(SystemUpdateInfo.of(updateReceivedTime, in notifyPendingSystemUpdate()7785 public @Nullable SystemUpdateInfo getPendingSystemUpdate(@NonNull ComponentName admin) { in getPendingSystemUpdate()
21 import android.app.admin.SystemUpdateInfo;124 private SystemUpdateInfo mSystemUpdateInfo;578 boolean saveSystemUpdateInfo(@Nullable SystemUpdateInfo newInfo) { in saveSystemUpdateInfo()592 public SystemUpdateInfo getSystemUpdateInfo() { in getSystemUpdateInfo()827 mSystemUpdateInfo = SystemUpdateInfo.readFromXml(parser); in readInner()
112 import android.app.admin.SystemUpdateInfo;10710 public void notifyPendingSystemUpdate(@Nullable SystemUpdateInfo info) { in notifyPendingSystemUpdate()10766 public SystemUpdateInfo getPendingSystemUpdate(ComponentName admin) { in getPendingSystemUpdate()
1500 …nager;->getPendingSystemUpdate(Landroid/content/ComponentName;)Landroid/app/admin/SystemUpdateInfo;1779 Landroid/app/admin/SystemUpdateInfo;1780 Landroid/app/admin/SystemUpdateInfo;->CREATOR:Landroid/os/Parcelable$Creator;1781 Landroid/app/admin/SystemUpdateInfo;->describeContents()I1782 Landroid/app/admin/SystemUpdateInfo;->equals(Ljava/lang/Object;)Z1783 Landroid/app/admin/SystemUpdateInfo;->getReceivedTime()J1784 Landroid/app/admin/SystemUpdateInfo;->getSecurityPatchState()I1785 Landroid/app/admin/SystemUpdateInfo;->hashCode()I1786 Landroid/app/admin/SystemUpdateInfo;->SECURITY_PATCH_STATE_FALSE:I1787 Landroid/app/admin/SystemUpdateInfo;->SECURITY_PATCH_STATE_TRUE:I[all …]
929 …/IDevicePolicyManager$Stub$Proxy;->notifyPendingSystemUpdate(Landroid/app/admin/SystemUpdateInfo;)V933 HPLandroid/app/admin/SystemUpdateInfo$1;->createFromParcel(Landroid/os/Parcel;)Landroid/app/admin/S…934 HPLandroid/app/admin/SystemUpdateInfo$1;->createFromParcel(Landroid/os/Parcel;)Ljava/lang/Object;935 HPLandroid/app/admin/SystemUpdateInfo;->equals(Ljava/lang/Object;)Z936 HPLandroid/app/admin/SystemUpdateInfo;->writeToXml(Lorg/xmlpull/v1/XmlSerializer;Ljava/lang/String;…15635 …nager;->getPendingSystemUpdate(Landroid/content/ComponentName;)Landroid/app/admin/SystemUpdateInfo;15703 …d/app/admin/IDevicePolicyManager;->notifyPendingSystemUpdate(Landroid/app/admin/SystemUpdateInfo;)V15816 HSPLandroid/app/admin/SystemUpdateInfo$1;-><init>()V15817 HSPLandroid/app/admin/SystemUpdateInfo;->readFromXml(Lorg/xmlpull/v1/XmlPullParser;)Landroid/app/ad…54119 Landroid/app/admin/SystemUpdateInfo$1;[all …]
6487 …method public android.app.admin.SystemUpdateInfo getPendingSystemUpdate(android.content.ComponentN…6819 public final class SystemUpdateInfo implements android.os.Parcelable {6824 …field public static final android.os.Parcelable.Creator<android.app.admin.SystemUpdateInfo> CREATO…