summaryrefslogtreecommitdiffstats
path: root/api
diff options
context:
space:
mode:
authorDianne Hackborn <hackbod@google.com>2010-01-20 13:37:26 -0800
committerDianne Hackborn <hackbod@google.com>2010-01-21 14:30:57 -0800
commitdf83afaf299666e99c519aa86e7e082b7c116e95 (patch)
tree65480fb272324aee6613d0449d40d5e078a700a8 /api
parent04ce08f34e39928a5b8e9ea59134f255c9ff08f6 (diff)
downloadframeworks_base-df83afaf299666e99c519aa86e7e082b7c116e95.zip
frameworks_base-df83afaf299666e99c519aa86e7e082b7c116e95.tar.gz
frameworks_base-df83afaf299666e99c519aa86e7e082b7c116e95.tar.bz2
More device policy manager / admin work.
Update API with some new features, re-arrange how you check for valid passwords, and start hooking up the back-end implementation.
Diffstat (limited to 'api')
-rw-r--r--api/current.xml97
1 files changed, 66 insertions, 31 deletions
diff --git a/api/current.xml b/api/current.xml
index 01ff582..689f5dd 100644
--- a/api/current.xml
+++ b/api/current.xml
@@ -20208,7 +20208,7 @@
deprecated="not deprecated"
visibility="public"
>
-<method name="getActiveMinimumPasswordLength"
+<method name="getCurrentFailedPasswordAttempts"
return="int"
abstract="false"
native="false"
@@ -20219,8 +20219,8 @@
visibility="public"
>
</method>
-<method name="getActivePasswordMode"
- return="int"
+<method name="getMaximumTimeToLock"
+ return="long"
abstract="false"
native="false"
synchronized="false"
@@ -20230,7 +20230,7 @@
visibility="public"
>
</method>
-<method name="getCurrentFailedPasswordAttempts"
+<method name="getMinimumPasswordLength"
return="int"
abstract="false"
native="false"
@@ -20241,8 +20241,8 @@
visibility="public"
>
</method>
-<method name="getMaximumTimeToLock"
- return="long"
+<method name="getPasswordMode"
+ return="int"
abstract="false"
native="false"
synchronized="false"
@@ -20252,8 +20252,8 @@
visibility="public"
>
</method>
-<method name="getMinimumPasswordLength"
- return="int"
+<method name="isActivePasswordSufficient"
+ return="boolean"
abstract="false"
native="false"
synchronized="false"
@@ -20263,8 +20263,8 @@
visibility="public"
>
</method>
-<method name="getPasswordMode"
- return="int"
+<method name="isAdminActive"
+ return="boolean"
abstract="false"
native="false"
synchronized="false"
@@ -20273,9 +20273,11 @@
deprecated="not deprecated"
visibility="public"
>
+<parameter name="who" type="android.content.ComponentName">
+</parameter>
</method>
-<method name="isAdminActive"
- return="boolean"
+<method name="lockNow"
+ return="void"
abstract="false"
native="false"
synchronized="false"
@@ -20284,8 +20286,6 @@
deprecated="not deprecated"
visibility="public"
>
-<parameter name="who" type="android.content.ComponentName">
-</parameter>
</method>
<method name="removeActiveAdmin"
return="void"
@@ -20300,6 +20300,19 @@
<parameter name="who" type="android.content.ComponentName">
</parameter>
</method>
+<method name="resetPassword"
+ return="boolean"
+ abstract="false"
+ native="false"
+ synchronized="false"
+ static="false"
+ final="false"
+ deprecated="not deprecated"
+ visibility="public"
+>
+<parameter name="password" type="java.lang.String">
+</parameter>
+</method>
<method name="setMaximumTimeToLock"
return="void"
abstract="false"
@@ -20395,7 +20408,7 @@
type="int"
transient="false"
volatile="false"
- value="2000"
+ value="3000"
static="true"
final="true"
deprecated="not deprecated"
@@ -20406,40 +20419,29 @@
type="int"
transient="false"
volatile="false"
- value="1000"
- static="true"
- final="true"
- deprecated="not deprecated"
- visibility="public"
->
-</field>
-<field name="PASSWORD_MODE_UNSPECIFIED"
- type="int"
- transient="false"
- volatile="false"
- value="0"
+ value="2000"
static="true"
final="true"
deprecated="not deprecated"
visibility="public"
>
</field>
-<field name="WIPE_EXTERNAL_STORAGE"
+<field name="PASSWORD_MODE_SOMETHING"
type="int"
transient="false"
volatile="false"
- value="2"
+ value="1000"
static="true"
final="true"
deprecated="not deprecated"
visibility="public"
>
</field>
-<field name="WIPE_LOW_LEVEL_FORMAT"
+<field name="PASSWORD_MODE_UNSPECIFIED"
type="int"
transient="false"
volatile="false"
- value="1"
+ value="0"
static="true"
final="true"
deprecated="not deprecated"
@@ -53548,6 +53550,17 @@
<parameter name="stroke" type="android.gesture.GestureStroke">
</parameter>
</method>
+<method name="clone"
+ return="java.lang.Object"
+ abstract="false"
+ native="false"
+ synchronized="false"
+ static="false"
+ final="false"
+ deprecated="not deprecated"
+ visibility="public"
+>
+</method>
<method name="describeContents"
return="int"
abstract="false"
@@ -54737,6 +54750,17 @@
<parameter name="t" type="long">
</parameter>
</constructor>
+<method name="clone"
+ return="java.lang.Object"
+ abstract="false"
+ native="false"
+ synchronized="false"
+ static="false"
+ final="false"
+ deprecated="not deprecated"
+ visibility="public"
+>
+</method>
<field name="timestamp"
type="long"
transient="false"
@@ -55061,6 +55085,17 @@
visibility="public"
>
</method>
+<method name="clone"
+ return="java.lang.Object"
+ abstract="false"
+ native="false"
+ synchronized="false"
+ static="false"
+ final="false"
+ deprecated="not deprecated"
+ visibility="public"
+>
+</method>
<method name="computeOrientedBoundingBox"
return="android.gesture.OrientedBoundingBox"
abstract="false"