HomeSort by relevance Sort by last modified time
    Searched full:whitelist (Results 101 - 125 of 327) sorted by null

1 2 3 45 6 7 8 91011>>

  /prebuilts/tools/common/m2/repository/org/jsoup/jsoup/1.6.3/
jsoup-1.6.3-sources.jar 
  /docs/source.android.com/src/devices/tech/connect/
data-saver.jd 88 <strong>Important</strong>: Partners should not whitelist apps.
148 <code>$ adb shell cmd netpolicy list restrict-background-whitelist</code>
  /external/autotest/utils/
test_importer.py 419 Create a set with contents from a whitelist file for membership testing.
421 @param whitelist_path: full path to the whitelist file.
434 Scans through all tests in the whitelist and add them to the database.
438 @param whitelist_set: set of tests in full-path form from a whitelist.
512 parser.add_option('-w', '--whitelist-file', dest='whitelist_file',
565 logging.error("Cannot pass both --add-all and --whitelist-file")
569 logging.error("--whitelist-file (%s) not found", whitelist_path)
571 logging.info("Using whitelist file %s", whitelist_path)
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/
test.py 31 # This is a whitelist of unit tests that support Python 3.
75 def main(whitelist=[]):
  /external/parameter-framework/upstream/
.travis.yml 22 # https://github.com/travis-ci/apt-source-whitelist/blob/master/ubuntu.json
28 # https://github.com/travis-ci/apt-package-whitelist/blob/master/ubuntu-precise
  /frameworks/base/telephony/java/android/telephony/
VisualVoicemailSmsFilterSettings.java 91 * Sets the originating number whitelist for the visual voicemail SMS filter. If the list is
123 * The originating number whitelist for the visual voicemail SMS filter of a phone account. If
  /frameworks/compile/libbcc/include/bcc/
Compiler.h 117 // Compare undefined external functions in pScript against a 'whitelist' of
119 // not in this whitelist is callable from the script.
  /packages/inputmethods/LatinIME/tools/dicttool/src/com/android/inputmethod/latin/dicttool/
Info.java 64 + " whitelist entries)");
89 "whitelist" : shortcutTarget.getProbability()) + ")");
  /packages/services/Car/car-lib/src/android/car/content/pm/
AppBlockingPackageInfo.java 30 * Parcelable to hold information on app blocking whitelist or blacklist for a package.
41 /** Blacklist or whitelist every Activities in the package. When this is set,
  /system/core/logd/
LogBuffer.cpp 475 // (again, remember for the specified log buffer id) but does some whitelist
476 // preservation. Thus whitelist is a Hail Mary low priority, blacklists and
482 // The third thread is optional, and only gets hit if there was a whitelist
756 bool whitelist = false; local
774 if (whitelist) {
791 whitelist = true;
800 // Do not save the whitelist if we are reader range limited
801 if (whitelist && (pruneRows > 0)) {
    [all...]
  /external/chromium-trace/catapult/dashboard/dashboard/elements/
nav-bar.html 170 <li><a href="/edit_site_config?key=ip_whitelist" target="_blank">Edit IP Whitelist</a></li>
176 <li><a href="/edit_site_config?key=bot_whitelist" target="_blank">Bot Whitelist</a></li>
288 var description = 'Please whitelist the following IP addresses ' +
294 this.openCrBugWindow('IP Whitelist Request', description, labels, []);
303 this.openCrBugWindow('Bot Whitelist Request', description, labels, []);
  /packages/apps/UnifiedEmail/src/com/android/mail/preferences/
MailPrefs.java 374 * Returns whether or not an email address is in the whitelist of senders to show images for.
375 * This method reads the entire whitelist, so if you have multiple emails to check, you should
421 final Set<String> whitelist = getSenderWhitelist(); local
422 if (!whitelist.contains(sender)) {
427 final Set<String> updatedList = Sets.newHashSet(whitelist);
  /system/bt/stack/btm/
btm_ble_bgconn.c 21 * This file contains functions for BLE whitelist operation.
47 // Unfortunately (for now?) we have to maintain a copy of the device whitelist
191 ** Description execute the pending whitelist device operation(loading or removing)
215 ** Description enqueue the pending whitelist device operation(loading or removing).
259 BTM_TRACE_ERROR("%s Whitelist full, unable to add device", __func__);
  /frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
SettingsBackupAgent.java 314 boolean networkInWhitelist(Network net, List<WifiConfiguration> whitelist) {
316 final int N = whitelist.size();
318 if (Objects.equals(netConfigKey, whitelist.get(i).configKey(true))) {
332 public void readNetworks(BufferedReader in, List<WifiConfiguration> whitelist,
342 if (whitelist != null) {
343 if (!networkInWhitelist(net, whitelist)) {
345 Log.v(TAG, "Network not in whitelist, skipping: "
941 final String[] whitelist; local
    [all...]
  /frameworks/base/services/core/java/com/android/server/
DeviceIdleController.java 295 * Callback to the NetworkPolicyManagerService to tell it that the temp whitelist has changed.
300 * Current app IDs of temporarily whitelist apps for high-priority messages.
735 * Max amount of time to temporarily whitelist an app when it receives a high priority
743 * Amount of time we would like to whitelist an app that is receiving an MMS.
750 * Amount of time we would like to whitelist an app that is receiving an SMS.
757 * Amount of time we would like to whitelist an app that is handling a
    [all...]
  /frameworks/base/core/java/android/app/usage/
UsageStatsManager.java 252 * Temporarily whitelist the specified app for a short duration. This is to allow an app
256 * @param packageName The package name of the app to whitelist.
257 * @param duration Duration to whitelist the app for, in milliseconds. It is recommended that
  /libcore/luni/src/main/java/libcore/net/
UriCodec.java 43 * escaped. This set is referred to as the ``whitelist''.
58 * - If a char is in the whitelist or retained, it is valid both escaped and unescaped.
160 * escaped. Consider a decoder operating on the global whitelist dealing with a string
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
BinaryDictionaryGetter.java 199 // those do not include whitelist entries, the new code with an old version of the dictionary
200 // would lose whitelist functionality.
214 // Version 18 is the first one to include the whitelist
  /cts/hostsidetests/net/app/src/com/android/cts/net/hostside/
DataSaverModeTest.java 130 // Make sure blacklist prevails over whitelist.
  /developers/samples/android/admin/AppRestrictionSchema/
template-params.xml 71 a web browser could provide access to a whitelist of allowed domains.
  /developers/samples/android/content/webview/PermissionRequest/
template-params.xml 79 request. In other applications, you may want to implement a whitelist
  /external/autotest/client/common_lib/cros/
tpm_utils.py 18 '/var/lib/whitelist/* ')
  /external/autotest/client/site_tests/power_ARMSettings/
power_ARMSettings.py 81 # whitelist MUST autosuspend
  /external/libchrome/sandbox/linux/syscall_broker/
broker_process.h 39 // or Access() are invoked on a file which is not in the whitelist. EACCESS
  /external/webrtc/webrtc/base/
natserver.h 98 AddressSet* whitelist; member in struct:rtc::NATServer::TransEntry

Completed in 832 milliseconds

1 2 3 45 6 7 8 91011>>