OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:apprestrictions
(Results
1 - 25
of
34
) sorted by null
1
2
/developers/build/prebuilts/gradle/AppRestrictions/.google/
packaging.yaml
12
github: android-
AppRestrictions
/developers/build/prebuilts/gradle/AppRestrictions/
packaging.yaml
12
github: googlesamples/android-
AppRestrictions
README.md
2
Android
AppRestrictions
Sample
32
https://github.com/googlesamples/android-
AppRestrictions
/developers/samples/android/content/multiuser/AppRestrictions/
packaging.yaml
12
github: googlesamples/android-
AppRestrictions
template-params.xml
18
<name>
AppRestrictions
</name>
20
<package>com.example.android.
apprestrictions
</package>
README.md
2
Android
AppRestrictions
Sample
32
https://github.com/googlesamples/android-
AppRestrictions
/development/samples/browseable/AppRestrictions/
_index.jd
2
page.tags="
AppRestrictions
"
AndroidManifest.xml
21
package="com.example.android.
apprestrictions
"
/cts/hostsidetests/devicepolicy/app/AppRestrictionsManagingApp/
AndroidManifest.xml
18
package="com.android.cts.
apprestrictions
.managingapp">
27
android:targetPackage="com.android.cts.
apprestrictions
.managingapp"
/cts/hostsidetests/devicepolicy/app/AppRestrictionsTargetApp/
AndroidManifest.xml
18
package="com.android.cts.
apprestrictions
.targetapp">
24
android:name="com.android.cts.
apprestrictions
.targetapp.ApplicationRestrictionsActivity"
/cts/hostsidetests/devicepolicy/app/AppRestrictionsTargetApp/src/com/android/cts/apprestrictions/targetapp/
ApplicationRestrictionsActivity.java
16
package com.android.cts.
apprestrictions
.targetapp;
33
"com.android.cts.
apprestrictions
.targetapp.RESTRICTIONS_VALUE";
/developers/build/prebuilts/gradle/AppRestrictions/Application/src/main/java/com/example/android/apprestrictions/
CustomRestrictionsActivity.java
17
package com.example.android.
apprestrictions
;
CustomRestrictionsFragment.java
17
package com.example.android.
apprestrictions
;
GetRestrictionsReceiver.java
17
package com.example.android.
apprestrictions
;
MainActivity.java
17
package com.example.android.
apprestrictions
;
/developers/build/prebuilts/gradle/AppRestrictions/Application/src/main/res/values/
base-strings.xml
19
<string name="app_name">
AppRestrictions
</string>
/developers/samples/android/content/multiuser/AppRestrictions/Application/src/main/java/com/example/android/apprestrictions/
CustomRestrictionsActivity.java
17
package com.example.android.
apprestrictions
;
/development/samples/browseable/AppRestrictions/res/values/
base-strings.xml
19
<string name="app_name">
AppRestrictions
</string>
/development/samples/browseable/AppRestrictions/src/com.example.android.apprestrictions/
CustomRestrictionsActivity.java
17
package com.example.android.
apprestrictions
;
/developers/build/prebuilts/gradle/AppRestrictions/Application/src/main/
AndroidManifest.xml
21
package="com.example.android.
apprestrictions
"
/developers/samples/android/content/multiuser/AppRestrictions/Application/src/main/
AndroidManifest.xml
21
package="com.example.android.
apprestrictions
"
/cts/hostsidetests/devicepolicy/app/AppRestrictionsManagingApp/src/com/android/cts/apprestrictions/managingapp/
ApplicationRestrictionsManagerTest.java
16
package com.android.cts.
apprestrictions
.managingapp;
40
"com.android.cts.
apprestrictions
.targetapp";
44
"com.android.cts.
apprestrictions
.targetapp.RESTRICTIONS_VALUE";
/developers/samples/android/
build.gradle
7
"content/multiuser/
AppRestrictions
",
/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
ApplicationRestrictionsTest.java
44
"com.android.cts.
apprestrictions
.targetapp";
48
"com.android.cts.
apprestrictions
.targetapp.RESTRICTIONS_VALUE";
/frameworks/base/docs/html/work/
managed-configurations.jd
367
<pre>Bundle
appRestrictions
= myRestrictionsMgr.getApplicationRestrictions();</pre>
427
if (
appRestrictions
.containsKey("downloadOnCellular")) {
428
appCanUseCellular =
appRestrictions
.getBoolean("downloadOnCellular");
452
appRestrictions
.getParcelableArray("vpn_configuration_list");
500
Bundle
appRestrictions
= myRestrictionsMgr.getApplicationRestrictions();
Completed in 2258 milliseconds
1
2