HomeSort by relevance Sort by last modified time
    Searched refs:allowFilter (Results 1 - 3 of 3) sorted by null

  /external/icu4c/i18n/
tridpars.h 307 * @param allowFilter if true, a UnicodeSet pattern is allowed
312 * parse fails. If allowFilter is true, then the parsed filter
318 UBool allowFilter);
tridpars.cpp 693 * parse fails. If allowFilter is TRUE, then the parsed filter
700 UBool allowFilter) {
720 if (allowFilter && filter.length() == 0 &&
  /frameworks/base/services/java/com/android/server/net/
NetworkPolicyManagerService.java 331 final IntentFilter allowFilter = new IntentFilter(ACTION_ALLOW_BACKGROUND);
332 mContext.registerReceiver(mAllowReceiver, allowFilter, MANAGE_NETWORK_POLICY, mHandler);
    [all...]

Completed in 68 milliseconds