HomeSort by relevance Sort by last modified time
    Searched refs:policy (Results 226 - 250 of 1172) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
BluetoothController.java 17 package com.android.systemui.statusbar.policy;
CastController.java 17 package com.android.systemui.statusbar.policy;
  /frameworks/base/services/core/java/com/android/server/policy/
LogDecelerateInterpolator.java 17 package com.android.server.policy;
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/
categoryquery.py 31 policy The policy to query.
44 self.log.info("Generating results from {0.policy}".format(self))
48 for cat in self.policy.categories():
commonquery.py 31 policy The policy to query.
48 self.log.info("Generating results from {0.policy}".format(self))
53 for com in self.policy.commons():
  /system/update_engine/
common_service_unittest.cc 23 #include <policy/libpolicy.h>
24 #include <policy/mock_device_policy.h>
47 policy::MockDevicePolicy mock_device_policy_;
66 // SetChannel is allowed when there's no device policy (the device is not
70 // If SetTargetChannel is called it means the policy check passed.
78 // When the policy is present, the delegated value should be checked.
80 policy::MockDevicePolicy mock_device_policy;
  /system/update_engine/update_manager/
device_policy_provider.h 24 #include <policy/libpolicy.h>
real_device_policy_provider.h 25 #include <policy/libpolicy.h>
38 policy::PolicyProvider* policy_provider)
102 // Schedules a call to periodically refresh the device policy.
105 // Reloads the device policy and updates all the exposed variables.
112 bool (policy::DevicePolicy::*getter_method)(T*) const);
131 // Used for fetching information about the device policy.
132 policy::PolicyProvider* policy_provider_;
134 // Used to schedule refreshes of the device policy.
142 // Variable exposing whether the policy is loaded.
146 // Variables mapping the exposed methods from the policy::DevicePolicy
    [all...]
  /frameworks/base/services/core/java/com/android/server/net/
NetworkPolicyManagerService.java 200 * Service that maintains low-level network policy rules, using
203 * Derives active rules by combining a given policy with other system status,
251 private static final String TAG_POLICY_LIST = "policy-list";
252 private static final String TAG_NETWORK_POLICY = "network-policy";
253 private static final String TAG_UID_POLICY = "uid-policy";
254 private static final String TAG_APP_POLICY = "app-policy";
275 private static final String ATTR_POLICY = "policy";
575 Slog.w(TAG, "bandwidth controls disabled, unable to enforce policy");
602 // read policy from disk
636 // listen for package changes to update policy
955 final NetworkPolicy policy = mNetworkPolicy.valueAt(i); local
1204 final NetworkPolicy policy = mNetworkPolicy.valueAt(i); local
1296 final NetworkPolicy policy = mNetworkPolicy.valueAt(i); local
1319 final NetworkPolicy policy = mNetworkRules.keyAt(i); local
1456 final NetworkPolicy policy = new NetworkPolicy(template, cycleDay, cycleTimezone, local
1559 final int policy = readIntAttribute(in, ATTR_POLICY); local
1568 final int policy = readIntAttribute(in, ATTR_POLICY); local
1640 final NetworkPolicy policy = mNetworkPolicy.valueAt(i); local
1668 final int policy = mUidPolicy.valueAt(i); local
1997 final NetworkPolicy policy = mNetworkPolicy.get(template); local
2190 final int policy; local
2246 NetworkPolicy policy = mNetworkPolicy.valueAt(i); local
2271 final NetworkPolicy policy; local
2305 final NetworkPolicy policy; local
2367 final int policy = mUidPolicy.valueAt(i); local
    [all...]
  /external/ipsec-tools/
setup.c 220 } policy; local
234 /* Fill values for outbound policy. */
235 memset(&policy, 0, sizeof(policy));
236 policy.p.sadb_x_policy_exttype = SADB_X_EXT_POLICY;
237 policy.p.sadb_x_policy_type = IPSEC_POLICY_IPSEC;
238 policy.p.sadb_x_policy_dir = IPSEC_DIR_OUTBOUND;
240 policy.p.sadb_x_policy_priority = PRIORITY_DEFAULT;
242 policy.q.sadb_x_ipsecrequest_proto = IPPROTO_ESP;
243 policy.q.sadb_x_ipsecrequest_mode = IPSEC_MODE_TRANSPORT
    [all...]
  /external/guava/guava/src/com/google/common/util/concurrent/
CycleDetectingLockFactory.java 55 * execution of the {@link Policy} specified when creating the factory. The
64 * (except those with {@code Policy.DISABLED}). A lock's behavior when a cycle
65 * is detected, however, is defined by the {@code Policy} of the factory that
106 * a potential deadlock situation, and the appropriate Policy is executed.
177 public interface Policy {
193 * Pre-defined {@link Policy} implementations.
198 public enum Policies implements Policy {
200 * When potential deadlock is detected, this policy results in the throwing
213 * When potential deadlock is detected, this policy results in the logging
231 * Note that locks created by a factory with this policy will <em>not</em
482 final Policy policy; field in class:CycleDetectingLockFactory
    [all...]
  /external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/
ProtectionDomainTest.java 164 * policy.
167 TestPolicy policy = new TestPolicy(); local
168 // null set of permissions [must] force the PD to use Policy - for
171 policy.setTrackPD(pd);
173 Policy.setPolicy(policy);
176 Policy.setPolicy(null);
178 assertFalse(policy.getPdTracked());
183 * policy.
186 TestPolicy policy = new TestPolicy() local
    [all...]
  /external/apache-http/src/org/apache/http/client/params/
ClientParamBean.java 82 public void setCookiePolicy (final String policy) {
83 params.setParameter(ClientPNames.COOKIE_POLICY, policy);
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/devpay/
test_s3.py 150 policy = bucket.get_acl(headers=DEVPAY_HEADERS)
151 assert len(policy.acl.grants) == 2
153 policy = bucket.get_acl(headers=DEVPAY_HEADERS)
154 assert len(policy.acl.grants) == 1
157 policy = k.get_acl(headers=DEVPAY_HEADERS)
158 assert len(policy.acl.grants) == 2
160 policy = k.get_acl(headers=DEVPAY_HEADERS)
161 assert len(policy.acl.grants) == 1
  /external/dbus/test/name-test/
tmp-session-like-system.conf 22 <policy context="default">
57 </policy>
59 <policy context="default">
66 </policy>
  /external/libgdx/extensions/gdx-bullet/jni/swig/collision/
btDbvt.i 66 btDbvt::ICollide &policy) {
67 btDbvt::collideKDOP(root, (btVector3*)normals, offsets, count, policy);
75 btDbvt::ICollide &policy,
77 btDbvt::collideOCL(root, (btVector3*)normals, offsets, sortaxis, count, policy, fullsort);
  /external/selinux/secilc/
Makefile 26 ./$(SECILC) test/policy.cil
43 rm -f policy.*
  /frameworks/base/packages/MtpDocumentsProvider/
Android.mk 14 LOCAL_JACK_FLAGS += -D jack.assert.policy=always
  /frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/
NetworkControllerEthernetTest.java 1 package com.android.systemui.statusbar.policy;
6 import com.android.systemui.statusbar.policy.NetworkController.IconState;
  /frameworks/base/tools/aapt2/
NameMangler.h 47 NameMangler(NameManglerPolicy policy) : mPolicy(policy) {
  /libcore/ojluni/src/main/java/sun/security/timestamp/
TimestampToken.java 45 * policy TSAPolicyId,
76 private ObjectIdentifier policy; field in class:TimestampToken
139 // Parse policy
140 policy = tstInfo.data.getOID();
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/widget/
ViewsStateBundle.java 60 public ViewsStateBundle(int policy, int limit) {
61 savePolicy = policy;
122 * Save views regardless what's the current policy is.
135 * The visible view is saved when policy is not {@link #SAVE_NO_CHILD}.
156 * Save list of visible views without checking policy. The method is to be implemented by
162 * Save views according to policy.
  /packages/services/Car/car-lib/src/android/car/content/pm/
CarAppBlockingPolicyService.java 28 * Service to be implemented by Service which wants to control app blocking policy.
47 * Return the app blocking policy. This is called from binder thread.
75 Log.i(TAG, "setAppBlockingPolicySetter will set policy");
76 CarAppBlockingPolicy policy = CarAppBlockingPolicyService.this.getAppBlockingPolicy(); local
78 setter.setAppBlockingPolicy(policy);
  /system/bt/bta/sys/
bta_sys_conn.c 52 ** Description Called by BTA DM to register link policy change callbacks
408 ** policy to peer device should be set
413 void bta_sys_set_policy (UINT8 id, UINT8 policy, BD_ADDR peer_addr)
417 bta_sys_cb.p_policy_cb(BTA_SYS_PLCY_SET, id, policy, peer_addr);
426 ** policy to peer device should be clear
431 void bta_sys_clear_policy (UINT8 id, UINT8 policy, BD_ADDR peer_addr)
435 bta_sys_cb.p_policy_cb(BTA_SYS_PLCY_CLR, id, policy, peer_addr);
444 ** link policy should be set
449 void bta_sys_set_default_policy (UINT8 id, UINT8 policy)
453 bta_sys_cb.p_policy_cb(BTA_SYS_PLCY_DEF_SET, id, policy, NULL)
    [all...]
  /external/libunwind/doc/
unw_set_caching_policy.tex 8 \begin{Name}{3}{unw\_set\_caching\_policy}{David Mosberger-Tang}{Programming Library}{unw\_set\_caching\_policy}unw\_set\_caching\_policy -- set unwind caching policy
15 \Type{int} \Func{unw\_set\_caching\_policy}(\Type{unw\_addr\_space\_t} \Var{as}, \Type{unw\_caching\_policy\_t} \Var{policy});\\
19 The \Func{unw\_set\_caching\_policy}() routine sets the caching policy
20 of address space \Var{as} to the policy specified by argument
21 \Var{policy}. The \Var{policy} argument can take one of three
62 \item[\Const{UNW\_ENOMEM}] The desired caching policy could not be

Completed in 1662 milliseconds

1 2 3 4 5 6 7 8 91011>>