OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:deviceowner
(Results
1 - 25
of
102
) sorted by null
1
2
3
4
5
/external/libmtp/
libmtp.sh
6
DEVICEOWNER
=root
23
if [ "x$
DEVICEOWNER
" = "xCONSOLE" ]
27
DEVICEOWNER
=`cat /var/run/console/console.lock`
30
DEVICEOWNER
=`cat /var/run/console.lock`
33
DEVICEOWNER
=`cat /var/lock/console.lock`
35
DEVICEOWNER
="nobody"
39
if [ -n "$
DEVICEOWNER
" ]
42
chown "${
DEVICEOWNER
}" "${DEVICE}"
libmtp.sh.in
6
DEVICEOWNER
=root
23
if [ "x$
DEVICEOWNER
" = "xCONSOLE" ]
27
DEVICEOWNER
=`cat /var/run/console/console.lock`
30
DEVICEOWNER
=`cat /var/run/console.lock`
33
DEVICEOWNER
=`cat /var/lock/console.lock`
35
DEVICEOWNER
="nobody"
39
if [ -n "$
DEVICEOWNER
" ]
42
chown "${
DEVICEOWNER
}" "${DEVICE}"
/developers/build/prebuilts/gradle/NfcProvisioning/
nfcprovisioning.txt
5
android.app.extra.PROVISIONING_DEVICE_ADMIN_PACKAGE_NAME=packagename.of.your.
deviceowner
/developers/samples/android/admin/NfcProvisioning/
nfcprovisioning.txt
5
android.app.extra.PROVISIONING_DEVICE_ADMIN_PACKAGE_NAME=packagename.of.your.
deviceowner
/development/samples/browseable/NfcProvisioning/
_index.jd
9
Install the
DeviceOwner
sample to an unprovisioned device. Fill in the values below, and bump the
/cts/hostsidetests/devicepolicy/app/DeviceOwner/
AndroidManifest.xml
18
package="com.android.cts.
deviceowner
" >
34
android:name="com.android.cts.
deviceowner
.BaseDeviceOwnerTest$BasicAdminReceiver"
43
android:name="com.android.cts.
deviceowner
.CreateAndManageUserTest$TestProfileOwner"
53
android:name="com.android.cts.
deviceowner
.KeyManagementActivity"
57
android:name="com.android.cts.
deviceowner
.LockTaskUtilityActivity" />
59
android:name="com.android.cts.
deviceowner
.LockTaskUtilityActivityIfWhitelisted"
66
android:name="com.android.cts.
deviceowner
.LockTaskTest$IntentReceivingActivity"
67
android:taskAffinity="com.android.cts.
deviceowner
.LockTaskTest.IntentReceivingActivity"
72
android:targetPackage="com.android.cts.
deviceowner
"
/cts/hostsidetests/devicepolicy/app/DeviceOwner/src/com/android/cts/deviceowner/
LockTaskUtilityActivity.java
17
package com.android.cts.
deviceowner
;
29
public static final String CREATE_ACTION = "com.android.cts.
deviceowner
.LOCK_TASK_CREATE";
30
public static final String DESTROY_ACTION = "com.android.cts.
deviceowner
.LOCK_TASK_DESTROY";
31
public static final String PAUSE_ACTION = "com.android.cts.
deviceowner
.LOCK_TASK_PAUSE";
32
public static final String RESUME_ACTION = "com.android.cts.
deviceowner
.LOCK_TASK_RESUME";
33
public static final String INTENT_ACTION = "com.android.cts.
deviceowner
.LOCK_TASK_INTENT";
PreDeviceOwnerTest.java
16
package com.android.cts.
deviceowner
;
23
* The following test can run in
DeviceOwner
mode or non-
DeviceOwner
mode.
LockTaskUtilityActivityIfWhitelisted.java
17
package com.android.cts.
deviceowner
;
DeviceOwnerSetupTest.java
17
package com.android.cts.
deviceowner
;
KeyManagementActivity.java
17
package com.android.cts.
deviceowner
;
WifiTest.java
16
package com.android.cts.
deviceowner
;
/development/samples/browseable/DeviceOwner/
_index.jd
2
page.tags="
DeviceOwner
"
/developers/build/prebuilts/gradle/DeviceOwner/.google/
packaging.yaml
12
github: android-
DeviceOwner
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
QSFooter.java
135
String
deviceOwner
= mSecurityController.getDeviceOwnerName();
142
mDialog.setTitle(getTitle(
deviceOwner
));
143
mDialog.setMessage(getMessage(
deviceOwner
, profileOwner, primaryVpn, profileVpn, managed));
159
private String getMessage(String
deviceOwner
, String profileOwner, String primaryVpn,
163
if (
deviceOwner
!= null) {
166
deviceOwner
, primaryVpn);
169
deviceOwner
);
191
private int getTitle(String
deviceOwner
) {
192
if (
deviceOwner
!= null) {
/developers/build/prebuilts/gradle/DeviceOwner/Application/src/main/java/com/example/android/deviceowner/
InstructionFragment.java
17
package com.example.android.
deviceowner
;
/developers/build/prebuilts/gradle/DeviceOwner/Application/src/main/res/layout/
activity_main_real.xml
23
tools:context="com.example.android.
deviceowner
.MainActivity"
fragment_instruction.xml
23
tools:context="com.example.android.
deviceowner
.InstructionFragment">
/developers/build/prebuilts/gradle/DeviceOwner/Application/src/main/res/values/
base-strings.xml
19
<string name="app_name">
DeviceOwner
</string>
/developers/build/prebuilts/gradle/NfcProvisioning/Application/src/main/res/values/
base-strings.xml
25
Install the
DeviceOwner
sample to an unprovisioned device. Fill in the values below, and bump the
/developers/samples/android/admin/DeviceOwner/Application/src/main/java/com/example/android/deviceowner/
InstructionFragment.java
17
package com.example.android.
deviceowner
;
/developers/samples/android/admin/DeviceOwner/Application/src/main/res/layout/
activity_main_real.xml
23
tools:context="com.example.android.
deviceowner
.MainActivity"
fragment_instruction.xml
23
tools:context="com.example.android.
deviceowner
.InstructionFragment">
/development/samples/browseable/DeviceOwner/res/layout/
activity_main_real.xml
23
tools:context="com.example.android.
deviceowner
.MainActivity"
fragment_instruction.xml
23
tools:context="com.example.android.
deviceowner
.InstructionFragment">
Completed in 6000 milliseconds
1
2
3
4
5