/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/util/ |
H A D | ObjectCounterTest.java | 46 public boolean key3; field in ObjectCounterTest.TestKey 48 public TestKey(int key1, String key2, boolean key3) { in TestKey() argument 51 this.key3 = key3; in TestKey() 61 && key3 == testKey.key3 in equals() 68 return Objects.hash(key1, key2, key3); in hashCode() 77 + ", key3=" + key3 in toString() 88 public boolean key3; field in ObjectCounterTest.TestKeyProto 91 public TestKeyProto(int key1, String key2, boolean key3, int count) { in TestKeyProto() argument 94 this.key3 = key3; in TestKeyProto() 104 && key3 == that.key3 in equals() [all …]
|
/aosp12/frameworks/base/keystore/tests/src/android/security/keystore2/ |
H A D | AndroidKeyStoreSpiTest.java | 137 AndroidKeyStorePublicKey key3 = makePrivateKeyObject("myCert1", "myChain3"); in testKeystorePublicKeysAdhereToContractBetweenEqualsAndHashCode() local 146 assertThat("Identity should yield true", key3.equals(key3)); in testKeystorePublicKeysAdhereToContractBetweenEqualsAndHashCode() 148 key3.hashCode(), key3.hashCode()); in testKeystorePublicKeysAdhereToContractBetweenEqualsAndHashCode() 152 assertThat("Different keys should differ", !key1.equals(key3)); in testKeystorePublicKeysAdhereToContractBetweenEqualsAndHashCode() 154 key1.hashCode(), key3.hashCode()); in testKeystorePublicKeysAdhereToContractBetweenEqualsAndHashCode() 155 assertThat("Different keys should differ", !key2.equals(key3)); in testKeystorePublicKeysAdhereToContractBetweenEqualsAndHashCode() 157 key2.hashCode(), key3.hashCode()); in testKeystorePublicKeysAdhereToContractBetweenEqualsAndHashCode() 166 assertThat("anything.equal(null) should yield false", !key3.equals(null)); in testKeystorePublicKeysAdhereToContractBetweenEqualsAndHashCode()
|
/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/ |
H A D | ScanResultMatchInfoTest.java | 172 ScanResultMatchInfo key3 = ScanResultMatchInfo.fromWifiConfiguration(wifiConfiguration); in testEqualityRulesForTransitionMode() local 183 assertTrue(key2.equals(key3)); in testEqualityRulesForTransitionMode() 184 assertTrue(key1.equals(key3)); in testEqualityRulesForTransitionMode() 205 ScanResultMatchInfo key3 = ScanResultMatchInfo.fromWifiConfiguration(wifiConfiguration); in testEqualityRulesForPsk() local 216 assertTrue(key2.equals(key3)); in testEqualityRulesForPsk() 217 assertTrue(key1.equals(key3)); in testEqualityRulesForPsk() 239 ScanResultMatchInfo key3 = ScanResultMatchInfo.fromWifiConfiguration(wifiConfiguration); in testEqualityRulesForSae() local 250 assertTrue(key2.equals(key3)); in testEqualityRulesForSae() 251 assertTrue(key1.equals(key3)); in testEqualityRulesForSae() 278 assertEquals(key1.hashCode(), key3.hashCode()); in testHashForTransitionMode() [all …]
|
/aosp12/packages/modules/Connectivity/tests/unit/java/android/net/nsd/ |
H A D | NsdManagerTest.java | 232 int key3 = verifyRequest(NsdManager.REGISTER_SERVICE); in doTestRegisterService() local 234 sendResponse(NsdManager.REGISTER_SERVICE_SUCCEEDED, 0, key3, request1); in doTestRegisterService() 240 assertEquals(key3, key3again); in doTestRegisterService() 321 int key3 = verifyRequest(NsdManager.DISCOVER_SERVICES); in doTestDiscoverService() local 323 sendResponse(NsdManager.DISCOVER_SERVICES_STARTED, 0, key3, reply1); in doTestDiscoverService() 329 assertEquals(key3, key3again); in doTestDiscoverService() 336 sendResponse(NsdManager.SERVICE_FOUND, 0, key3, reply1); in doTestDiscoverService()
|
/aosp12/frameworks/base/packages/BackupEncryption/test/robolectric/src/com/android/server/backup/encryption/storage/ |
H A D | TertiaryKeysTableTest.java | 136 TertiaryKey key3 = generateTertiaryKey(SECONDARY_ALIAS, package3); in getAllKeys_withMatchingKeys_returnsAllKeysWrappedWithSecondary() local 137 mTertiaryKeysTable.addKey(key3); in getAllKeys_withMatchingKeys_returnsAllKeysWrappedWithSecondary() 147 assertTertiaryKeysEqual(keysByPackageName.get(package3), key3); in getAllKeys_withMatchingKeys_returnsAllKeysWrappedWithSecondary() local
|
/aosp12/frameworks/base/packages/BackupEncryption/test/robolectric/src/com/android/server/backup/encryption/keys/ |
H A D | TertiaryKeyStoreTest.java | 174 SecretKey key3 = generateAesKey(); in getAll_returnsAllKeysSaved() local 177 mTertiaryKeyStore.save(package3, key3); in getAll_returnsAllKeysSaved() 181 assertThat(keys).containsExactly(package1, key1, package2, key2, package3, key3); in getAll_returnsAllKeysSaved()
|
/aosp12/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/crypto/ |
H A D | AesXCbcImpl.java | 73 byte[] key3 = encryptAesBlock(keyBytes, HexDump.hexStringToByteArray(KEY3_SEED_HEX_STRING)); in mac() 102 message = xorByteArrays(message, key3); in mac()
|
/aosp12/packages/apps/Car/Settings/src/com/android/car/settings/security/ |
H A D | PinPadView.java | 49 static final int[] PIN_PAD_DIGIT_KEYS = {R.id.key0, R.id.key1, R.id.key2, R.id.key3,
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/keyguard/ |
H A D | KeyguardPinBasedInputView.java | 154 mButtons[3] = findViewById(R.id.key3); in onFinishInflate()
|
H A D | KeyguardPINView.java | 145 findViewById(R.id.key3) in onFinishInflate()
|
/aosp12/packages/apps/Messaging/build/gcheckstyle/ |
H A D | google-style-checker_deploy.jar | META-INF/
META-INF/MANIFEST.MF
build-data.properties
com/
com ... |