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

  /frameworks/base/core/java/android/app/admin/
DeviceAdminReceiver.java 17 package android.app.admin;
75 * disabling your admin, by setting the extra field
78 * to the user before they disable your admin.
86 * impact of disabling your admin.
113 * <p>The calling device admin must have requested
129 * <p>The calling device admin must have requested
141 * <p>The calling device admin must have requested
152 * a device-admin tag. XXX TO DO: describe syntax.
DeviceAdminInfo.java 17 package android.app.admin;
55 * A type of policy that this device admin can use: limit the passwords
59 * <p>To control this policy, the device admin must have a "limit-password"
65 * A type of policy that this device admin can use: able to watch login
70 * <p>To control this policy, the device admin must have a "watch-login"
76 * A type of policy that this device admin can use: able to reset the
80 * <p>To control this policy, the device admin must have a "reset-password"
86 * A type of policy that this device admin can use: able to force the device
91 * <p>To control this policy, the device admin must have a "force-lock"
97 * A type of policy that this device admin can use: able to factor
    [all...]
DevicePolicyManager.java 17 package android.app.admin;
81 * Activity action: send when any policy admin changes a policy.
98 * admin is being added.
231 * <p>The calling device admin must have requested
235 * @param admin Which {@link DeviceAdminReceiver} this request is associated with.
241 public void setPasswordQuality(ComponentName admin, int quality) {
244 mService.setPasswordQuality(admin, quality);
254 * @param admin The name of the admin component to check, or null to aggregate
257 public int getPasswordQuality(ComponentName admin) {
    [all...]
  /frameworks/base/services/java/com/android/server/
DevicePolicyManagerService.java 31 import android.app.admin.DeviceAdminInfo;
32 import android.app.admin.DeviceAdminReceiver;
33 import android.app.admin.DevicePolicyManager;
34 import android.app.admin.IDevicePolicyManager;
157 Slog.w(TAG, "Unknown admin tag: " + tag);
192 Slog.w(TAG, "Admin unexpectedly uninstalled: "
201 Slog.w(TAG, "Admin package change removed component: "
235 ActiveAdmin admin = mAdminMap.get(who); local
236 if (admin != null
237 && who.getPackageName().equals(admin.info.getActivityInfo().packageName
248 ActiveAdmin admin = mAdminMap.get(who); local
265 ActiveAdmin admin = mAdminList.get(i); local
285 ActiveAdmin admin = mAdminList.get(i); local
294 ActiveAdmin admin = getActiveAdminUncheckedLocked(adminReceiver); local
552 ActiveAdmin admin = new ActiveAdmin(info); local
598 ActiveAdmin admin = getActiveAdminUncheckedLocked(adminReceiver); local
636 ActiveAdmin admin = getActiveAdminUncheckedLocked(who); local
642 ActiveAdmin admin = mAdminList.get(i); local
670 ActiveAdmin admin = getActiveAdminUncheckedLocked(who); local
676 ActiveAdmin admin = mAdminList.get(i); local
726 ActiveAdmin admin = getActiveAdminUncheckedLocked(who); local
732 ActiveAdmin admin = mAdminList.get(i); local
834 ActiveAdmin admin = getActiveAdminUncheckedLocked(who); local
840 ActiveAdmin admin = mAdminList.get(i); local
904 ActiveAdmin admin = getActiveAdminUncheckedLocked(comp); local
    [all...]
  /prebuilt/common/osgi/
osgi.jar 
  /prebuilt/common/eclipse/
org.eclipse.equinox.common_3.4.0.v20080421-2006.jar 
  /prebuilt/sdk/8/
android.jar 

Completed in 829 milliseconds