Searched refs:actualKey (Results 1 – 8 of 8) sorted by relevance
45 ANQPNetworkKey actualKey = ANQPNetworkKey.buildKey(SSID, BSSID, 0, ANQP_DOMAIN_ID); in buildStandardESSKey() local46 assertEquals(expectedKey, actualKey); in buildStandardESSKey()57 ANQPNetworkKey actualKey = ANQPNetworkKey.buildKey(SSID, BSSID, HESSID, ANQP_DOMAIN_ID); in buildHessidKey() local58 assertEquals(expectedKey, actualKey); in buildHessidKey()69 ANQPNetworkKey actualKey = ANQPNetworkKey.buildKey(SSID, BSSID, HESSID, 0); in buildAPKey() local70 assertEquals(expectedKey, actualKey); in buildAPKey()
177 AdSelectionEncryptionKey actualKey = in test_getLatestJoinKey_returnsJoinKey() local182 assertThat(actualKey).isNotNull(); in test_getLatestJoinKey_returnsJoinKey()183 assertThat(actualKey.keyIdentifier()) in test_getLatestJoinKey_returnsJoinKey()185 assertThat(actualKey.publicKey()) in test_getLatestJoinKey_returnsJoinKey()203 AdSelectionEncryptionKey actualKey = in test_getLatestAuctionKey_returnsAuctionKey() local208 assertThat(actualKey).isNotNull(); in test_getLatestAuctionKey_returnsAuctionKey()209 assertThat(actualKey.keyIdentifier()) in test_getLatestAuctionKey_returnsAuctionKey()211 assertThat(actualKey.publicKey()) in test_getLatestAuctionKey_returnsAuctionKey()273 AdSelectionEncryptionKey actualKey = in test_fetchAndPersistAuctionKey_fetchSuccess_returnsLatestActiveAuctionKey() local283 assertThat(actualKey).isNotNull(); in test_fetchAndPersistAuctionKey_fetchSuccess_returnsLatestActiveAuctionKey()[all …]
193 AdSelectionEncryptionKey actualKey = in test_getLatestActiveJoinKey_returnsActiveJoinKey() local196 assertThat(actualKey).isNotNull(); in test_getLatestActiveJoinKey_returnsActiveJoinKey()197 assertThat(actualKey.keyIdentifier()).isEqualTo(ENCRYPTION_KEY_JOIN.getKeyIdentifier()); in test_getLatestActiveJoinKey_returnsActiveJoinKey()198 assertThat(actualKey.publicKey()) in test_getLatestActiveJoinKey_returnsActiveJoinKey()218 AdSelectionEncryptionKey actualKey = in test_getLatestActiveAuctionKey_returnsActiveAuctionKey() local221 assertThat(actualKey).isNotNull(); in test_getLatestActiveAuctionKey_returnsActiveAuctionKey()222 assertThat(actualKey.keyIdentifier()).isEqualTo(ENCRYPTION_KEY_AUCTION.getKeyIdentifier()); in test_getLatestActiveAuctionKey_returnsActiveAuctionKey()223 assertThat(actualKey.publicKey()) in test_getLatestActiveAuctionKey_returnsActiveAuctionKey()258 AdSelectionEncryptionKey actualKey = in test_getLatestJoinKey_returnsJoinKey() local261 assertThat(actualKey).isNotNull(); in test_getLatestJoinKey_returnsJoinKey()[all …]
88 final Key actualKey = keyboard.getKey(code); in doTestMoreKeysOf() local89 final MoreKeySpec[] actualMoreKeys = actualKey.getMoreKeys(); in doTestMoreKeysOf()90 final String tag = actualKey.toString() + " moreKeys=" + Arrays.toString(actualMoreKeys); in doTestMoreKeysOf()96 assertEquals(tag + " fixedOrder", false, actualKey.isMoreKeysFixedOrder()); in doTestMoreKeysOf()97 assertEquals(tag + " fixedColumn", false, actualKey.isMoreKeysFixedColumn()); in doTestMoreKeysOf()99 assertEquals(tag + " fixedOrder", true, actualKey.isMoreKeysFixedOrder()); in doTestMoreKeysOf()100 assertEquals(tag + " fixedColumn", true, actualKey.isMoreKeysFixedColumn()); in doTestMoreKeysOf()103 expectedMoreKeys.length, actualKey.getMoreKeysColumnNumber()); in doTestMoreKeysOf()
83 final Key actualKey = keyboard.getKey(Constants.CODE_ENTER); in assertActionKey() local84 assertNotNull(tag + " enter key on " + keyboard.mId, actualKey); in assertActionKey()85 assertEquals(tag + " label " + expectedKey, expectedKey.getLabel(), actualKey.getLabel()); in assertActionKey()86 assertEquals(tag + " icon " + expectedKey, expectedKey.getIconId(), actualKey.getIconId()); in assertActionKey()
164 final Key actualKey = actualKeyboard[r][c]; in doKeyboardTests() local169 + "\nactual =" + ActualKeyboardBuilder.toString(actualKey), in doKeyboardTests()170 expectedKey.equalsTo(actualKey)); in doKeyboardTests()
712 String actualKey = groupB.getChildNotifications().get(i).getKey(); in onRank_ranksNotificationsInEachGroup() local715 assertThat(actualKey).isEqualTo(expectedGroupKey); in onRank_ranksNotificationsInEachGroup()
META-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...