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

<<11121314151617181920>>

  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
CallbackHandler.java 16 package com.android.systemui.statusbar.policy;
23 import com.android.systemui.statusbar.policy.NetworkController.EmergencyListener;
24 import com.android.systemui.statusbar.policy.NetworkController.IconState;
25 import com.android.systemui.statusbar.policy.NetworkController.SignalCallback;
ZenModeController.java 17 package com.android.systemui.statusbar.policy;
  /hardware/libhardware_legacy/audio/
Android.mk 40 # The default audio policy, for now still implemented on top of legacy
41 # policy code
  /packages/apps/Settings/src/com/android/settings/datausage/
CycleAdapter.java 68 public boolean updateCycleList(NetworkPolicy policy, ChartData chartData) {
89 if (policy != null) {
91 long cycleEnd = computeNextCycleBoundary(historyEnd, policy);
95 final long cycleStart = computeLastCycleBoundary(cycleEnd, policy);
114 // no policy defined cycles; show entry for each four-week period
DataUsageBase.java 72 protected boolean isNetworkPolicyModifiable(NetworkPolicy policy, int subId) {
73 return policy != null && isBandwidthControlEnabled() && services.mUserManager.isAdminUser()
  /packages/services/Car/tests/vehiclenetworkservice_unit_tests/
VehiclePropertyAccessControlForTesting.h 21 bool process(const char* policy);
  /packages/services/Car/vehicle_network_service/
VehiclePropertyAccessControl.h 49 bool process(const char* policy);
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/
boolquery.py 27 """Query SELinux policy Booleans.
30 policy The policy to query.
55 self.log.info("Generating results from {0.policy}".format(self))
59 for boolean in self.policy.bools():
initsidquery.py 31 policy The policy to query.
59 self.log.info("Generating results from {0.policy}".format(self))
67 for i in self.policy.initialsids():
netifconquery.py 31 policy The policy to query.
59 self.log.info("Generating results from {0.policy}".format(self))
67 for netif in self.policy.netifcons():
rolequery.py 29 Query SELinux policy roles.
32 policy The policy to query.
54 self.log.info("Generating results from {0.policy}".format(self))
59 for r in self.policy.roles():
sensitivityquery.py 32 policy The policy to query.
54 self.log.info("Generating results from {0.policy}".format(self))
59 for s in self.policy.sensitivities():
typeattrquery.py 29 Query SELinux policy type attributes.
32 policy The policy to query.
54 self.log.info("Generating results from {0.policy}".format(self))
59 for attr in self.policy.typeattributes():
  /external/autotest/client/site_tests/login_OwnershipRetaken/
login_OwnershipRetaken.py 10 from autotest_lib.client.common_lib.cros import policy, session_manager namespace
44 poldata = policy.build_policy_data(self.srcdir,
52 policy_string = policy.generate_policy(self.srcdir,
56 policy.push_policy_and_verify(policy_string, self._sm)
80 raise error.TestError('Policy not found')
81 policy.compare_policy_response(self.srcdir,
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/integration/cloudformation/
test_connection.py 129 # No policy should be set on the stack by default
130 policy = self.connection.get_stack_policy(self.stack_name)
131 self.assertEqual(None, policy)
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/integration/cloudtrail/
test_cloudtrail.py 59 policy = DEFAULT_S3_POLICY.replace('<BucketName>', bucket_name)\
63 b.set_policy(policy)
  /external/dbus/bus/
Android.mk 31 policy.c \
  /external/iptables/iptables/
ip6tables-restore.c 323 char *policy, *chain; local
358 policy = strtok(NULL, " \t\n");
359 DEBUGP("line %u, policy '%s'\n", line, policy);
360 if (!policy) {
362 "%s: line %u policy invalid\n",
367 if (strcmp(policy, "-") != 0) {
376 "invalid policy counters "
383 DEBUGP("Setting policy of chain %s to %s\n",
384 chain, policy);
    [all...]
iptables-restore.c 323 char *policy, *chain; local
358 policy = strtok(NULL, " \t\n");
359 DEBUGP("line %u, policy '%s'\n", line, policy);
360 if (!policy) {
362 "%s: line %u policy invalid\n",
367 if (strcmp(policy, "-") != 0) {
376 "invalid policy counters "
383 DEBUGP("Setting policy of chain %s to %s\n",
384 chain, policy);
    [all...]
  /frameworks/av/services/mediacodec/
Android.mk 17 LOCAL_REQUIRED_MODULES_arm := mediacodec-seccomp.policy
  /frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
UserTile.java 26 import com.android.systemui.statusbar.policy.UserInfoController;
27 import com.android.systemui.statusbar.policy.UserSwitcherController;
  /frameworks/compile/mclinker/lib/Target/
ELFEmulation.cpp 21 InputSectDesc::KeepPolicy policy; /// mark whether the input is kept in GC member in struct:mcld::NameMap
78 pScript.sectionMap().insert(map[i].from, map[i].to, map[i].policy);
  /packages/services/Car/car-lib/src/android/car/content/pm/
CarPackageManager.java 39 * flag is set, the call will be blocked until policy is set to system. This can take time
47 * flag is set, passed policy is added to existing policy set from the current package.
49 * policy is replaced. Note that policy per each package is always replaced and will not be
57 * flag is set, passed policy is removed from existing policy set from the current package.
59 * policy is replaced.
87 * Set Application blocking policy for system app. {@link #FLAG_SET_POLICY_ADD} or
88 * {@link #FLAG_SET_POLICY_REMOVE} flag allows adding or removing from already set policy. Whe
    [all...]
  /external/selinux/policycoreutils/sepolgen-ifgen/
sepolgen-ifgen-attr-helper.c 13 * the attributes in the policy so that it can resolve the
107 policydb_t *policy; member in struct:callback_data
121 render_key(key, cb_data->policy, cb_data->fp);
122 render_access_mask(datum->data, key, cb_data->policy, cb_data->fp);
136 if (avtab_map(&cb_data->policy->te_avtab, output_avrule, cb_data) < 0)
138 if (avtab_map(&cb_data->policy->te_cond_avtab, output_avrule, cb_data) < 0)
205 /* Open the policy. */
210 /* Open the output policy. */
220 cb_data.policy = p;
  /frameworks/base/services/core/java/com/android/server/policy/keyguard/
KeyguardServiceWrapper.java 17 package com.android.server.policy.keyguard;
25 import com.android.internal.policy.IKeyguardDrawnCallback;
26 import com.android.internal.policy.IKeyguardExitCallback;
27 import com.android.internal.policy.IKeyguardService;
28 import com.android.internal.policy.IKeyguardStateCallback;
29 import com.android.server.policy.keyguard.KeyguardStateMonitor.OnShowingStateChangedCallback;

Completed in 6569 milliseconds

<<11121314151617181920>>