diff options
Diffstat (limited to 'api')
-rw-r--r-- | api/current.xml | 36 |
1 files changed, 34 insertions, 2 deletions
diff --git a/api/current.xml b/api/current.xml index f73d9da..b03f826 100644 --- a/api/current.xml +++ b/api/current.xml @@ -20421,6 +20421,19 @@ visibility="public" > </method> +<method name="getMaximumFailedPasswordsForWipe" + return="int" + abstract="false" + native="false" + synchronized="false" + static="false" + final="false" + deprecated="not deprecated" + visibility="public" +> +<parameter name="admin" type="android.content.ComponentName"> +</parameter> +</method> <method name="getMaximumTimeToLock" return="long" abstract="false" @@ -20431,8 +20444,23 @@ deprecated="not deprecated" visibility="public" > +<parameter name="admin" type="android.content.ComponentName"> +</parameter> +</method> +<method name="getPasswordMaximumLength" + return="int" + abstract="false" + native="false" + synchronized="false" + static="false" + final="false" + deprecated="not deprecated" + visibility="public" +> +<parameter name="mode" type="int"> +</parameter> </method> -<method name="getMinimumPasswordLength" +<method name="getPasswordMinimumLength" return="int" abstract="false" native="false" @@ -20442,6 +20470,8 @@ deprecated="not deprecated" visibility="public" > +<parameter name="admin" type="android.content.ComponentName"> +</parameter> </method> <method name="getPasswordMode" return="int" @@ -20453,6 +20483,8 @@ deprecated="not deprecated" visibility="public" > +<parameter name="admin" type="android.content.ComponentName"> +</parameter> </method> <method name="isActivePasswordSufficient" return="boolean" @@ -20545,7 +20577,7 @@ <parameter name="timeMs" type="long"> </parameter> </method> -<method name="setMinimumPasswordLength" +<method name="setPasswordMinimumLength" return="void" abstract="false" native="false" |