OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:admin
(Results
76 - 100
of
1441
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/cts/tests/admin/app/src/android/admin/app/
CtsDeviceAdminBrokenReceiver4.java
17
package android.
admin
.app;
19
import android.app.
admin
.DeviceAdminReceiver;
CtsDeviceAdminBrokenReceiver5.java
17
package android.
admin
.app;
19
import android.app.
admin
.DeviceAdminReceiver;
CtsDeviceAdminDeactivatedReceiver.java
17
package android.
admin
.app;
19
import android.app.
admin
.DeviceAdminReceiver;
CtsDeviceAdminDeviceOwner.java
17
package android.
admin
.app;
19
import android.app.
admin
.DeviceAdminReceiver;
CtsDeviceAdminProfileOwner.java
17
package android.
admin
.app;
19
import android.app.
admin
.DeviceAdminReceiver;
CtsDeviceAdminReceiver.java
17
package android.
admin
.app;
19
import android.app.
admin
.DeviceAdminReceiver;
CtsDeviceAdminReceiver2.java
17
package android.
admin
.app;
19
import android.app.
admin
.DeviceAdminReceiver;
/cts/tests/admin/src/android/admin/cts/
DeviceAdminInfoTest.java
17
package android.
admin
.cts;
19
import android.app.
admin
.DeviceAdminInfo;
46
return new ComponentName("android.
admin
.app", "android.
admin
.app.CtsDeviceAdminReceiver");
50
return new ComponentName("android.
admin
.app", "android.
admin
.app.CtsDeviceAdminReceiver2");
54
return new ComponentName("android.
admin
.app", "android.
admin
.app.CtsDeviceAdminProfileOwner");
/cts/tests/tests/packageinstaller/adminpackageinstaller/src/android/packageinstaller/admin/cts/
BasicAdminReceiver.java
16
package android.packageinstaller.
admin
.cts;
18
import android.app.
admin
.DeviceAdminReceiver;
/developers/build/prebuilts/gradle/AppRestrictionEnforcer/Application/src/main/res/xml/
enforcer_device_admin_receiver.xml
17
<device-
admin
>
27
</device-
admin
>
/developers/build/prebuilts/gradle/BasicManagedProfile/Application/src/main/res/xml/
basic_device_admin_receiver.xml
17
<device-
admin
>
29
</device-
admin
>
/developers/build/prebuilts/gradle/DeviceOwner/Application/src/main/res/xml/
device_owner_receiver.xml
17
<device-
admin
>
28
</device-
admin
>
/developers/samples/android/admin/AppRestrictionEnforcer/Application/src/main/res/xml/
enforcer_device_admin_receiver.xml
17
<device-
admin
>
27
</device-
admin
>
/developers/samples/android/admin/BasicManagedProfile/Application/src/main/res/xml/
basic_device_admin_receiver.xml
17
<device-
admin
>
29
</device-
admin
>
/developers/samples/android/admin/BasicManagedProfile/
template-params.xml
22
<group>
Admin
</group>
43
<categories>Device
Admin
</categories>
55
<android>android.app.
admin
.DevicePolicyManager</android>
56
<android>android.app.
admin
.DeviceAdminReceiver</android>
90
[1]: http://developer.android.com/reference/android/app/
admin
/DevicePolicyManager.html#isProfileOwnerApp(java.lang.String)
91
[2]: http://developer.android.com/reference/android/app/
admin
/DevicePolicyManager.html#ACTION_PROVISION_MANAGED_PROFILE
92
[3]: http://developer.android.com/reference/android/app/
admin
/DeviceAdminReceiver.html
93
[4]: http://developer.android.com/reference/android/app/
admin
/DevicePolicyManager.html#setProfileEnabled(android.content.ComponentName)
packaging.yaml
9
categories: [
Admin
]
/developers/samples/android/admin/DeviceOwner/Application/src/main/res/xml/
device_owner_receiver.xml
17
<device-
admin
>
28
</device-
admin
>
/development/samples/DataWiper/res/xml/
device_admin.xml
16
<device-
admin
xmlns:android="http://schemas.android.com/apk/res/android" android:visible="false">
20
</device-
admin
>
/development/samples/browseable/AppRestrictionEnforcer/res/xml/
enforcer_device_admin_receiver.xml
17
<device-
admin
>
27
</device-
admin
>
/development/samples/browseable/BasicManagedProfile/res/xml/
basic_device_admin_receiver.xml
17
<device-
admin
>
29
</device-
admin
>
/development/samples/browseable/DeviceOwner/res/xml/
device_owner_receiver.xml
17
<device-
admin
>
28
</device-
admin
>
/development/samples/training/device-management-policy/res/xml/
device_admin.xml
17
<device-
admin
xmlns:android="http://schemas.android.com/apk/res/android">
21
</device-
admin
/frameworks/base/core/java/android/app/admin/
DevicePolicyManagerInternal.java
17
package android.app.
admin
;
71
* Checks if an app with given uid is an active device
admin
of its user and has the policy
78
* @return true if the uid is an active
admin
with the given policy.
83
* Creates an intent to show the
admin
support dialog to say that an action is disallowed by
90
* @return The intent to trigger the
admin
support dialog.
95
* Creates an intent to show the
admin
support dialog showing the
admin
who has set a user
100
* @return The intent to trigger the
admin
support dialog, or null if the user restriction is
/developers/build/prebuilts/gradle/AppRestrictionSchema/.google/
packaging.yaml
9
categories: [Device
Admin
]
/developers/build/prebuilts/gradle/BasicManagedProfile/
packaging.yaml
9
categories: [
Admin
]
Completed in 683 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>