/frameworks/av/media/libmedia/ |
D | IResourceManagerService.cpp | 66 virtual void config(const Vector<MediaResourcePolicy> &policies) { in config() argument 69 writeToParcel(&data, policies); in config() 123 Vector<MediaResourcePolicy> policies; in onTransact() local 124 readFromParcel(data, &policies); in onTransact() 125 config(policies); in onTransact()
|
/frameworks/base/docs/html/guide/topics/admin/ |
D | device-admin.jd | 12 <li><a href="#policies">Policies</a></li> 41 enforce password policies — including alphanumeric passwords or numeric 69 policies. Here's how it works:</p> <ul> 71 remote/local device security policies. These policies could be hard-coded into 72 the app, or the application could dynamically fetch policies from a third-party 89 its policies. Complying with those policies typically confers benefits, such as 92 … the device, but in an inactive state. Users will not be subject to its policies, and they will co… 93 <p>If a user fails to comply with the policies (for example, if a user sets a 97 <p>If a device attempts to connect to a server that requires policies not 101 not support all of the stated policies, there is no way to allow the [all …]
|
/frameworks/base/docs/html/training/enterprise/ |
D | device-management-policy.jd | 40 its content by enforcing device management policies. Specifically, the application can be configured 61 the list of declared policies will be presented to the user on a system screen.</p> 67 <uses-policies> 69 </uses-policies> 89 …ration broadcast receiver, which gets notified of events related to the policies you’ve declared t… 116 <p>Before enforcing any policies, the user needs to manually activate the application as a device 125 provide a description of your device policies.</p> 164 Policy Manager with the requested policy. Keep in mind that new policies are being added to 166 new policies while supporting older versions of the platform. For example, the Password Minimum
|
D | work-policy-ctrl.jd | 71 user profile, how to set device policies, and how to apply 85 policies to control the behavior of employees' devices and apps. The 86 enterprise administrator sets these policies with software provided by their 224 <li>Verify that the device is complying with the EMM's device policies, as 261 device policies. For example, a particular enterprise might require that all 264 the current policies are, then uses the <a href= 266 API to apply those policies. 269 <p>For information on how to apply device policies, see the 270 <a href="{@docRoot}guide/topics/admin/device-admin.html#policies">Device
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
D | MobileDataControllerImpl.java | 175 final NetworkPolicy[] policies = mPolicyManager.getNetworkPolicies(); in findNetworkPolicy() 176 if (policies == null) return null; in findNetworkPolicy() 177 final int N = policies.length; in findNetworkPolicy() 179 final NetworkPolicy policy = policies[i]; in findNetworkPolicy()
|
/frameworks/av/services/mediaresourcemanager/ |
D | ResourceManagerService.cpp | 150 void ResourceManagerService::config(const Vector<MediaResourcePolicy> &policies) { in config() argument 151 String8 log = String8::format("config(%s)", getString(policies).string()); in config() 155 for (size_t i = 0; i < policies.size(); ++i) { in config() 156 String8 type = policies[i].mType; in config() 157 String8 value = policies[i].mValue; in config()
|
D | ResourceManagerService.h | 58 virtual void config(const Vector<MediaResourcePolicy> &policies);
|
/frameworks/base/services/core/java/com/android/server/pm/ |
D | SELinuxMMAC.java | 118 List<Policy> policies = new ArrayList<>(); in readInstallPolicy() local 137 policies.add(readSignerOrThrow(parser)); in readInstallPolicy() 140 policies.add(readDefaultOrThrow(parser)); in readInstallPolicy() 165 Collections.sort(policies, policySort); in readInstallPolicy() 172 sPolicies = policies; in readInstallPolicy()
|
/frameworks/av/include/media/ |
D | IResourceManagerService.h | 38 virtual void config(const Vector<MediaResourcePolicy> &policies) = 0;
|
/frameworks/base/docs/html/distribute/googleplay/edu/ |
D | start.jd | 61 there are specific guidelines and policies your apps should meet and specific 66 Understand guidelines and policies 71 guidelines for educational apps in Google Play and the policies that apply to 78 Also, make sure that you're familiar with the policies that your app must 81 policies</a>, the <a href= 89 policies</a>, the <a href= 227 <li>In the first dialog that appears, review the content policies and 229 policies and guidelines.
|
/frameworks/base/core/java/android/net/ |
D | INetworkPolicyManager.aidl | 45 void setNetworkPolicies(in NetworkPolicy[] policies); in setNetworkPolicies() argument
|
D | NetworkPolicyManager.java | 165 public void setNetworkPolicies(NetworkPolicy[] policies) { in setNetworkPolicies() argument 167 mService.setNetworkPolicies(policies); in setNetworkPolicies()
|
/frameworks/base/services/core/java/com/android/server/net/ |
D | NetworkPolicyManagerService.java | 1661 public void setNetworkPolicies(NetworkPolicy[] policies) { in setNetworkPolicies() argument 1666 normalizePoliciesLocked(policies); in setNetworkPolicies() 1675 NetworkPolicy[] policies = getNetworkPolicies(mContext.getOpPackageName()); in addNetworkPolicyLocked() local 1676 policies = ArrayUtils.appendElement(NetworkPolicy.class, policies, policy); in addNetworkPolicyLocked() 1677 setNetworkPolicies(policies); in addNetworkPolicyLocked() 1698 final NetworkPolicy[] policies = new NetworkPolicy[size]; in getNetworkPolicies() local 1700 policies[i] = mNetworkPolicy.valueAt(i); in getNetworkPolicies() 1702 return policies; in getNetworkPolicies() 1710 private void normalizePoliciesLocked(NetworkPolicy[] policies) { in normalizePoliciesLocked() argument 1715 for (NetworkPolicy policy : policies) { in normalizePoliciesLocked() [all …]
|
/frameworks/base/docs/html-intl/intl/zh-tw/preview/ |
D | license.jd | 74 6.2 Google 會彙總並檢查收集到的資料,據以改善此「預覽版」,並且會依據《Google 隱私權政策》(http://www.google.com/policies/privacy/) 加以妥…
|
/frameworks/base/docs/html-intl/intl/zh-cn/preview/ |
D | license.jd | 74 6.2 我们会对收集的数据进行汇总调查,以便改进“预览版”,并会按照 Google 的隐私政策(网址为 http://www.google.com/policies/privacy/)维护数据。
|
/frameworks/base/docs/html-intl/intl/ko/preview/ |
D | license.jd | 74 …개선을 위해 검토되며, Google의 개인정보 보호정책에 따라 유지 관리됩니다. 이 정보는 http://www.google.com/policies/privacy/를 참조하십시오.
|
/frameworks/base/docs/html/distribute/googleplay/families/ |
D | about.jd | 136 participate, there are specific guidelines and policies your apps need to 141 Make sure that you're familiar with the policies that your app must comply 144 policies</a>, the <a href=
|
D | faq.jd | 271 Are ads allowed? Can you give me more details on the advertising policies for Designed for 304 …href="https://support.google.com/googleplay/android-developer/answer/6184502#ads">ads policies</a>… 309 policies for Designed for Families? 313 Please contact your advertising network to ask them about their content policies
|
/frameworks/av/media/libstagefright/ |
D | MediaCodecList.cpp | 211 Vector<MediaResourcePolicy> policies; in parseTopLevelXMLFile() local 214 policies.push_back( in parseTopLevelXMLFile() 220 policies.push_back( in parseTopLevelXMLFile() 225 if (policies.size() > 0) { in parseTopLevelXMLFile() 232 service->config(policies); in parseTopLevelXMLFile()
|
/frameworks/base/docs/html-intl/intl/ru/preview/ |
D | license.jd | 74 …ьности Google, которая опубликована на веб-сайте по адресу http://www.google.com/policies/privacy/.
|
/frameworks/base/docs/html-intl/intl/ja/preview/ |
D | license.jd | 74 6.2 収集されるデータは、Preview の改良のために集約された形で精査され、Google のプライバシー ポリシー(http://www.google.com/policies/privacy…
|
/frameworks/base/docs/html/google/play/ |
D | dist.jd | 49 <p>Protect your revenue streams and integrate policies for usage into your app.
|
/frameworks/base/docs/html/distribute/engage/ |
D | notifications.jd | 38 "https://support.google.com/googleplay/android-developer/answer/4430948">policies</a>
|
/frameworks/base/docs/html/distribute/googleplay/ |
D | guide.jd | 27 and an insight into the Google Play guidelines and policies.
|
/frameworks/base/docs/html-intl/intl/ru/distribute/tools/ |
D | launch-checklist.jd | 14 <li><a href="#understand-policies">2. Знакомство с правилами Google Play</a></li> 96 <h2 id="understand-policies"> 113 "collection:distribute/toolsreference/launchchecklist/policies" data-sortorder=
|