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

1 2 3 4 5 6 7

  /frameworks/base/services/java/com/android/server/
DevicePolicyManagerService.java 30 import android.app.admin.DeviceAdminInfo;
31 import android.app.admin.DeviceAdminReceiver;
32 import android.app.admin.DevicePolicyManager;
33 import android.app.admin.IDevicePolicyManager;
153 Slog.w(TAG, "Unknown admin tag: " + tag);
188 Slog.w(TAG, "Admin unexpectedly uninstalled: "
197 Slog.w(TAG, "Admin package change removed component: "
229 ActiveAdmin admin = mAdminMap.get(who); local
230 if (admin != null
231 && who.getPackageName().equals(admin.info.getActivityInfo().packageName
242 ActiveAdmin admin = mAdminMap.get(who); local
259 ActiveAdmin admin = mAdminList.get(i); local
279 ActiveAdmin admin = mAdminList.get(i); local
288 ActiveAdmin admin = getActiveAdminUncheckedLocked(adminReceiver); local
544 ActiveAdmin admin = new ActiveAdmin(info); local
590 ActiveAdmin admin = getActiveAdminUncheckedLocked(adminReceiver); local
628 ActiveAdmin admin = getActiveAdminUncheckedLocked(who); local
634 ActiveAdmin admin = mAdminList.get(i); local
662 ActiveAdmin admin = getActiveAdminUncheckedLocked(who); local
668 ActiveAdmin admin = mAdminList.get(i); local
718 ActiveAdmin admin = getActiveAdminUncheckedLocked(who); local
724 ActiveAdmin admin = mAdminList.get(i); local
826 ActiveAdmin admin = getActiveAdminUncheckedLocked(who); local
832 ActiveAdmin admin = mAdminList.get(i); local
889 ActiveAdmin admin = getActiveAdminUncheckedLocked(comp); local
    [all...]
  /development/scripts/app_engine_server/
app.yaml 13 login: admin
index.yaml 10 # automatically uploaded to the admin console when you next deploy
  /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*
  /packages/apps/Email/res/xml/
device_admin.xml 17 <device-admin xmlns:android="http://schemas.android.com/apk/res/android"
25 </device-admin>
  /frameworks/base/core/java/android/app/admin/
IDevicePolicyManager.aidl 18 package android.app.admin;
37 void setMaximumFailedPasswordsForWipe(in ComponentName admin, int num);
38 int getMaximumFailedPasswordsForWipe(in ComponentName admin);
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...]
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.
  /development/samples/SampleSyncAdapter/samplesyncadapter_server/
index.yaml 8 # automatically uploaded to the admin console when you next deploy
  /external/dnsmasq/contrib/slackware-dnsmasq/
doinst.sh.gz 
  /development/samples/ApiDemos/res/xml/
device_admin_sample.xml 18 <device-admin xmlns:android="http://schemas.android.com/apk/res/android">
26 </device-admin>
  /external/iptables/extensions/
libipt_REJECT.man 23 .B " icmp-admin-prohibited (*)"
34 (*) Using icmp-admin-prohibited with kernels that do not support it will result in a plain DROP instead of REJECT
  /development/samples/ApiDemos/src/com/example/android/apis/app/
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
302 Log.i("DeviceAdminSample", "Admin enabled!")
    [all...]
  /development/scripts/app_engine_server/gae_shell/
README 5 May be run as a standalone app or in an existing app as an admin-only handler.
  /external/iptables/
INCOMPATIBILITIES 3 - The REJECT target has an '--reject-with admin-prohib' option which used
  /external/webkit/WebKitTools/QueueStatusServer/
index.yaml 10 # automatically uploaded to the admin console when you next deploy
  /frameworks/base/docs/html/
app.yaml 35 # login: admin
  /external/ipsec-tools/src/racoon/
admin.c 1 /* $NetBSD: admin.c,v 1.17.6.3 2009/04/20 13:32:57 tteras Exp $ */
3 /* Id: admin.c,v 1.25 2006/04/06 14:31:04 manubsd Exp */
79 #include "admin.h"
111 "failed to accept admin command: %s\n",
121 "failed to recv admin command: %s\n",
129 "invalid header length of admin command\n");
136 "failed to alloc buffer for admin command\n");
145 "failed to recv admin command: %s\n",
519 "failed to allocate admin buffer\n");
533 "failed to send admin command: %s\n"
    [all...]
admin.h 1 /* $NetBSD: admin.h,v 1.4 2006/09/09 16:22:09 manu Exp $ */
3 /* Id: admin.h,v 1.11 2005/06/19 22:37:47 manubsd Exp */
Makefile.am 5 include_racoon_HEADERS = racoonctl.h var.h vmbuf.h misc.h gcmalloc.h admin.h \
33 pfkey.c admin.c evt.c ipsec_doi.c oakley.c grabmyaddr.c vendorid.c \
66 admin.h dnssec.h isakmp_base.h oakley.h session.h \
  /packages/apps/Settings/src/com/android/settings/
DeviceAdminAdd.java 24 import android.app.admin.DeviceAdminInfo;
25 import android.app.admin.DeviceAdminReceiver;
26 import android.app.admin.DevicePolicyManager;
160 Log.w(TAG, "Exception trying to activate admin "
DeviceAdminSettings.java 25 import android.app.admin.DeviceAdminInfo;
26 import android.app.admin.DeviceAdminReceiver;
27 import android.app.admin.DevicePolicyManager;
  /packages/apps/Email/src/com/android/email/activity/setup/
AccountSecurity.java 24 import android.app.admin.DevicePolicyManager;
95 * Handle the eventual result of the user allowing us to become an active device admin
123 * Now that we are connected as an active device admin, try to set the device to the
  /external/ipsec-tools/
ChangeLog 50 * src/racoon/: admin.c, racoonctl.c: Originally from Bin Li: Fix a
155 * src/racoon/: grabmyaddr.c, admin.c, ipsec_doi.c, isakmp.c,
261 src/racoon/admin.c, src/racoon/backupsa.c, src/racoon/cfparse.y,
555 * src/racoon/admin.c: fix endianness issue introduced yesterday
579 * src/racoon/admin.c: Fix memory leak (Coverity 2002)
581 * src/racoon/: admin.c, isakmp.c, sockmisc.c: Fix memory leak
584 * src/racoon/admin.c: Avoid reusing free'd pointer (Coverity 4200)
629 * src/racoon/admin.c: Do not free id and key, as they are used
650 * src/racoon/admin.c: Remove dead code (Coverity)
652 * src/racoon/admin.c: Fix memory leak (Coverity
    [all...]

Completed in 315 milliseconds

1 2 3 4 5 6 7