Searched refs:baseAddress (Results 1 – 7 of 7) sorted by relevance
47 String baseAddress = dispatcher.getBaseAddressWithPrefix().toString(); in testScenarioDispatcher_happyPath_httpGetSuccess() local48 URL url = new URL(baseAddress + "/bidding"); in testScenarioDispatcher_happyPath_httpGetSuccess()74 String baseAddress = dispatcher.getBaseAddressWithPrefix().toString(); in testScenarioDispatcher_withVerifyCalled_success() local75 makeSimpleGetRequest(new URL(baseAddress + "/bidding")); in testScenarioDispatcher_withVerifyCalled_success()76 makeSimpleGetRequest(new URL(baseAddress + "/scoring")); in testScenarioDispatcher_withVerifyCalled_success()89 String baseAddress = dispatcher.getBaseAddressWithPrefix().toString(); in testScenarioDispatcher_withVerifyNotCalled_success() local90 makeSimpleGetRequest(new URL(baseAddress + "/bidding")); // Call something else. in testScenarioDispatcher_withVerifyNotCalled_success()103 String baseAddress = dispatcher.getBaseAddressWithPrefix().toString(); in testScenarioDispatcher_withTwoSecondDelay_success() local105 makeSimpleGetRequest(new URL(baseAddress + "/bidding")); // Call something else. in testScenarioDispatcher_withTwoSecondDelay_success()133 String baseAddress = dispatcher.getBaseAddressWithPrefix().toString(); in testScenarioDispatcher_withDuplicatePathCalls_doesNotReturnEarly() local[all …]
59 URL baseAddress = dispatcher.getBaseAddressWithPrefix(); in testSelectAds_withAdSelectionFromOutcomes_happyPath() local62 makeAdSelectionFromOutcomesConfig(baseAddress) in testSelectAds_withAdSelectionFromOutcomes_happyPath()65 doSelectAds(makeAdSelectionConfig(baseAddress)) in testSelectAds_withAdSelectionFromOutcomes_happyPath()
271 final int baseAddress = getPrefixBaseAddress(prefixRange); in chooseDownstreamAddress() local304 randomPrefixStart, (~prefixRangeMask) + 1, baseAddress, prefixRangeMask); in chooseDownstreamAddress()309 0, randomPrefixStart, baseAddress, prefixRangeMask); in chooseDownstreamAddress()322 final int baseAddress, final int prefixRangeMask) { in findAvailablePrefixFromRange() argument325 final InetAddress address = intToInet4AddressHTH(baseAddress | newSubPrefix); in findAvailablePrefixFromRange()
259 @NonNull MacAddress baseAddress, @NonNull MacAddress mask) { in setBssidPattern()260 checkNotNull(baseAddress); in setBssidPattern()262 mBssidPatternMatcher = Pair.create(baseAddress, mask); in setBssidPattern()764 MacAddress baseAddress = in.readParcelable(null);767 Pair.create(baseAddress, mask);
366 public boolean matches(@NonNull MacAddress baseAddress, @NonNull MacAddress mask) { in matches() argument367 Objects.requireNonNull(baseAddress); in matches()369 return (mAddr & mask.mAddr) == (baseAddress.mAddr & mask.mAddr); in matches()
803 MacAddress baseAddress = bssidPatternMatcher.first; in validateBssidPattern()805 if (baseAddress.getAddressType() != MacAddress.TYPE_UNICAST) { in validateBssidPattern()806 Log.e(TAG, "validateBssidPatternMatcher failed : invalid base address: " + baseAddress); in validateBssidPattern()810 && !baseAddress.equals(ALL_ZEROS_MAC_ADDRESS)) { in validateBssidPattern()812 + baseAddress); in validateBssidPattern()
META-INF/ META-INF/MANIFEST.MF org/ org/jf/ org/ ...