Merge "Cleanup API that is already @removed" into oc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
33b4964874
@@ -73,7 +73,6 @@ package android.app.admin {
|
||||
method public deprecated java.lang.String getDeviceInitializerApp();
|
||||
method public deprecated android.content.ComponentName getDeviceInitializerComponent();
|
||||
method public void setAffiliationIds(android.content.ComponentName, java.util.List<java.lang.String>);
|
||||
field public static final deprecated int FLAG_EVICT_CE_KEY = 1; // 0x1
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@@ -71,7 +71,6 @@ package android.app.admin {
|
||||
method public deprecated android.os.UserHandle createAndInitializeUser(android.content.ComponentName, java.lang.String, java.lang.String, android.content.ComponentName, android.os.Bundle);
|
||||
method public deprecated android.os.UserHandle createUser(android.content.ComponentName, java.lang.String);
|
||||
method public void setAffiliationIds(android.content.ComponentName, java.util.List<java.lang.String>);
|
||||
field public static final deprecated int FLAG_EVICT_CE_KEY = 1; // 0x1
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@@ -73,7 +73,6 @@ package android.app.admin {
|
||||
method public deprecated java.lang.String getDeviceInitializerApp();
|
||||
method public deprecated android.content.ComponentName getDeviceInitializerComponent();
|
||||
method public void setAffiliationIds(android.content.ComponentName, java.util.List<java.lang.String>);
|
||||
field public static final deprecated int FLAG_EVICT_CE_KEY = 1; // 0x1
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@@ -3038,13 +3038,6 @@ public class DevicePolicyManager {
|
||||
*/
|
||||
public static final int FLAG_EVICT_CREDENTIAL_ENCRYPTION_KEY = 1;
|
||||
|
||||
/**
|
||||
* Instead use {@link #FLAG_EVICT_CREDENTIAL_ENCRYPTION_KEY}.
|
||||
* @removed
|
||||
*/
|
||||
@Deprecated
|
||||
public static final int FLAG_EVICT_CE_KEY = 1;
|
||||
|
||||
/** @hide */
|
||||
@Retention(RetentionPolicy.SOURCE)
|
||||
@IntDef(flag=true, value={FLAG_EVICT_CREDENTIAL_ENCRYPTION_KEY})
|
||||
|
||||
Reference in New Issue
Block a user