/frameworks/base/docs/html-intl/intl/pt-br/training/basics/network-ops/ |
data-saver.jd | 18 <a href="#request-whitelist">Solicitação de permissão para colocar na lista de permissões</a> 134 <h3 id="request-whitelist"> 216 <code>$ adb shell cmd netpolicy add restrict-background-whitelist 226 <code>$ adb shell cmd netpolicy remove restrict-background-whitelist
|
/frameworks/base/tools/aapt2/xml/ |
XmlActionExecutor_test.cpp | 58 ASSERT_FALSE(executor.execute(XmlActionExecutorPolicy::Whitelist, &diag, doc.get()));
|
XmlActionExecutor.h | 42 Whitelist,
|
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/pt_common/shortcut/ |
shortcut_list_reading_utils.cpp | 30 // The numeric value of the shortcut probability that means 'whitelist'.
|
/system/connectivity/shill/ |
crypto_provider.cc | 31 const char CryptoProvider::kKeyMatterFile[] = "/var/lib/whitelist/owner.key";
|
/external/autotest/server/site_tests/brillo_Gtests/ |
brillo_Gtests.py | 31 The whitelist is expected to be a two column CSV file containing the 36 @param whitelist_path: Path to the whitelist. 76 logging.error('Failed to read whitelist %s', WHITELIST_FILE)
|
/external/chromium-trace/catapult/dashboard/dashboard/ |
datastore_hooks.py | 95 whitelist = utils.GetIpWhitelist() 96 if whitelist and hasattr(request, 'remote_addr'): 97 return request.remote_addr in whitelist
|
can_bisect.py | 65 """Checks whether a master name is acceptable by checking a whitelist."""
|
/external/libbrillo/policy/tests/ |
libpolicy_unittest.cc | 19 "policy/tests/whitelist/policy_all"; 21 "policy/tests/whitelist/policy_none"; 22 static const char kKeyFile[] = "policy/tests/whitelist/owner.key";
|
/frameworks/base/services/core/java/com/android/server/net/ |
NetworkPolicyManagerService.java | 254 private static final String TAG_WHITELIST = "whitelist"; 411 // TODO: keep whitelist of system-critical services that should never have 466 int[] whitelist = mDeviceIdleController.getAppIdWhitelistExceptIdle(); local 468 if (whitelist != null) { 469 for (int uid : whitelist) { 473 whitelist = mDeviceIdleController.getAppIdWhitelist(); 475 if (whitelist != null) { 476 for (int uid : whitelist) { 486 * revoke the whitelist. 528 + "background whitelist. Revoked status: 548 final int[] whitelist = mDeviceIdleController.getAppIdTempWhitelist(); local 2153 final int[] whitelist = new int[size]; local [all...] |
/external/autotest/server/site_tests/bluetooth_Sanity_DefaultState/ |
bluetooth_Sanity_DefaultState.py | 72 # BR/EDR Whitelist. When this is supported the 'connectable' setting 74 # on whether or not a BR/EDR device is in the whitelist. 133 # If the kernel supports the BR/EDR whitelist, the adapter should _not_ 177 # If the kernel supports the BR/EDR whitelist, the adapter isn't 190 # from the kernel BR/EDR whitelist. The management API "connectable"
|
/external/v8/tools/gcmole/ |
gcmole.lua | 47 -- When building gcsuspects whitelist certain functions as if they 49 -- positives in dead variables analysis. See TODO for WHITELIST 51 whitelist = true; 274 local WHITELIST = { 320 if FLAGS.whitelist then 321 for i = 1, #WHITELIST do 322 if name:match(WHITELIST[i]) then
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/suid/ |
SuidFilesActivity.java | 53 private static final Set<String> WHITELIST = new HashSet<String>(Arrays.asList( 163 view.setBackgroundResource(WHITELIST.contains(file.getName()) 255 if (!WHITELIST.contains(result.getName())) {
|
/system/netd/server/binder/android/net/ |
INetd.aidl | 31 * The chain may be a whitelist chain or a blacklist chain. A blacklist chain contains DROP 32 * rules for the specified UIDs and a RETURN rule at the end. A whitelist chain contains RETURN 37 * @param isWhitelist Whether this is a whitelist or blacklist chain.
|
/cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/ |
CrossProfileWidgetTest.java | 65 * This test verifies that the widget provider was successfully removed from the whitelist.
|
/cts/hostsidetests/net/app/src/com/android/cts/net/hostside/ |
AbstractAppIdleTestCase.java | 128 // Sanity check - no whitelist, no access!
|
/external/chromium-trace/catapult/dashboard/docs/ |
admin-tasks.md | 146 The IP whitelist is a list of IP addresses of machines which 148 /add\_point from being spammed. You can add a bot to the IP whitelist 157 The bot whitelist is a list of bot names which are publicly visible. If a 159 see the data for that bot. You can add or remove a bot from the whitelist
|
/external/chromium-trace/catapult/ |
pylintrc | 3 extension-pkg-whitelist=numpy
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/oauth2client/ |
tox.ini | 16 # whitelist
|
/external/jetty/src/java/org/eclipse/jetty/server/handler/ |
IPAccessHandler.java | 120 * @param white array of whitelist entries 135 * Add a whitelist entry to an existing handler configuration 137 * @param entry new whitelist entry 157 * Re-initialize the whitelist of existing handler object 159 * @param entries array of whitelist entries 179 * Checks the incoming request against the whitelist and blacklist 292 List whiteList = (whiteObj instanceof List) ? (List)whiteObj : Collections.singletonList(whiteObj); 294 for (Object entry: whiteList) 352 buf.append(" WHITELIST:\n");
|
/frameworks/base/core/java/android/net/ |
network-policy-restrictions.md | 3 The tables below show whether an app has network access while on background depending on the status of Data Saver mode, Battery Saver mode, and the app's whitelist on those restricted modes.
|
/frameworks/base/docs/html/training/monitoring-device-state/ |
doze-standby.jd | 304 provides a configurable whitelist of apps that are <strong>partially 316 whitelist by calling {@link 322 Users can manually configure the whitelist in <strong>Settings > Battery 324 ways for apps to ask users to whitelist them. 336 can trigger a system dialog to let the user add the app to the whitelist 342 <li>The user can manually remove apps from the whitelist as needed. 346 <p>Before asking the user to add your app to the whitelist, make sure the app 426 the Battery Optimizations exceptions whitelist. In general, your app should not be on the 427 whitelist unless Doze or App Standby break the core function of the app or there is a
|
/frameworks/base/docs/html-intl/intl/es/training/basics/network-ops/ |
data-saver.jd | 18 <a href="#request-whitelist">Solicitud de permisos de lista blanca</a> 134 <h3 id="request-whitelist"> 216 <code>$ adb shell cmd netpolicy add restrict-background-whitelist 226 <code>$ adb shell cmd netpolicy remove restrict-background-whitelist
|
/packages/apps/Settings/src/com/android/settings/fuelgauge/ |
PowerWhitelistBackend.java | 26 * Handles getting/changing the whitelist for the exceptions to battery saving features.
|
/packages/inputmethods/LatinIME/java/res/values/ |
config-auto-correction-thresholds.xml | 40 may be more forgiving of whitelist entries in another language. -->
|