HomeSort by relevance Sort by last modified time
    Searched refs:admin (Results 1 - 25 of 53) sorted by null

1 2 3

  /external/libpcap/ChmodBPF/
ChmodBPF 11 # This startup item will make it owned by the admin group,
12 # with permissions rw-rw----, so that anybody in the admin
20 # admin group can capture packets.
22 chgrp admin /dev/bpf*
  /frameworks/base/core/java/android/app/admin/
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...]
IDevicePolicyManager.aidl 18 package android.app.admin;
37 void setMaximumFailedPasswordsForWipe(in ComponentName admin, int num);
38 int getMaximumFailedPasswordsForWipe(in ComponentName 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...]
  /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...]
  /development/samples/ApiDemos/src/com/example/android/apis/app/
ScreenOrientation.java 22 import android.app.admin.DevicePolicyManager;
DeviceAdminSample.java 24 import android.app.admin.DeviceAdminReceiver;
25 import android.app.admin.DevicePolicyManager;
46 * Example of a do-nothing admin class. When enabled, it lets you control
65 showToast(context, "Sample Device Admin: enabled");
75 showToast(context, "Sample Device Admin: disabled");
80 showToast(context, "Sample Device Admin: pw changed");
85 showToast(context, "Sample Device Admin: pw failed");
90 showToast(context, "Sample Device Admin: pw succeeded");
94 * <p>UI control for the sample device admin. This provides an interface
307 Log.i("DeviceAdminSample", "Admin enabled!")
    [all...]
  /packages/apps/Settings/src/com/android/settings/
ChooseLockSettingsHelper.java 20 import android.app.admin.DevicePolicyManager;
DeviceAdminSettings.java 25 import android.app.admin.DeviceAdminInfo;
26 import android.app.admin.DeviceAdminReceiver;
27 import android.app.admin.DevicePolicyManager;
DeviceAdminAdd.java 24 import android.app.admin.DeviceAdminInfo;
25 import android.app.admin.DeviceAdminReceiver;
26 import android.app.admin.DevicePolicyManager;
178 Log.w(TAG, "Exception trying to activate admin "
ConfirmLockPassword.java 24 import android.app.admin.DevicePolicyManager;
ChooseLockGeneric.java 21 import android.app.admin.DevicePolicyManager;
DisplaySettings.java 23 import android.app.admin.DevicePolicyManager;
ChooseLockPassword.java 24 import android.app.admin.DevicePolicyManager;
SecuritySettings.java 26 import android.app.admin.DevicePolicyManager;
  /packages/apps/Email/src/com/android/email/activity/setup/
AccountSecurity.java 25 import android.app.admin.DevicePolicyManager;
101 * Handle the eventual result of the user allowing us to become an active device admin
129 * Now that we are connected as an active device admin, try to set the device to the
  /prebuilt/common/osgi/
osgi.jar 
  /packages/apps/Email/src/com/android/email/
SecurityPolicy.java 28 import android.app.admin.DeviceAdminReceiver;
29 import android.app.admin.DevicePolicyManager;
246 // no check required for remote wipe (it's supported, if we're the admin)
258 * we only proceed if we are already active as an admin.
321 * This will kick off the notify-acquire-admin-state process and/or increase the security level.
388 Log.d(Email.LOG_TAG, "Could not remote wipe because not device admin.");
593 * If we are not the active device admin, try to become so.
603 * Report admin component name - for making calls into device policy manager
  /external/webkit/WebKitTools/Scripts/webkitpy/
bugzilla_unittest.py 122 maintainer="admin@webkit.org"
  /frameworks/base/policy/src/com/android/internal/policy/impl/
PasswordUnlockScreen.java 19 import android.app.admin.DevicePolicyManager;
LockPatternKeyguardView.java 30 import android.app.admin.DevicePolicyManager;
  /frameworks/base/core/java/com/android/internal/widget/
LockPatternUtils.java 19 import android.app.admin.DevicePolicyManager;
  /prebuilt/common/eclipse/
org.eclipse.equinox.common_3.4.0.v20080421-2006.jar 
  /frameworks/base/
Android.mk 94 core/java/android/app/admin/IDevicePolicyManager.aidl \

Completed in 481 milliseconds

1 2 3