HomeSort by relevance Sort by last modified time
    Searched full:admin (Results 76 - 100 of 862) sorted by null

1 2 34 5 6 7 8 91011>>

  /frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DeviceOwner.java 117 static DeviceOwner createWithProfileOwner(ComponentName admin, String ownerName, int userId) {
119 owner.mProfileOwners.put(userId, new OwnerInfo(ownerName, admin));
146 void setProfileOwner(ComponentName admin, String ownerName, int userId) {
147 mProfileOwners.put(userId, new OwnerInfo(ownerName, admin));
166 return profileOwner != null ? profileOwner.admin : null;
234 ComponentName admin = ComponentName.unflattenFromString( local
236 if (admin != null) {
237 profileOwnerInfo = new OwnerInfo(profileOwnerName, admin);
293 if (ownerInfo.admin != null) {
294 out.attribute(null, ATTR_COMPONENT_NAME, ownerInfo.admin.flattenToString())
335 public ComponentName admin; field in class:DeviceOwner.OwnerInfo
    [all...]
  /frameworks/base/docs/html/sdk/api_diff/17/changes/
android.app.admin.DevicePolicyManager.html 10 android.app.admin.DevicePolicyManager
74 Class android.app.admin.<A HREF="../../../../reference/android/app/admin/DevicePolicyManager.html" target="_top"><font size="+2"><code>DevicePolicyManager</code></font></A>
86 <A NAME="android.app.admin.DevicePolicyManager.getKeyguardDisabledFeatures_added(android.content.ComponentName)"></A>
87 <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/app/admin/DevicePolicyManager.html#getKeyguardDisabledFeatures(android.content.ComponentName)" target="_top"><code>getKeyguardDisabledFeatures</code></A>(<code>ComponentName</code>)</nobr>
93 <A NAME="android.app.admin.DevicePolicyManager.setKeyguardDisabledFeatures_added(android.content.ComponentName, int)"></A>
94 <nobr><code>void</code>&nbsp;<A HREF="../../../../reference/android/app/admin/DevicePolicyManager.html#setKeyguardDisabledFeatures(android.content.ComponentName, int)" target="_top"><code>setKeyguardDisabledFeatures</code></A>(<code>ComponentName,</nobr> int<nobr><nobr></code>)</nobr>
109 <A NAME="android.app.admin.DevicePolicyManager.KEYGUARD_DISABLE_FEATURES_ALL"></A>
110 <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/app/admin/DevicePolicyManager.html#KEYGUARD_DISABLE_FEATURES_ALL" target="_top"><code>KEYGUARD_DISABLE_FEATURES_ALL</code></A></nobr>
116 <A NAME="android.app.admin.DevicePolicyManager.KEYGUARD_DISABLE_FEATURES_NONE"></A
    [all...]
  /frameworks/base/docs/html/sdk/api_diff/preview-21/changes/
android.app.admin.DeviceAdminReceiver.html 10 android.app.admin.DeviceAdminReceiver
74 Class android.app.admin.<A HREF="../../../../reference/android/app/admin/DeviceAdminReceiver.html" target="_top"><font size="+2"><code>DeviceAdminReceiver</code></font></A>
86 <A NAME="android.app.admin.DeviceAdminReceiver.onLockTaskModeEntering_added(android.content.Context, android.content.Intent, java.lang.String)"></A>
87 <nobr><code>void</code>&nbsp;<A HREF="../../../../reference/android/app/admin/DeviceAdminReceiver.html#onLockTaskModeEntering(android.content.Context, android.content.Intent, java.lang.String)" target="_top"><code>onLockTaskModeEntering</code></A>(<code>Context,</nobr> Intent<nobr>,</nobr> String<nobr><nobr></code>)</nobr>
93 <A NAME="android.app.admin.DeviceAdminReceiver.onLockTaskModeExiting_added(android.content.Context, android.content.Intent)"></A>
94 <nobr><code>void</code>&nbsp;<A HREF="../../../../reference/android/app/admin/DeviceAdminReceiver.html#onLockTaskModeExiting(android.content.Context, android.content.Intent)" target="_top"><code>onLockTaskModeExiting</code></A>(<code>Context,</nobr> Intent<nobr><nobr></code>)</nobr>
109 <A NAME="android.app.admin.DeviceAdminReceiver.ACTION_LOCK_TASK_ENTERING"></A>
110 <nobr><code>String</code>&nbsp;<A HREF="../../../../reference/android/app/admin/DeviceAdminReceiver.html#ACTION_LOCK_TASK_ENTERING" target="_top"><code>ACTION_LOCK_TASK_ENTERING</code></A></nobr>
116 <A NAME="android.app.admin.DeviceAdminReceiver.ACTION_LOCK_TASK_EXITING"></A
    [all...]
  /frameworks/base/core/java/android/app/admin/
DeviceAdminReceiver.java 17 package android.app.admin;
57 * <a href="{@docRoot}guide/topics/admin/device-admin.html">Device Administration</a>
82 * disabling your admin, by setting the extra field
85 * to the user before they disable your admin.
93 * impact of disabling your admin.
120 * <p>The calling device admin must have requested
136 * <p>The calling device admin must have requested
148 * <p>The calling device admin must have requested
160 * <p>The calling device admin must have requeste
    [all...]
  /cts/tests/tests/admin/
AndroidManifest.xml 20 package="com.android.cts.admin">
31 android:label="Tests for the admin APIs.">
  /development/samples/ApiDemos/res/xml/
device_admin_sample.xml 18 <device-admin xmlns:android="http://schemas.android.com/apk/res/android">
30 </device-admin>
  /external/iptables/extensions/
libipt_REJECT.man 22 \fBicmp\-admin\-prohibited\fP (*)
32 (*) Using icmp\-admin\-prohibited with kernels that do not support it will result in a plain DROP instead of REJECT
  /frameworks/base/services/tests/servicestests/res/xml/
device_admin_sample.xml 17 <device-admin xmlns:android="http://schemas.android.com/apk/res/android">
29 </device-admin>
  /packages/apps/Email/res/xml/
device_admin.xml 17 <device-admin xmlns:android="http://schemas.android.com/apk/res/android"
28 </device-admin>
  /frameworks/base/docs/html/sdk/api_diff/11/changes/
android.app.admin.DeviceAdminInfo.html 10 android.app.admin.DeviceAdminInfo
74 Class android.app.admin.<A HREF="../../../../reference/android/app/admin/DeviceAdminInfo.html" target="_top"><font size="+2"><code>DeviceAdminInfo</code></font></A>
87 <A NAME="android.app.admin.DeviceAdminInfo.USES_ENCRYPTED_STORAGE"></A>
88 <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/app/admin/DeviceAdminInfo.html#USES_ENCRYPTED_STORAGE" target="_top"><code>USES_ENCRYPTED_STORAGE</code></A></nobr>
94 <A NAME="android.app.admin.DeviceAdminInfo.USES_POLICY_EXPIRE_PASSWORD"></A>
95 <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/app/admin/DeviceAdminInfo.html#USES_POLICY_EXPIRE_PASSWORD" target="_top"><code>USES_POLICY_EXPIRE_PASSWORD</code></A></nobr>
  /packages/apps/ManagedProvisioning/res/values-en-rGB/
strings.xml 55 <string name="progress_download" msgid="4995057798189799156">"Downloading the admin app..."</string>
56 <string name="progress_install" msgid="9169411715762296097">"Installing the admin app..."</string>
66 <string name="device_owner_error_hash_mismatch" msgid="184518450016295596">"Couldn\'t use the admin app due to a checksum error. Contact your IT department."</string>
67 <string name="device_owner_error_download_failed" msgid="4520111971592657116">"Couldn\'t download the admin app"</string>
68 <string name="device_owner_error_package_invalid" msgid="3816725179069202140">"Can\'t use the admin app. It\'s missing components or corrupted. Contact your IT department."</string>
69 <string name="device_owner_error_installation_failed" msgid="684566845601079360">"Couldn\'t install the admin app"</string>
70 <string name="device_owner_error_package_not_installed" msgid="6095079346537408556">"The admin app isn\'t installed on your device"</string>
  /packages/apps/ManagedProvisioning/res/values-en-rIN/
strings.xml 55 <string name="progress_download" msgid="4995057798189799156">"Downloading the admin app..."</string>
56 <string name="progress_install" msgid="9169411715762296097">"Installing the admin app..."</string>
66 <string name="device_owner_error_hash_mismatch" msgid="184518450016295596">"Couldn\'t use the admin app due to a checksum error. Contact your IT department."</string>
67 <string name="device_owner_error_download_failed" msgid="4520111971592657116">"Couldn\'t download the admin app"</string>
68 <string name="device_owner_error_package_invalid" msgid="3816725179069202140">"Can\'t use the admin app. It\'s missing components or corrupted. Contact your IT department."</string>
69 <string name="device_owner_error_installation_failed" msgid="684566845601079360">"Couldn\'t install the admin app"</string>
70 <string name="device_owner_error_package_not_installed" msgid="6095079346537408556">"The admin app isn\'t installed on your device"</string>
  /packages/apps/ManagedProvisioning/res/values-in/
strings.xml 55 <string name="progress_download" msgid="4995057798189799156">"Mengunduh aplikasi admin..."</string>
56 <string name="progress_install" msgid="9169411715762296097">"Memasang aplikasi admin..."</string>
66 <string name="device_owner_error_hash_mismatch" msgid="184518450016295596">"Tidak dapat menggunakan aplikasi admin karena kesalahan checksum. Hubungi departemen TI Anda."</string>
67 <string name="device_owner_error_download_failed" msgid="4520111971592657116">"Tidak dapat mengunduh aplikasi admin"</string>
68 <string name="device_owner_error_package_invalid" msgid="3816725179069202140">"Tidak dapat menggunakan aplikasi admin. Komponen hilang atau rusak. Hubungi departemen TI Anda."</string>
69 <string name="device_owner_error_installation_failed" msgid="684566845601079360">"Tidak dapat memasang aplikasi admin"</string>
70 <string name="device_owner_error_package_not_installed" msgid="6095079346537408556">"Aplikasi admin belum terpasang di perangkat Anda"</string>
  /frameworks/base/docs/html/sdk/api_diff/14/changes/
android.app.admin.DevicePolicyManager.html 10 android.app.admin.DevicePolicyManager
74 Class android.app.admin.<A HREF="../../../../reference/android/app/admin/DevicePolicyManager.html" target="_top"><font size="+2"><code>DevicePolicyManager</code></font></A>
86 <A NAME="android.app.admin.DevicePolicyManager.getCameraDisabled_added(android.content.ComponentName)"></A>
87 <nobr><code>boolean</code>&nbsp;<A HREF="../../../../reference/android/app/admin/DevicePolicyManager.html#getCameraDisabled(android.content.ComponentName)" target="_top"><code>getCameraDisabled</code></A>(<code>ComponentName</code>)</nobr>
93 <A NAME="android.app.admin.DevicePolicyManager.setCameraDisabled_added(android.content.ComponentName, boolean)"></A>
94 <nobr><code>void</code>&nbsp;<A HREF="../../../../reference/android/app/admin/DevicePolicyManager.html#setCameraDisabled(android.content.ComponentName, boolean)" target="_top"><code>setCameraDisabled</code></A>(<code>ComponentName,</nobr> boolean<nobr><nobr></code>)</nobr>
109 <A NAME="android.app.admin.DevicePolicyManager.PASSWORD_QUALITY_BIOMETRIC_WEAK"></A>
110 <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/app/admin/DevicePolicyManager.html#PASSWORD_QUALITY_BIOMETRIC_WEAK" target="_top"><code>PASSWORD_QUALITY_BIOMETRIC_WEAK</code></A></nobr>
  /developers/build/prebuilts/gradle/AppRestrictionEnforcer/Application/src/main/java/com/example/android/apprestrictionenforcer/
SetupProfileFragment.java 28 import static android.app.admin.DevicePolicyManager.ACTION_PROVISION_MANAGED_PROFILE;
29 import static android.app.admin.DevicePolicyManager.EXTRA_DEVICE_ADMIN;
30 import static android.app.admin.DevicePolicyManager.EXTRA_PROVISIONING_DEVICE_ADMIN_PACKAGE_NAME;
  /developers/samples/android/admin/AppRestrictionEnforcer/Application/src/main/java/com/example/android/apprestrictionenforcer/
SetupProfileFragment.java 28 import static android.app.admin.DevicePolicyManager.ACTION_PROVISION_MANAGED_PROFILE;
29 import static android.app.admin.DevicePolicyManager.EXTRA_DEVICE_ADMIN;
30 import static android.app.admin.DevicePolicyManager.EXTRA_PROVISIONING_DEVICE_ADMIN_PACKAGE_NAME;
  /developers/samples/android/
build.gradle 53 "admin/BasicManagedProfile",
73 "admin/AppRestrictionEnforcer",
74 "admin/AppRestrictionSchema",
  /development/samples/browseable/AppRestrictionEnforcer/src/com.example.android.apprestrictionenforcer/
SetupProfileFragment.java 28 import static android.app.admin.DevicePolicyManager.ACTION_PROVISION_MANAGED_PROFILE;
29 import static android.app.admin.DevicePolicyManager.EXTRA_DEVICE_ADMIN;
30 import static android.app.admin.DevicePolicyManager.EXTRA_PROVISIONING_DEVICE_ADMIN_PACKAGE_NAME;
  /packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/task/
SetDevicePolicyTask.java 19 import android.app.admin.DevicePolicyManager;
57 // Check whether package is installed and find the admin receiver.
95 ProvisionLogger.logd("Setting " + mPackageName + " as active admin.");
  /cts/hostsidetests/devicepolicy/app/DeviceOwner/src/com/android/cts/deviceowner/
DeviceOwnerSetupTest.java 23 // we are the device owner and have a valid active admin.
  /cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
ManagedProfileSetupTest.java 22 // we are the profile owner and have a valid active admin.
  /cts/tests/deviceadmin/src/android/deviceadmin/cts/
CtsDeviceAdminBrokenReceiver.java 19 import android.app.admin.DeviceAdminReceiver;
CtsDeviceAdminBrokenReceiver2.java 19 import android.app.admin.DeviceAdminReceiver;
CtsDeviceAdminBrokenReceiver3.java 19 import android.app.admin.DeviceAdminReceiver;
CtsDeviceAdminBrokenReceiver4.java 19 import android.app.admin.DeviceAdminReceiver;

Completed in 1420 milliseconds

1 2 34 5 6 7 8 91011>>