HomeSort by relevance Sort by last modified time
    Searched defs:SystemUpdateInfo (Results 1 - 5 of 5) sorted by null

  /frameworks/base/core/java/android/app/admin/
SystemUpdateInfo.java 36 public final class SystemUpdateInfo implements Parcelable {
67 private SystemUpdateInfo(long receivedTime, @SecurityPatchState int securityPatchState) {
72 private SystemUpdateInfo(Parcel in) {
79 public static SystemUpdateInfo of(long receivedTime) {
81 ? null : new SystemUpdateInfo(receivedTime, SECURITY_PATCH_STATE_UNKNOWN);
86 public static SystemUpdateInfo of(long receivedTime, boolean isSecurityPatch) {
87 return receivedTime == -1 ? null : new SystemUpdateInfo(receivedTime,
110 public static final Creator<SystemUpdateInfo> CREATOR =
111 new Creator<SystemUpdateInfo>() {
113 public SystemUpdateInfo createFromParcel(Parcel in)
    [all...]
DevicePolicyManager.java     [all...]
  /prebuilts/sdk/27/
android.jar 
  /prebuilts/sdk/current/
android.jar 
  /prebuilts/sdk/system_current/
android.jar 

Completed in 2476 milliseconds