Fix 3197205: Minor edits to device policy admin strings and documentation

Change-Id: I3788772c375b916752cd8a98ff5d3751448e4334
This commit is contained in:
Jim Miller
2011-02-16 16:27:41 -08:00
parent 284ff954f0
commit 6b85768058
4 changed files with 15 additions and 11 deletions

View File

@ -79,9 +79,9 @@ import java.util.Set;
* Implementation of the device policy APIs.
*/
public class DevicePolicyManagerService extends IDevicePolicyManager.Stub {
private static final int REQUEST_EXPIRE_PASSWORD = 5571;
private static final String TAG = "DevicePolicyManagerService";
static final String TAG = "DevicePolicyManagerService";
private static final int REQUEST_EXPIRE_PASSWORD = 5571;
private static final long EXPIRATION_GRACE_PERIOD_MS = 5 * 86400 * 1000; // 5 days, in ms