/packages/apps/Settings/tests/legacy_unit/src/com/android/settings/notification/app/ |
D | ChannelListPreferenceControllerTest.java | 92 assertEquals("zeroCategories", mGroupList.getPreference(0).getKey()); in testUpdateFullList_incrementalUpdates() 103 assertEquals("group1", group1.getKey()); in testUpdateFullList_incrementalUpdates() 105 assertNull(group1.getPreference(0).getKey()); in testUpdateFullList_incrementalUpdates() 107 assertEquals("ch1a", group1.getPreference(1).getKey()); in testUpdateFullList_incrementalUpdates() 117 assertEquals("group1", group1.getKey()); in testUpdateFullList_incrementalUpdates() 119 assertNull(group1.getPreference(0).getKey()); in testUpdateFullList_incrementalUpdates() 121 assertEquals("ch1a", group1.getPreference(1).getKey()); in testUpdateFullList_incrementalUpdates() 123 assertEquals("ch1b", group1.getPreference(2).getKey()); in testUpdateFullList_incrementalUpdates() 133 assertEquals("group1", group1.getKey()); in testUpdateFullList_incrementalUpdates() 135 assertNull(group1.getPreference(0).getKey()); in testUpdateFullList_incrementalUpdates() [all …]
|
/packages/apps/Car/Notification/src/com/android/car/notification/ |
D | NotificationDataManager.java | 90 .putIfAbsent(alertEntry.getKey(), /* muteState= */ false); in addNewMessageNotification() 92 if (mUnseenNotificationMap.containsKey(alertEntry.getKey())) { in addNewMessageNotification() 93 mUnseenNotificationMap.put(alertEntry.getKey(), true); in addNewMessageNotification() 103 if (mUnseenNotificationMap.containsKey(alertEntry.getKey())) { in untrackUnseenNotification() 104 mUnseenNotificationMap.remove(alertEntry.getKey()); in untrackUnseenNotification() 120 mUnseenNotificationMap.putIfAbsent(alertEntry.getKey(), true); in updateUnseenNotification() 123 currentNotificationKeys.remove(alertEntry.getKey()); in updateUnseenNotification() 142 if (!mMessageNotificationToMuteStateMap.containsKey(alertEntry.getKey())) { in isMessageNotificationMuted() 145 return mMessageNotificationToMuteStateMap.getOrDefault(alertEntry.getKey(), false); in isMessageNotificationMuted() 156 String sbnKey = alertEntry.getKey(); in toggleMute() [all …]
|
D | CarHeadsUpNotificationManager.java | 149 alertEntry.getKey()); in maybeShowHeadsUp() 160 if (!activeNotifications.containsKey(alertEntry.getKey()) || canUpdate(alertEntry) in maybeShowHeadsUp() 174 alertEntry.getKey()); in maybeRemoveHeadsUp() 236 alertEntry.getKey()); in isUpdate() 249 alertEntry.getKey()); in canUpdate() 260 alertEntry.getKey()); in addNewHeadsUpEntry() 265 mActiveHeadsUpNotifications.put(alertEntry.getKey(), in addNewHeadsUpEntry() 425 if (rankingMap.getRanking(alertEntry.getKey(), ranking)) { in playSound() 472 alertEntry.getKey()); in animateOutHun() 490 mActiveHeadsUpNotifications.remove(alertEntry.getKey()); in animateOutHun() [all …]
|
D | CarNotificationListener.java | 139 AlertEntry alertEntry = mActiveNotifications.get(sbn.getKey()); in onNotificationRemoved() 142 mActiveNotifications.remove(alertEntry.getKey()); in onNotificationRemoved() 156 if (!mRankingMap.getRanking(alertEntry.getKey(), mTemporaryRanking)) { in onNotificationRankingUpdate() 161 String newOverrideGroupKey = getOverrideGroupKey(alertEntry.getKey()); in onNotificationRankingUpdate() 189 .collect(Collectors.toMap(Map.Entry::getKey, Map.Entry::getValue)); in getNotifications() 200 Collectors.toMap(StatusBarNotification::getKey, sbn -> new AlertEntry(sbn))); in onListenerConnected() 250 mActiveNotifications.put(alertEntry.getKey(), alertEntry); in postNewNotification() 273 mRankingMap.getRanking(alertEntry.getKey(), ranking); in shouldTrackUnseen()
|
D | PreprocessingManager.java | 154 mOldNotifications.remove(alertEntry.getKey()); in updateNotifications() 161 boolean isUpdate = mOldNotifications.containsKey(notification.getKey()); in updateNotifications() 164 mOldNotifications.put(notification.getKey(), notification); in updateNotifications() 169 mOldNotifications.put(notification.getKey(), notification); in updateNotifications() 235 if (rankingMap.getRanking(alertEntry.getKey(), ranking)) { in isLessImportantForegroundNotification() 458 newRankingMap.getRanking(group.getNotificationForSorting().getKey(), newRanking); in insertRankedNotification() 463 i).getNotificationForSorting().getKey(), ranking); in insertRankedNotification() 539 mRankingMap.getRanking(left.getKey(), leftRanking); in compare() 543 mRankingMap.getRanking(right.getKey(), rightRanking); in compare() 563 mRankingMap.getRanking(left.getNotificationForSorting().getKey(), leftRanking); in compare() [all …]
|
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/ |
D | NetworkListStoreDataTest.java | 478 openNetwork.getKey().replaceAll("\"", """), in getTestNetworksXmlBytes() 483 eapNetwork.getKey().replaceAll("\"", """), in getTestNetworksXmlBytes() 490 saeNetwork.getKey().replaceAll("\"", """), in getTestNetworksXmlBytes() 626 openNetwork.getKey().replaceAll("\"", """), in parseNetworkWithUnknownTag() 635 assertEquals(openNetwork.getKey(), deserializedConfig.getKey()); in parseNetworkWithUnknownTag() 693 openNetwork.getKey().replaceAll("\"", """), in parseNetworkWithInvalidCreatorUidResetsToSystem() 700 assertEquals(openNetwork.getKey(), deserializedNetworks.get(0).getKey()); in parseNetworkWithInvalidCreatorUidResetsToSystem() 721 openNetwork.getKey().replaceAll("\"", """), in parseNetworkWithInvalidCreatorNameResetsToPackageNameForCreatorUid() 728 assertEquals(openNetwork.getKey(), deserializedNetworks.get(0).getKey()); in parseNetworkWithInvalidCreatorNameResetsToPackageNameForCreatorUid() 748 openNetwork.getKey().replaceAll("\"", """), in parseNetworkWithNullCreatorNameResetsToPackageNameForCreatorUid() [all …]
|
/packages/modules/Connectivity/tests/cts/net/src/android/net/cts/ |
D | IpSecManagerTest.java | 111 private static final byte[] AEAD_KEY = getKey(288); 660 IpSecAlgorithm auth = new IpSecAlgorithm(IpSecAlgorithm.AUTH_HMAC_MD5, getKey(128), 96); in testIkeOverUdpEncapSocket() 737 "Fail to support " + entry.getKey(), in testGetSupportedAlgorithms() 738 supportedAlgos.contains(entry.getKey())); in testGetSupportedAlgorithms() 746 IpSecAlgorithm auth = new IpSecAlgorithm(IpSecAlgorithm.AUTH_HMAC_MD5, getKey(128), 96); in testInterfaceCountersUdp4() 753 IpSecAlgorithm auth = new IpSecAlgorithm(IpSecAlgorithm.AUTH_HMAC_MD5, getKey(128), 96); in testInterfaceCountersUdp6() 760 IpSecAlgorithm auth = new IpSecAlgorithm(IpSecAlgorithm.AUTH_HMAC_MD5, getKey(128), 96); in testInterfaceCountersUdp4UdpEncap() 767 IpSecAlgorithm auth = new IpSecAlgorithm(IpSecAlgorithm.AUTH_HMAC_MD5, getKey(128), 96); in testAesCbcHmacMd5Tcp4() 775 IpSecAlgorithm auth = new IpSecAlgorithm(IpSecAlgorithm.AUTH_HMAC_MD5, getKey(128), 96); in testAesCbcHmacMd5Tcp6() 783 IpSecAlgorithm auth = new IpSecAlgorithm(IpSecAlgorithm.AUTH_HMAC_MD5, getKey(128), 96); in testAesCbcHmacMd5Udp4() [all …]
|
/packages/apps/Dialer/java/com/android/dialer/common/ |
D | PerAccountSharedPreferences.java | 65 editor.putBoolean(getKey(key), value); in putBoolean() 70 editor.putFloat(getKey(key), value); in putFloat() 75 editor.putInt(getKey(key), value); in putInt() 80 editor.putLong(getKey(key), value); in putLong() 85 editor.putString(getKey(key), value); in putString() 90 editor.putStringSet(getKey(key), value); in putStringSet() 129 return preferences.contains(getKey(key)); in contains() 136 Object object = preferences.getAll().get(getKey(key)); in getValue() 143 private String getKey(String key) { in getKey() method in PerAccountSharedPreferences
|
/packages/services/Telephony/src/com/android/phone/vvm/ |
D | VisualVoicemailPreferences.java | 59 mEditor.putBoolean(getKey(key), value); in putBoolean() 65 mEditor.putFloat(getKey(key), value); in putFloat() 70 mEditor.putInt(getKey(key), value); in putInt() 76 mEditor.putLong(getKey(key), value); in putLong() 81 mEditor.putString(getKey(key), value); in putString() 87 mEditor.putStringSet(getKey(key), value); in putStringSet() 129 return mPreferences.contains(getKey(key)); in contains() 136 Object object = mPreferences.getAll().get(getKey(key)); in getValue() 143 private String getKey(String key) { in getKey() method in VisualVoicemailPreferences
|
/packages/apps/Nfc/src/com/android/nfc/cardemulation/ |
D | RegisteredAidCache.java | 185 boolean isPrefix = isPrefix(entry.getKey()); in resolveAid() 186 boolean isSubset = isSubset(entry.getKey()); in resolveAid() 187 String entryAid = (isPrefix || isSubset) ? entry.getKey().substring(0, in resolveAid() 188 entry.getKey().length() - 1):entry.getKey(); // Cut off '*' if prefix in resolveAid() 191 if (DBG) Log.d(TAG, "resolveAid: AID " + entry.getKey() + " matches."); in resolveAid() 550 if (!entry.getKey().equalsIgnoreCase(prefixAid)) { in findConflictsForPrefixLocked() 552 Log.d(TAG, "AID " + entry.getKey() + " conflicts with prefix; " + in findConflictsForPrefixLocked() 555 prefixConflicts.aids.add(entry.getKey()); in findConflictsForPrefixLocked() 573 String aid = entry.getKey(); in findConflictsForSubsetAidLocked() 578 subsetConflicts.conflictMap.put(entry.getKey(),entry.getValue()); in findConflictsForSubsetAidLocked() [all …]
|
/packages/apps/Settings/tests/robotests/src/com/android/settings/fuelgauge/ |
D | ConvertUtilsTest.java | 179 entryMap.put(entry.getKey(), entry); in testGetIndexedUsageMap_returnsExpectedResult() 180 entryMap.put(fakeEntry.getKey(), fakeEntry); in testGetIndexedUsageMap_returnsExpectedResult() 184 entryMap.put(fakeEntry.getKey(), fakeEntry); in testGetIndexedUsageMap_returnsExpectedResult() 190 entryMap.put(entry.getKey(), entry); in testGetIndexedUsageMap_returnsExpectedResult() 191 entryMap.put(fakeEntry.getKey(), fakeEntry); in testGetIndexedUsageMap_returnsExpectedResult() 197 entryMap.put(entry.getKey(), entry); in testGetIndexedUsageMap_returnsExpectedResult() 200 entryMap.put(entry.getKey(), entry); in testGetIndexedUsageMap_returnsExpectedResult() 201 entryMap.put(fakeEntry.getKey(), fakeEntry); in testGetIndexedUsageMap_returnsExpectedResult() 207 entryMap.put(entry.getKey(), entry); in testGetIndexedUsageMap_returnsExpectedResult() 210 entryMap.put(entry.getKey(), entry); in testGetIndexedUsageMap_returnsExpectedResult() [all …]
|
/packages/apps/Car/Notification/tests/unit/src/com/android/car/notification/ |
D | PreprocessingManagerTest.java | 169 when(mStatusBarNotification1.getKey()).thenReturn("KEY_LESS_IMPORTANT_BACKGROUND"); in setup() 170 when(mStatusBarNotification2.getKey()).thenReturn("KEY_LESS_IMPORTANT_FOREGROUND"); in setup() 171 when(mStatusBarNotification3.getKey()).thenReturn("KEY_MEDIA"); in setup() 172 when(mStatusBarNotification4.getKey()).thenReturn("KEY_NAVIGATION"); in setup() 173 when(mStatusBarNotification5.getKey()).thenReturn("KEY_IMPORTANT_BACKGROUND"); in setup() 174 when(mStatusBarNotification6.getKey()).thenReturn("KEY_IMPORTANT_FOREGROUND"); in setup() 175 when(mSummaryStatusBarNotification.getKey()).thenReturn("KEY_SUMMARY"); in setup() 542 String actualKey = groupB.getChildNotifications().get(i).getKey(); in onRank_ranksNotificationsInEachGroup() 554 when(mAdditionalStatusBarNotification.getKey()).thenReturn("ADDITIONAL"); in onAdditionalGroupAndRank_returnsTheSameGroupsAsStandardGroup() 592 when(newSBN.getKey()).thenReturn(key); in onAdditionalGroupAndRank_maintainsPreviousRanking() [all …]
|
D | CarHeadsUpNotificationManagerTest.java | 231 mAlertEntryNavigationHeadsUp.getKey())); in maybeShowHeadsUp_isNotImportant_returnsNull() 250 mAlertEntryNavigationHeadsUp.getKey())); in maybeShowHeadsUp_isImportanceHigh_returnsNotNull() 314 mAlertEntryCarInformationHeadsUp.getKey())); in maybeShowHeadsUp_categoryCarInformation_returnsNull() 331 mAlertEntryMessageHeadsUp.getKey())); in maybeShowHeadsUp_categoryMessage_returnsNotNull() 346 mManager.getActiveHeadsUpNotifications().get(mAlertEntryCallHeadsUp.getKey())); in maybeShowHeadsUp_categoryCall_returnsNotNull() 362 mAlertEntryNavigationHeadsUp.getKey())); in maybeShowHeadsUp_categoryNavigation_returnsNotNull() 377 mManager.getActiveHeadsUpNotifications().get(mAlertEntryInboxHeadsUp.getKey())); in maybeShowHeadsUp_inboxHeadsUp_returnsNotNull() 393 mAlertEntryCarInformationHeadsUp.getKey())); in maybeShowHeadsUp_isSignedWithPlatformKey_returnsNotNull() 409 mAlertEntryCarInformationHeadsUp.getKey())); in maybeShowHeadsUp_isSystemApp_returnsNotNull() 425 mManager.getActiveHeadsUpNotifications().get(mAlertEntryInboxHeadsUp.getKey())); in maybeShowHeadsUp_nonMutedNotification_headsUpShown() [all …]
|
/packages/apps/Messaging/src/com/android/messaging/ui/appsettings/ |
D | ApnPreference.java | 71 boolean isChecked = getKey().equals(mSelectedKey); in getView() 74 mSelectedKey = getKey(); in getView() 95 return getKey().equals(mSelectedKey); in isChecked() 99 mSelectedKey = getKey(); in setChecked() 107 Log.i(TAG, "ID: " + getKey() + " :" + isChecked); in onCheckedChanged() 117 mSelectedKey = getKey(); in onCheckedChanged() 131 UIIntents.get().getApnEditorIntent(context, getKey(), mSubId)); in onClick()
|
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/service/data/ |
D | PreferenceParcelableManager.java | 37 prefParcelables.put(getKey(preferenceParcelable.getKey()), preferenceParcelable); in addPrefParcelable() 45 String compoundKey = getKey(key); in getOrCreatePrefParcelable() 53 return prefParcelables.get(getKey(key)).immutableCopy(); in prefParcelableCopy() 57 PreferenceParcelable preferenceParcelable = prefParcelables.get(getKey(new String[]{key})); in prefParcelableCopy() 73 private static String getKey(String[] key) { in getKey() method in PreferenceParcelableManager
|
/packages/apps/Settings/tests/unit/src/com/android/settings/display/ |
D | ColorModePreferenceFragmentTest.java | 82 assertThat(candidates.get(0).getKey()) in getCandidates_all() 84 assertThat(candidates.get(1).getKey()) in getCandidates_all() 86 assertThat(candidates.get(2).getKey()) in getCandidates_all() 88 assertThat(candidates.get(3).getKey()) in getCandidates_all() 122 assertThat(candidates.get(0).getKey()) in getCandidates_withAutomatic() 124 assertThat(candidates.get(1).getKey()) in getCandidates_withAutomatic() 144 assertThat(candidates.get(0).getKey()) in getCandidates_withoutAutomatic() 146 assertThat(candidates.get(1).getKey()) in getCandidates_withoutAutomatic() 148 assertThat(candidates.get(2).getKey()) in getCandidates_withoutAutomatic()
|
/packages/apps/Settings/src/com/android/settings/network/apn/ |
D | ApnPreference.java | 87 final boolean isChecked = getKey().equals(sSelectedKey); in onBindViewHolder() 90 sSelectedKey = getKey(); in onBindViewHolder() 107 return getKey().equals(sSelectedKey); in isChecked() 114 sSelectedKey = getKey(); in setChecked() 121 Log.i(TAG, "ID: " + getKey() + " :" + isChecked); in onCheckedChanged() 131 sSelectedKey = getKey(); in onCheckedChanged() 143 final int pos = Integer.parseInt(getKey()); in onClick()
|
/packages/modules/ExtServices/java/src/android/ext/services/notification/ |
D | Assistant.java | 102 if (DEBUG) Log.i(TAG, "ENQUEUED " + sbn.getKey() + " on " + channel.getId()); in onNotificationEnqueued() 113 sbn.getKey(), in onNotificationEnqueued() 144 entry.getSbn().getKey(), in createEnqueuedNotificationAdjustment() 152 if (DEBUG) Log.i(TAG, "POSTED " + sbn.getKey()); in onNotificationPosted() 158 rankingMap.getRanking(sbn.getKey(), ranking); in onNotificationPosted() 162 mLiveNotifications.put(sbn.getKey(), entry); in onNotificationPosted() 177 mLiveNotifications.remove(sbn.getKey()); in onNotificationRemoved() 180 Log.e(TAG, "Error occurred processing removal of " + sbn.getKey(), e); in onNotificationRemoved()
|
/packages/apps/Settings/src/com/android/settings/fuelgauge/ |
D | BatteryDiffEntry.java | 168 final Boolean validForRestriction = sValidForRestriction.get(getKey()); in loadLabelAndIcon() 180 sValidForRestriction.put(getKey(), Boolean.valueOf(mValidForRestriction)); in loadLabelAndIcon() 192 getKey(), in loadLabelAndIcon() 207 getKey(), in loadLabelAndIcon() 221 getKey(), in loadLabelAndIcon() 229 String getKey() { in getKey() method in BatteryDiffEntry 230 return mBatteryHistEntry.getKey(); in getKey() 270 return sResourceCache.get(getKey()); in getCache()
|
/packages/apps/Camera2/src/com/android/camera/settings/ |
D | CameraSettingsActivity.java | 231 intent.putExtra(PREF_SCREEN_EXTRA, preferenceScreen.getKey()); in setPreferenceScreenIntent() 259 if (key.equals(parent.getKey())) { in findByKey() 372 if (listPreference.getKey().equals(Keys.KEY_PICTURE_SIZE_BACK)) { in setEntries() 374 } else if (listPreference.getKey().equals(Keys.KEY_PICTURE_SIZE_FRONT)) { in setEntries() 376 } else if (listPreference.getKey().equals(Keys.KEY_VIDEO_QUALITY_BACK)) { in setEntries() 378 } else if (listPreference.getKey().equals(Keys.KEY_VIDEO_QUALITY_FRONT)) { in setEntries() 393 if (listPreference.getKey().equals(Keys.KEY_PICTURE_SIZE_BACK)) { in setSummary() 396 } else if (listPreference.getKey().equals(Keys.KEY_PICTURE_SIZE_FRONT)) { in setSummary() 399 } else if (listPreference.getKey().equals(Keys.KEY_VIDEO_QUALITY_BACK)) { in setSummary() 401 } else if (listPreference.getKey().equals(Keys.KEY_VIDEO_QUALITY_FRONT)) { in setSummary()
|
/packages/apps/Settings/src/com/android/settings/wifi/savedaccesspoints2/ |
D | SavedAccessPointsPreferenceController2.java | 82 mHost.showWifiPage(preference.getKey(), preference.getTitle()); in onPreferenceClick() 96 final String key = mPreferenceGroup.getPreference(i).getKey(); in updatePreference() 98 TextUtils.equals(key, wifiEntry.getKey())).count() == 0) { in updatePreference() 109 if (mPreferenceGroup.findPreference(wifiEntry.getKey()) == null) { in updatePreference() 111 preference.setKey(wifiEntry.getKey()); in updatePreference()
|
/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/permission/ui/handheld/dashboard/ |
D | PermissionUsageV2Fragment.java | 351 groupUsageNameToLabel.put(usageEntry.getKey(), in updateUI() 352 KotlinUtils.INSTANCE.getPermGroupLabel(context, usageEntry.getKey())); in updateUI() 374 .get(PERMISSION_USAGE_INITIAL_EXPANDED_CHILDREN_COUNT - 1).getKey(); in getAdvancedInfoSummaryString() 379 .get(PERMISSION_USAGE_INITIAL_EXPANDED_CHILDREN_COUNT - 1).getKey(); in getAdvancedInfoSummaryString() 381 .get(PERMISSION_USAGE_INITIAL_EXPANDED_CHILDREN_COUNT).getKey(); in getAdvancedInfoSummaryString() 433 "Unexpected access time of 0 for " + appUsage.getApp().getKey() + " " in extractPermissionUsage() 475 new PermissionUsageV2ControlPreference(context, currentEntry.getKey(), in addUIContent() 520 .getOrDefault(first.getKey(), DEFAULT_ORDER); in comparePermissionGroupUsage() 522 .getOrDefault(second.getKey(), DEFAULT_ORDER); in comparePermissionGroupUsage() 527 return groupUsageNameToLabelMapping.get(first.getKey()).toString() in comparePermissionGroupUsage() [all …]
|
/packages/apps/Settings/tests/robotests/src/com/android/settings/connecteddevice/usb/ |
D | UsbDetailsFunctionsControllerTest.java | 116 assertThat(pref.getKey()).isEqualTo(UsbBackend.usbFunctionsToString(iter.next())); in displayRefresh_allAllowed_shouldCreatePrefs() 140 assertThat(prefs.get(0).getKey()) in displayRefresh_onlyMidiAllowed_shouldCreateOnlyMidiPref() 152 assertThat(prefs.get(0).getKey()) in displayRefresh_mtpEnabled_shouldCheckSwitches() 165 assertThat(prefs.get(0).getKey()) in displayRefresh_accessoryEnabled_shouldCheckSwitches() 178 assertThat(prefs.get(1).getKey()) in displayRefresh_ncmEnabled_checksSwitches() 193 assertThat(prefs.get(0).getKey()) in onClickMtp_noneEnabled_shouldEnableMtp() 211 assertThat(prefs.get(0).getKey()) in onClickMtp_ptpEnabled_shouldEnableMtp() 217 assertThat(prefs.get(3).getKey()) in onClickMtp_ptpEnabled_shouldEnableMtp() 232 assertThat(prefs.get(4).getKey()) in onClickNone_mtpEnabled_shouldDisableMtp()
|
/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/role/model/ |
D | UserDeniedManager.java | 124 .remove(getKey(packageName, false)) in clearPackageDenied() 125 .remove(getKey(packageName, true)) in clearPackageDenied() 130 private static String getKey(@NonNull String packageName, boolean always) { in getKey() method in UserDeniedManager 137 String key = getKey(packageName, always); in isDenied() 143 String key = getKey(packageName, always); in setDenied()
|
/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/eap/message/simaka/ |
D | EapAkaTypeDataTest.java | 98 assertEquals(EAP_AT_RES, (int) entry.getKey()); in testDecode() 102 assertEquals(EAP_AT_MAC, (int) entry.getKey()); in testDecode() 128 assertEquals(EAP_AT_RAND, (int) entry.getKey()); in testDecodeWithOptionalAttributes() 132 assertEquals(EAP_AT_AUTN, (int) entry.getKey()); in testDecodeWithOptionalAttributes() 136 assertEquals(EAP_AT_TRUST_IND, (int) entry.getKey()); in testDecodeWithOptionalAttributes() 140 assertEquals(EAP_AT_MAC, (int) entry.getKey()); in testDecodeWithOptionalAttributes() 144 assertEquals(EAP_AT_CHECKCODE, (int) entry.getKey()); in testDecodeWithOptionalAttributes()
|