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
27
) 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
"
/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
;
CustomRestrictionsFragment.java
17
package com.example.android.
apprestrictions
;
GetRestrictionsReceiver.java
17
package com.example.android.
apprestrictions
;
MainActivity.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
;
CustomRestrictionsFragment.java
17
package com.example.android.
apprestrictions
;
GetRestrictionsReceiver.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
"
/developers/samples/android/
build.gradle
7
"content/multiuser/
AppRestrictions
",
/frameworks/base/docs/html/training/enterprise/
app-restrictions.jd
237
<pre>Bundle
appRestrictions
= myRestrictionsMgr.getApplicationRestrictions();</pre>
297
if
appRestrictions
.containsKey("downloadOnCellular") {
298
appCanUseCellular =
appRestrictions
.getBoolean("downloadOnCellular");
340
Bundle <code>
appRestrictions
</code> =
Completed in 715 milliseconds
1
2