Searched refs:setKey (Results 1 – 25 of 520) sorted by relevance
12345678910>>...21
META-INF/ META-INF/MANIFEST.MF META-INF/maven/ META- ...
125 .setKey(BigInteger.valueOf(1024L)) in testGenerateAttributionReport_twoContributions_filterSetMatches()133 .setKey(BigInteger.valueOf(2688L)) in testGenerateAttributionReport_twoContributions_filterSetMatches()162 .setKey(BigInteger.valueOf(1369L)) in testGenerateAttributionReport_twoContributions_filterSetMatches()168 .setKey(BigInteger.valueOf(2693L)) in testGenerateAttributionReport_twoContributions_filterSetMatches()220 .setKey(BigInteger.valueOf(1024L)) in testGenerateAttributionReport_filterSetMatches_withPayloadPadding()228 .setKey(BigInteger.valueOf(2688L)) in testGenerateAttributionReport_filterSetMatches_withPayloadPadding()257 .setKey(BigInteger.valueOf(1369L)) in testGenerateAttributionReport_filterSetMatches_withPayloadPadding()261 .setKey(BigInteger.valueOf(2693L)) in testGenerateAttributionReport_filterSetMatches_withPayloadPadding()313 .setKey(BigInteger.valueOf(1024L)) in testGenerateAttributionReport_insideLookbackWindow_filterSetMatches()321 .setKey(BigInteger.valueOf(2688L)) in testGenerateAttributionReport_insideLookbackWindow_filterSetMatches()[all …]
37 .setKey(BigInteger.valueOf(100L)) in createExample()72 .setKey(BigInteger.valueOf(100L)) in testHashCode_notEquals()87 .setKey(new BigInteger(largeIntegerStr)) in storesBucketAsStringInJson()111 new AggregateHistogramContribution.Builder().setKey(key).setValue(value).build(); in fromJsonObject_createsAggregateHistogramContribution()
278 .setKey(new BigInteger("1")) in testEncodeWithCbor_successfully()283 .setKey(new BigInteger("3")) in testEncodeWithCbor_successfully()318 .setKey(new BigInteger("1")) in testEncodeWithCbor_differentSizesShouldMatchUpperBound()323 .setKey(new BigInteger("1329227995784915872903807060280344576")) in testEncodeWithCbor_differentSizesShouldMatchUpperBound()359 .setKey(new BigInteger(bucketUpperBound)) in testEncodeWithCbor_valuesAtUpperBoundLimit()391 .setKey(new BigInteger(withoutSignedBit)) in testEncodeWithCbor_withAndWithoutSignedBits_ignoreSignedBits()396 .setKey(new BigInteger(withSignedBit)) in testEncodeWithCbor_withAndWithoutSignedBits_ignoreSignedBits()401 .setKey(new BigInteger(withEmptyBucket)) in testEncodeWithCbor_withAndWithoutSignedBits_ignoreSignedBits()
66 .setKey(ACTIVE_ISSUE_KEY) in equalsHashCodeToString_usingEqualsHashCodeToStringTester()73 .setKey("other") in equalsHashCodeToString_usingEqualsHashCodeToStringTester()81 .setKey(DISMISSED_ISSUE_KEY) in equalsHashCodeToString_usingEqualsHashCodeToStringTester()89 .setKey(DISMISSED_ISSUE_KEY) in equalsHashCodeToString_usingEqualsHashCodeToStringTester()97 .setKey(DISMISSED_ISSUE_KEY) in equalsHashCodeToString_usingEqualsHashCodeToStringTester()113 .setKey(ACTIVE_ISSUE_KEY)119 .setKey(DISMISSED_ISSUE_KEY)
65 .setKey("key0")71 .setKey("key1")77 .setKey("key2")85 .setKey("key3")93 .setKey("key4")102 .setKey("key5")
60 .setKey("key1")64 .setKey("key2")70 .setKey("key3")76 .setKey("key4")83 .setKey("key5")
46 .setKey(KEY) in testBuilder_buildsMatchingObject()91 .setKey(KEY) in testBuilder_noTitle_throwsIllegalStateException()104 .setKey(KEY) in testBuilder_noFragment_throwsIllegalStateException()117 .setKey(KEY) in testBuilder_noPrefController_throwsIllegalStateException()130 .setKey(KEY) in testBuilder_noSubtitle_buildsMatchingObject()153 .setKey(KEY) in testBuilder_noScreenTitle_buildsMatchingObject()176 .setKey(KEY) in testBuilder_noIcon_buildsMatchingObject()199 .setKey(KEY) in testBuilder_noUri_buildsMatchingObject()223 .setKey(KEY) in testEquality_identicalObjects()242 .setKey(KEY) in testEquality_matchingKey_EqualObjects()[all …]
60 .setKey(DBProtectedSignalFixture.KEY) in testBuildSignal()79 .setKey(DBProtectedSignalFixture.KEY) in testEqual()88 .setKey(DBProtectedSignalFixture.KEY) in testEqual()102 .setKey(DBProtectedSignalFixture.KEY) in testNotEqual()111 .setKey(DBProtectedSignalFixture.KEY) in testNotEqual()125 .setKey(DBProtectedSignalFixture.KEY) in testHashCode()134 .setKey(DBProtectedSignalFixture.KEY) in testHashCode()
76 mPreferenceCategory.setKey(KEY_CATEGORY_TERMS_OF_ADDRESS); in setUp()78 mNotSpecifiedPreference.setKey(KEY_NOT_SPECIFIED); in setUp()80 mFemininePreference.setKey(KEY_FEMININE); in setUp()82 mMasculinePreference.setKey(KEY_MASCULINE); in setUp()84 mNeutralPreference.setKey(KEY_NEUTRAL); in setUp()
247 versionPreference.setKey(KEY_VERSION); in updatePrefs()259 openPreference.setKey(KEY_OPEN); in updatePrefs()283 mForceStopPreference.setKey(KEY_FORCE_STOP); in updatePrefs()292 mUninstallPreference.setKey(KEY_UNINSTALL); in updatePrefs()301 mEnableDisablePreference.setKey(KEY_ENABLE_DISABLE); in updatePrefs()313 mAppStoragePreference.setKey(KEY_APP_STORAGE); in updatePrefs()323 mClearDataPreference.setKey(KEY_CLEAR_DATA); in updatePrefs()333 mClearCachePreference.setKey(KEY_CLEAR_CACHE); in updatePrefs()342 mClearDefaultsPreference.setKey(KEY_CLEAR_DEFAULTS); in updatePrefs()351 mNotificationsPreference.setKey(KEY_NOTIFICATIONS); in updatePrefs()[all …]
101 dataList.add(new VendorData.Builder().setKey("key").setData(new byte[10]).build()); in addTestData()102 dataList.add(new VendorData.Builder().setKey("key2").setData(new byte[10]).build()); in addTestData()103 dataList.add(new VendorData.Builder().setKey("large").setData(new byte[111111]).build()); in addTestData()104 dataList.add(new VendorData.Builder().setKey("large2").setData(new byte[111111]).build()); in addTestData()105 dataList.add(new VendorData.Builder().setKey("xlarge").setData(new byte[5555555]).build()); in addTestData()118 .setKey("key") in addTestData()
97 Arrays.asList(DBProtectedSignal.builder().setKey(KEY_1).setValue(VALUE_1)); in testAppendSingle()120 DBProtectedSignal.builder().setKey(KEY_1).setValue(VALUE_1), in testAppendMultipleValues()121 DBProtectedSignal.builder().setKey(KEY_1).setValue(VALUE_2)); in testAppendMultipleValues()152 DBProtectedSignal.builder().setKey(KEY_1).setValue(VALUE_1), in testAppendMultipleKeys()153 DBProtectedSignal.builder().setKey(KEY_1).setValue(VALUE_2), in testAppendMultipleKeys()154 DBProtectedSignal.builder().setKey(KEY_2).setValue(VALUE_2)); in testAppendMultipleKeys()181 Arrays.asList(DBProtectedSignal.builder().setKey(KEY_1).setValue(VALUE_1)); in testOverwriteExisting()212 Arrays.asList(DBProtectedSignal.builder().setKey(KEY_1).setValue(VALUE_1)); in testOverwriteMultipleExisting()239 Arrays.asList(DBProtectedSignal.builder().setKey(KEY_1).setValue(VALUE_1)); in testAddToExisting()
85 Arrays.asList(DBProtectedSignal.builder().setKey(KEY_1).setValue(VALUE_1)); in testPutSingle()101 DBProtectedSignal.builder().setKey(KEY_1).setValue(VALUE_1), in testPutMultipleKeys()102 DBProtectedSignal.builder().setKey(KEY_2).setValue(VALUE_2)); in testPutMultipleKeys()121 Arrays.asList(DBProtectedSignal.builder().setKey(KEY_1).setValue(VALUE_1)); in testOverwriteExisting()144 Arrays.asList(DBProtectedSignal.builder().setKey(KEY_1).setValue(VALUE_1)); in testOverwriteMultipleExisting()
247 .setKey(DATA_TYPE_CONNECTION_STATUS_KEY) in testOnNearbyDeviceDiscoveredWithDataElements_TIME()252 .setKey(DATA_TYPE_BATTERY_KEY) in testOnNearbyDeviceDiscoveredWithDataElements_TIME()257 .setKey(DATA_TYPE_FP_ACCOUNT_KEY) in testOnNearbyDeviceDiscoveredWithDataElements_TIME()262 .setKey(DATA_TYPE_TEST_DE_BEGIN_KEY) in testOnNearbyDeviceDiscoveredWithDataElements_TIME()267 .setKey(DATA_TYPE_TEST_DE_END_KEY) in testOnNearbyDeviceDiscoveredWithDataElements_TIME()356 .setKey(DATA_TYPE_CONNECTION_STATUS_KEY) in testOnNearbyDeviceDiscoveredWithTestDataElements()361 .setKey(DATA_TYPE_BATTERY_KEY) in testOnNearbyDeviceDiscoveredWithTestDataElements()366 .setKey(DATA_TYPE_FP_ACCOUNT_KEY) in testOnNearbyDeviceDiscoveredWithTestDataElements()371 .setKey(DATA_TYPE_TEST_DE_BEGIN_KEY) in testOnNearbyDeviceDiscoveredWithTestDataElements()376 .setKey(DATA_TYPE_TEST_DE_END_KEY) in testOnNearbyDeviceDiscoveredWithTestDataElements()
134 mRadioButtonPref.setKey(KEY_PREF_DEFAULT);137 mRadioButtonPref.setKey(KEY_PREF_3_2);148 mRadioButtonPref.setKey(KEY_PREF_DEFAULT);151 mRadioButtonPref.setKey(KEY_PREF_3_2);163 mRadioButtonPref.setKey(KEY_PREF_DEFAULT);166 mRadioButtonPref.setKey(KEY_PREF_3_2);211 mRadioButtonPref.setKey(KEY_PREF_DEFAULT);
287 .setKey(KEY_TOGGLE_ACTIVE_AUDIO_OUTPUT) in createBluetoothDeviceSlice()305 .setKey(isConnected ? KEY_DISCONNECT : KEY_CONNECT) in createBluetoothDeviceSlice()342 .setKey(KEY_RENAME) in createBluetoothDeviceSlice()373 .setKey(KEY_FORGET) in createBluetoothDeviceSlice()403 .setKey(KEY_BLUETOOTH_DEVICE_INFO) in createBluetoothDeviceSlice()436 .setKey(KEY_BLUETOOTH_TOGGLE) in updateBluetoothToggle()473 .setKey(KEY_PAIR_REMOTE) in updatePairingButton()523 .setKey(KEY_ACCESSORIES)); in updateConnectedDevices()540 .setKey(KEY_OFFICIAL_REMOTES_CATEGORY) in updateOfficialRemoteSettings()545 .setKey(KEY_IR) in updateOfficialRemoteSettings()[all …]
83 LocalData localData = new LocalData.Builder().setKey("key").setData(data).build(); in basicDaoOperations()86 LocalData localData2 = new LocalData.Builder().setKey("large").setData( in basicDaoOperations()106 LocalData localData = new LocalData.Builder().setKey("key").setData(data).build(); in testReadAllLocalDataKeys()108 localData = new LocalData.Builder().setKey("key2").setData(data).build(); in testReadAllLocalDataKeys()120 LocalData localData = new LocalData.Builder().setKey("key").setData(data).build(); in testInsertUncreatedTable()
98 dataList.add(new VendorData.Builder().setKey("key3").setData(new byte[10]).build()); in testBatchInsert()99 dataList.add(new VendorData.Builder().setKey("key4").setData(new byte[10]).build()); in testBatchInsert()246 dataList.add(new VendorData.Builder().setKey("key").setData(new byte[10]).build()); in addTestData()247 dataList.add(new VendorData.Builder().setKey("key2").setData(new byte[10]).build()); in addTestData()248 dataList.add(new VendorData.Builder().setKey("large").setData(new byte[111111]).build()); in addTestData()249 dataList.add(new VendorData.Builder().setKey("large2").setData(new byte[111111]).build()); in addTestData()250 dataList.add(new VendorData.Builder().setKey("xlarge").setData(new byte[5555555]).build()); in addTestData()
105 mPreferenceCategory.setKey(mDetailsFunctionsController.getPreferenceKey()); in setUp()265 mRadioButtonPreference.setKey(UsbBackend.usbFunctionsToString(UsbManager.FUNCTION_RNDIS)); in onRadioButtonClicked_functionRndis_startTetheringInvoked()279 mRadioButtonPreference.setKey(UsbBackend.usbFunctionsToString(UsbManager.FUNCTION_NCM)); in onRadioButtonClicked_functionNcm_startsTethering()293 mRadioButtonPreference.setKey(UsbBackend.usbFunctionsToString(UsbManager.FUNCTION_PTP)); in onRadioButtonClicked_functionOther_setCurrentFunctionInvoked()305 mRadioButtonPreference.setKey(UsbBackend.usbFunctionsToString(UsbManager.FUNCTION_MTP)); in onRadioButtonClicked_functionMtp_inAccessoryMode_doNothing()318 mRadioButtonPreference.setKey(UsbBackend.usbFunctionsToString(UsbManager.FUNCTION_MTP)); in onRadioButtonClicked_functionMtp_inAccessoryCombinationsMode_doNothing()329 mRadioButtonPreference.setKey(UsbBackend.usbFunctionsToString(UsbManager.FUNCTION_PTP)); in onRadioButtonClicked_clickSameButton_doNothing()343 mRadioButtonPreference.setKey(UsbBackend.usbFunctionsToString(UsbManager.FUNCTION_PTP)); in onRadioButtonClicked_userAuthenticated()
167 preference.setKey(TEST_KEY); in handlePreferenceTreeClick_wallpaperOnly()183 preference.setKey(TEST_KEY); in handlePreferenceTreeClick_stylesAndWallpaper()199 preference.setKey(TEST_KEY); in handlePreferenceTreeClick_launchSourceExtra()213 preference.setKey(TEST_KEY); in handlePreferenceTreeClick_embeddingActivityDisabled_launchWithTaskFlag()228 preference.setKey(TEST_KEY); in handlePreferenceTreeClick_embeddingActivityEnabled_launchWithoutTaskFlag()
176 mPreference.setKey(StorageItemPreferenceController.PUBLIC_STORAGE_KEY); in launchPublicStorageIntent_nonNullBrowseIntent_settingsIntent()188 mPreference.setKey(StorageItemPreferenceController.IMAGES_KEY); in launchImagesIntent_resolveActionViewNull_settingsIntent()205 mPreference.setKey(StorageItemPreferenceController.AUDIO_KEY); in launchAudioIntent_resolveActionViewNull_settingsIntent()241 mPreference.setKey(StorageItemPreferenceController.APPS_KEY); in launchAppsIntent_forPersonal_settingsIntent()261 mPreference.setKey(StorageItemPreferenceController.APPS_KEY); in launchAppsIntent_forWork_settingsIntent()287 mPreference.setKey(StorageItemPreferenceController.DOCUMENTS_KEY); in launchDocumentsIntent_resolveActionViewNull_settingsIntent()304 mPreference.setKey(StorageItemPreferenceController.OTHER_KEY); in launchOtherIntent_resolveActionViewNull_settingsIntent()321 mPreference.setKey(StorageItemPreferenceController.GAMES_KEY); in launchGamesIntent_settingsIntent()339 mPreference.setKey(StorageItemPreferenceController.VIDEOS_KEY); in launchVideosIntent_resolveActionViewNull_settingsIntent()356 mPreference.setKey(StorageItemPreferenceController.SYSTEM_KEY); in testClickSystem()[all …]