/packages/apps/Dialer/java/com/android/dialer/smartdial/util/ |
D | SmartDialPrefix.java | 114 result.add(currentIndexToken.toString()); in parseToIndexTokens() 122 result.add(currentIndexToken.toString()); in parseToIndexTokens() 150 result.add(fullNameToken.toString()); in generateNamePrefixes() 161 fullNames.add(indexTokens.get(indexTokens.size() - 1)); in generateNamePrefixes() 172 result.add(initial + fullNames.get(j)); in generateNamePrefixes() 175 result.add(initial + result.get(j)); in generateNamePrefixes() 179 fullNames.add(indexTokens.get(i) + currentFullName); in generateNamePrefixes() 204 result.add(SmartDialNameMatcher.normalizeNumber(context, number)); in parseToNumberTokens() 212 result.add( in parseToNumberTokens() 218 result.add( in parseToNumberTokens() [all …]
|
/packages/services/Car/tests/CarSecurityPermissionTest/src/com/android/car/ |
D | CarPropertyManagerPublicPermissionTest.java | 71 mProps.add(VehiclePropertyIds.DOOR_POS); in initAllPropertyIds() 72 mProps.add(VehiclePropertyIds.DOOR_MOVE); in initAllPropertyIds() 73 mProps.add(VehiclePropertyIds.DOOR_LOCK); in initAllPropertyIds() 74 mProps.add(VehiclePropertyIds.MIRROR_Z_POS); in initAllPropertyIds() 75 mProps.add(VehiclePropertyIds.MIRROR_Z_MOVE); in initAllPropertyIds() 76 mProps.add(VehiclePropertyIds.MIRROR_Y_POS); in initAllPropertyIds() 77 mProps.add(VehiclePropertyIds.MIRROR_Y_MOVE); in initAllPropertyIds() 78 mProps.add(VehiclePropertyIds.MIRROR_LOCK); in initAllPropertyIds() 79 mProps.add(VehiclePropertyIds.MIRROR_FOLD); in initAllPropertyIds() 80 mProps.add(VehiclePropertyIds.SEAT_MEMORY_SELECT); in initAllPropertyIds() [all …]
|
/packages/apps/Messaging/src/android/support/v7/mms/pdu/ |
D | ContentType.java | 84 sSupportedContentTypes.add(TEXT_PLAIN); 85 sSupportedContentTypes.add(TEXT_HTML); 86 sSupportedContentTypes.add(TEXT_VCALENDAR); 87 sSupportedContentTypes.add(TEXT_VCARD); 89 sSupportedContentTypes.add(IMAGE_JPEG); 90 sSupportedContentTypes.add(IMAGE_GIF); 91 sSupportedContentTypes.add(IMAGE_WBMP); 92 sSupportedContentTypes.add(IMAGE_PNG); 93 sSupportedContentTypes.add(IMAGE_JPG); 94 sSupportedContentTypes.add(IMAGE_X_MS_BMP); [all …]
|
/packages/apps/DocumentsUI/src/com/android/documentsui/base/ |
D | MimeTypes.java | 42 sDocumentsMimeTypes.add("application/epub+zip"); 43 sDocumentsMimeTypes.add("application/msword"); 44 sDocumentsMimeTypes.add("application/pdf"); 45 sDocumentsMimeTypes.add("application/rtf"); 46 sDocumentsMimeTypes.add("application/vnd.ms-excel"); 47 sDocumentsMimeTypes.add("application/vnd.ms-excel.addin.macroenabled.12"); 48 sDocumentsMimeTypes.add("application/vnd.ms-excel.sheet.binary.macroenabled.12"); 49 sDocumentsMimeTypes.add("application/vnd.ms-excel.sheet.macroenabled.12"); 50 sDocumentsMimeTypes.add("application/vnd.ms-excel.template.macroenabled.12"); 51 sDocumentsMimeTypes.add("application/vnd.ms-powerpoint"); [all …]
|
/packages/apps/Settings/src/com/android/settings/development/ |
D | DevelopmentSettingsDashboardFragment.java | 471 controllers.add(new MemoryUsagePreferenceController(context)); in buildPreferenceControllers() 472 controllers.add(new BugReportPreferenceController(context)); in buildPreferenceControllers() 473 controllers.add(new BugReportHandlerPreferenceController(context)); in buildPreferenceControllers() 474 controllers.add(new SystemServerHeapDumpPreferenceController(context)); in buildPreferenceControllers() 475 controllers.add(new LocalBackupPasswordPreferenceController(context)); in buildPreferenceControllers() 476 controllers.add(new StayAwakePreferenceController(context, lifecycle)); in buildPreferenceControllers() 477 controllers.add(new HdcpCheckingPreferenceController(context)); in buildPreferenceControllers() 478 controllers.add(new BluetoothSnoopLogPreferenceController(context)); in buildPreferenceControllers() 479 controllers.add(new OemUnlockPreferenceController(context, activity, fragment)); in buildPreferenceControllers() 480 controllers.add(new FileEncryptionPreferenceController(context)); in buildPreferenceControllers() [all …]
|
/packages/apps/RemoteProvisioner/tests/unittests/src/com/android/remoteprovisioner/unittest/ |
D | CborUtilsTest.java | 66 .add(toEncode) in encodeDataItem() 78 mGeekChain1.add(new ByteString(new byte[] {0x01, 0x02, 0x03})) in setUp() 79 .add(new ByteString(new byte[] {0x04, 0x05, 0x06})) in setUp() 80 .add(new ByteString(new byte[] {0x07, 0x08, 0x09})); in setUp() 84 mGeekChain2.add(new ByteString(new byte[] {0x09, 0x08, 0x07})) in setUp() 85 .add(new ByteString(new byte[] {0x06, 0x05, 0x04})) in setUp() 86 .add(new ByteString(new byte[] {0x03, 0x02, 0x01})); in setUp() 103 .add(new byte[] {0x01, 0x02, 0x03}) in testParseSignedCertificatesFakeData() 105 .add(new byte[] {0x04, 0x05, 0x06}) in testParseSignedCertificatesFakeData() 106 .add(new byte[] {0x07, 0x08, 0x09}) in testParseSignedCertificatesFakeData() [all …]
|
/packages/modules/Connectivity/tests/unit/java/android/net/ |
D | NetworkUtilsTest.java | 44 set.add(new IpPrefix("0.0.0.0/0")); in testRoutedIPv4AddressCount() 47 set.add(new IpPrefix("20.18.0.0/16")); in testRoutedIPv4AddressCount() 48 set.add(new IpPrefix("20.18.0.0/24")); in testRoutedIPv4AddressCount() 49 set.add(new IpPrefix("20.18.0.0/8")); in testRoutedIPv4AddressCount() 54 set.add(new IpPrefix("20.18.0.0/24")); in testRoutedIPv4AddressCount() 55 set.add(new IpPrefix("20.18.0.0/8")); in testRoutedIPv4AddressCount() 59 set.add(new IpPrefix("10.10.10.126/25")); in testRoutedIPv4AddressCount() 64 set.add(new IpPrefix("1.2.3.4/32")); in testRoutedIPv4AddressCount() 65 set.add(new IpPrefix("1.2.3.4/32")); in testRoutedIPv4AddressCount() 66 set.add(new IpPrefix("1.2.3.4/32")); in testRoutedIPv4AddressCount() [all …]
|
/packages/modules/NetworkStack/src/android/net/util/ |
D | ConnectivityPacketSummary.java | 130 sj.add("runt:").add(asString(mPacket.remaining())); in parseEther() 136 sj.add(ByteBuffer.wrap(mHwAddr).equals(srcMac) ? "TX" : "RX"); in parseEther() 137 sj.add(getMacAddressString(srcMac)); in parseEther() 141 sj.add(">").add(getMacAddressString(dstMac)); in parseEther() 147 sj.add("arp"); in parseEther() 151 sj.add("ipv4"); in parseEther() 155 sj.add("ipv6"); in parseEther() 160 sj.add("ethtype").add(asString(etherType)); in parseEther() 167 sj.add("runt:").add(asString(mPacket.remaining())); in parseARP() 175 sj.add("unexpected header"); in parseARP() [all …]
|
/packages/providers/CalendarProvider/src/com/android/providers/calendar/enterprise/ |
D | CrossProfileCalendarHelper.java | 46 EVENTS_TABLE_ALLOWED_LIST.add(CalendarContract.Events._ID); 47 EVENTS_TABLE_ALLOWED_LIST.add(CalendarContract.Events.CALENDAR_ID); 48 EVENTS_TABLE_ALLOWED_LIST.add(CalendarContract.Events.TITLE); 49 EVENTS_TABLE_ALLOWED_LIST.add(CalendarContract.Events.EVENT_LOCATION); 50 EVENTS_TABLE_ALLOWED_LIST.add(CalendarContract.Events.EVENT_COLOR); 51 EVENTS_TABLE_ALLOWED_LIST.add(CalendarContract.Events.STATUS); 52 EVENTS_TABLE_ALLOWED_LIST.add(CalendarContract.Events.DTSTART); 53 EVENTS_TABLE_ALLOWED_LIST.add(CalendarContract.Events.DTEND); 54 EVENTS_TABLE_ALLOWED_LIST.add(CalendarContract.Events.EVENT_TIMEZONE); 55 EVENTS_TABLE_ALLOWED_LIST.add(CalendarContract.Events.EVENT_END_TIMEZONE); [all …]
|
/packages/apps/Contacts/src/com/android/contacts/model/account/ |
D | SamsungAccountType.java | 96 kind.typeList.add(buildPostalType(StructuredPostal.TYPE_WORK).setSpecificMax(1)); in addDataKindStructuredPostal() 97 kind.typeList.add(buildPostalType(StructuredPostal.TYPE_HOME).setSpecificMax(1)); in addDataKindStructuredPostal() 98 kind.typeList.add(buildPostalType(StructuredPostal.TYPE_OTHER).setSpecificMax(1)); in addDataKindStructuredPostal() 102 kind.fieldList.add(new EditField(StructuredPostal.COUNTRY, in addDataKindStructuredPostal() 104 kind.fieldList.add(new EditField(StructuredPostal.POSTCODE, in addDataKindStructuredPostal() 106 kind.fieldList.add(new EditField(StructuredPostal.REGION, in addDataKindStructuredPostal() 108 kind.fieldList.add(new EditField(StructuredPostal.CITY, in addDataKindStructuredPostal() 110 kind.fieldList.add(new EditField(StructuredPostal.STREET, in addDataKindStructuredPostal() 113 kind.fieldList.add(new EditField(StructuredPostal.STREET, in addDataKindStructuredPostal() 115 kind.fieldList.add(new EditField(StructuredPostal.CITY, in addDataKindStructuredPostal() [all …]
|
D | GoogleAccountType.java | 95 kind.typeList.add(buildPhoneType(Phone.TYPE_MOBILE)); in addDataKindPhone() 96 kind.typeList.add(buildPhoneType(Phone.TYPE_WORK)); in addDataKindPhone() 97 kind.typeList.add(buildPhoneType(Phone.TYPE_HOME)); in addDataKindPhone() 98 kind.typeList.add(buildPhoneType(Phone.TYPE_MAIN)); in addDataKindPhone() 99 kind.typeList.add(buildPhoneType(Phone.TYPE_FAX_WORK).setSecondary(true)); in addDataKindPhone() 100 kind.typeList.add(buildPhoneType(Phone.TYPE_FAX_HOME).setSecondary(true)); in addDataKindPhone() 101 kind.typeList.add(buildPhoneType(Phone.TYPE_PAGER).setSecondary(true)); in addDataKindPhone() 102 kind.typeList.add(buildPhoneType(Phone.TYPE_OTHER)); in addDataKindPhone() 103 kind.typeList.add(buildPhoneType(Phone.TYPE_CUSTOM).setSecondary(true) in addDataKindPhone() 107 kind.fieldList.add(new EditField(Phone.NUMBER, R.string.phoneLabelsGroup, FLAGS_PHONE)); in addDataKindPhone() [all …]
|
D | ExchangeAccountType.java | 92 kind.fieldList.add(new EditField(StructuredName.PREFIX, R.string.name_prefix, in addDataKindStructuredName() 94 kind.fieldList.add(new EditField(StructuredName.FAMILY_NAME, in addDataKindStructuredName() 96 kind.fieldList.add(new EditField(StructuredName.MIDDLE_NAME, in addDataKindStructuredName() 98 kind.fieldList.add(new EditField(StructuredName.GIVEN_NAME, in addDataKindStructuredName() 100 kind.fieldList.add(new EditField(StructuredName.SUFFIX, in addDataKindStructuredName() 103 kind.fieldList.add(new EditField(StructuredName.PHONETIC_FAMILY_NAME, in addDataKindStructuredName() 105 kind.fieldList.add(new EditField(StructuredName.PHONETIC_GIVEN_NAME, in addDataKindStructuredName() 121 kind.fieldList.add(new EditField(StructuredName.PHONETIC_FAMILY_NAME, in addDataKindPhoneticName() 123 kind.fieldList.add(new EditField(StructuredName.PHONETIC_GIVEN_NAME, in addDataKindPhoneticName() 136 kind.fieldList.add(new EditField(Nickname.NAME, R.string.nicknameLabelsGroup, in addDataKindNickname() [all …]
|
D | BaseAccountType.java | 160 kind.fieldList.add(new EditField(StructuredName.PREFIX, R.string.name_prefix, in addDataKindStructuredName() 162 kind.fieldList.add(new EditField(StructuredName.GIVEN_NAME, R.string.name_given, in addDataKindStructuredName() 164 kind.fieldList.add(new EditField(StructuredName.MIDDLE_NAME, R.string.name_middle, in addDataKindStructuredName() 166 kind.fieldList.add(new EditField(StructuredName.FAMILY_NAME, R.string.name_family, in addDataKindStructuredName() 168 kind.fieldList.add(new EditField(StructuredName.SUFFIX, R.string.name_suffix, in addDataKindStructuredName() 170 kind.fieldList.add(new EditField(StructuredName.PHONETIC_FAMILY_NAME, in addDataKindStructuredName() 172 kind.fieldList.add(new EditField(StructuredName.PHONETIC_MIDDLE_NAME, in addDataKindStructuredName() 174 kind.fieldList.add(new EditField(StructuredName.PHONETIC_GIVEN_NAME, in addDataKindStructuredName() 191 kind.fieldList.add(new EditField(StructuredName.PREFIX, R.string.name_prefix, in addDataKindName() 194 kind.fieldList.add(new EditField(StructuredName.FAMILY_NAME, R.string.name_family, in addDataKindName() [all …]
|
/packages/apps/Dialer/java/com/android/contacts/common/model/account/ |
D | SamsungAccountType.java | 93 kind.typeList.add(buildPostalType(StructuredPostal.TYPE_WORK).setSpecificMax(1)); in addDataKindStructuredPostal() 94 kind.typeList.add(buildPostalType(StructuredPostal.TYPE_HOME).setSpecificMax(1)); in addDataKindStructuredPostal() 95 kind.typeList.add(buildPostalType(StructuredPostal.TYPE_OTHER).setSpecificMax(1)); in addDataKindStructuredPostal() 99 kind.fieldList.add( in addDataKindStructuredPostal() 102 kind.fieldList.add( in addDataKindStructuredPostal() 104 kind.fieldList.add( in addDataKindStructuredPostal() 106 kind.fieldList.add(new EditField(StructuredPostal.CITY, R.string.postal_city, FLAGS_POSTAL)); in addDataKindStructuredPostal() 107 kind.fieldList.add( in addDataKindStructuredPostal() 110 kind.fieldList.add( in addDataKindStructuredPostal() 112 kind.fieldList.add(new EditField(StructuredPostal.CITY, R.string.postal_city, FLAGS_POSTAL)); in addDataKindStructuredPostal() [all …]
|
D | ExchangeAccountType.java | 92 kind.fieldList.add( in addDataKindStructuredName() 95 kind.fieldList.add( in addDataKindStructuredName() 97 kind.fieldList.add( in addDataKindStructuredName() 99 kind.fieldList.add( in addDataKindStructuredName() 101 kind.fieldList.add( in addDataKindStructuredName() 104 kind.fieldList.add( in addDataKindStructuredName() 107 kind.fieldList.add( in addDataKindStructuredName() 129 kind.fieldList.add( in addDataKindDisplayName() 133 kind.fieldList.add( in addDataKindDisplayName() 135 kind.fieldList.add( in addDataKindDisplayName() [all …]
|
D | GoogleAccountType.java | 87 kind.typeList.add(buildPhoneType(Phone.TYPE_MOBILE)); in addDataKindPhone() 88 kind.typeList.add(buildPhoneType(Phone.TYPE_WORK)); in addDataKindPhone() 89 kind.typeList.add(buildPhoneType(Phone.TYPE_HOME)); in addDataKindPhone() 90 kind.typeList.add(buildPhoneType(Phone.TYPE_MAIN)); in addDataKindPhone() 91 kind.typeList.add(buildPhoneType(Phone.TYPE_FAX_WORK).setSecondary(true)); in addDataKindPhone() 92 kind.typeList.add(buildPhoneType(Phone.TYPE_FAX_HOME).setSecondary(true)); in addDataKindPhone() 93 kind.typeList.add(buildPhoneType(Phone.TYPE_PAGER).setSecondary(true)); in addDataKindPhone() 94 kind.typeList.add(buildPhoneType(Phone.TYPE_OTHER)); in addDataKindPhone() 95 kind.typeList.add( in addDataKindPhone() 99 kind.fieldList.add(new EditField(Phone.NUMBER, R.string.phoneLabelsGroup, FLAGS_PHONE)); in addDataKindPhone() [all …]
|
D | BaseAccountType.java | 169 kind.fieldList.add( in addDataKindStructuredName() 171 kind.fieldList.add( in addDataKindStructuredName() 174 kind.fieldList.add( in addDataKindStructuredName() 177 kind.fieldList.add( in addDataKindStructuredName() 180 kind.fieldList.add( in addDataKindStructuredName() 183 kind.fieldList.add( in addDataKindStructuredName() 186 kind.fieldList.add( in addDataKindStructuredName() 189 kind.fieldList.add( in addDataKindStructuredName() 192 kind.fieldList.add( in addDataKindStructuredName() 212 kind.fieldList.add( in addDataKindDisplayName() [all …]
|
/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
D | VoicemailContentTable.java | 62 .add(Voicemails._ID) 63 .add(Voicemails.NUMBER) 64 .add(Voicemails.DATE) 65 .add(Voicemails.DURATION) 66 .add(Voicemails.NEW) 67 .add(Voicemails.IS_READ) 68 .add(Voicemails.TRANSCRIPTION) 69 .add(Voicemails.TRANSCRIPTION_STATE) 70 .add(Voicemails.STATE) 71 .add(Voicemails.SOURCE_DATA) [all …]
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/ |
D | BaseFiltersManager.java | 111 filters.add(ImageFilterTinyPlanet.class); in addFilterClasses() 112 filters.add(ImageFilterRedEye.class); in addFilterClasses() 113 filters.add(ImageFilterWBalance.class); in addFilterClasses() 114 filters.add(ImageFilterExposure.class); in addFilterClasses() 115 filters.add(ImageFilterContrast.class); in addFilterClasses() 116 filters.add(ImageFilterShadows.class); in addFilterClasses() 117 filters.add(ImageFilterHighlights.class); in addFilterClasses() 118 filters.add(ImageFilterVibrance.class); in addFilterClasses() 119 filters.add(ImageFilterCurves.class); in addFilterClasses() 120 filters.add(ImageFilterDraw.class); in addFilterClasses() [all …]
|
/packages/apps/Car/libs/car-telephony-common/tests/robotests/src/com/android/car/telephony/common/ |
D | ContactTest.java | 229 expectedList.add(mLetterName2); in sortContactTest() 230 expectedList.add(mLetterName1); in sortContactTest() 231 expectedList.add(mDigitName1); in sortContactTest() 232 expectedList.add(mDigitName2); in sortContactTest() 233 expectedList.add(mEmptyName); in sortContactTest() 234 expectedList.add(mSpecCharName); in sortContactTest() 237 contactList.add(mDigitName1); in sortContactTest() 238 contactList.add(mSpecCharName); in sortContactTest() 239 contactList.add(mLetterName1); in sortContactTest() 240 contactList.add(mEmptyName); in sortContactTest() [all …]
|
/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/sidebar/ |
D | RootItemListBuilderTest.java | 80 mBuilder.add(HAMMY_DEFAULT_USER); in testGetList_singleUser() 81 mBuilder.add(PICKLES_DEFAULT_USER); in testGetList_singleUser() 82 mBuilder.add(HOME_DEFAULT_USER); in testGetList_singleUser() 94 mBuilder.add(DOWNLOADS_DEFAULT_USER); // support multi-profile in testGetList_twoUsers_allMultiProfileRootsMatchOther_defaultUser() 95 mBuilder.add(HAMMY_DEFAULT_USER); in testGetList_twoUsers_allMultiProfileRootsMatchOther_defaultUser() 96 mBuilder.add(HOME_DEFAULT_USER); // support multi-profile in testGetList_twoUsers_allMultiProfileRootsMatchOther_defaultUser() 97 mBuilder.add(IMAGE_DEFAULT_USER); // support multi-profile in testGetList_twoUsers_allMultiProfileRootsMatchOther_defaultUser() 98 mBuilder.add(PICKLES_DEFAULT_USER); in testGetList_twoUsers_allMultiProfileRootsMatchOther_defaultUser() 100 mBuilder.add(DOWNLOADS_OTHER_USER); // support multi-profile in testGetList_twoUsers_allMultiProfileRootsMatchOther_defaultUser() 101 mBuilder.add(HOME_OTHER_USER); // support multi-profile in testGetList_twoUsers_allMultiProfileRootsMatchOther_defaultUser() [all …]
|
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/internal/ |
D | PointerTrackerQueueTests.java | 84 mQueue.add(mElement1); in testAdd() 87 mQueue.add(mElement2); in testAdd() 90 mQueue.add(mElement3); in testAdd() 93 mQueue.add(mElement4); in testAdd() 102 mQueue.add(mElement1); in testRemove() 103 mQueue.add(mElement2); in testRemove() 104 mQueue.add(mElement3); in testRemove() 105 mQueue.add(mElement4); in testRemove() 137 mQueue.add(mElement1); in testAddAndRemove() 138 mQueue.add(mElement2); in testAddAndRemove() [all …]
|
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/coex/ |
D | CoexUtilsTest.java | 96 lowerCoexUnsafeChannels.add(new CoexUnsafeChannel(WIFI_BAND_24_GHZ, i)); in testGetNeighboringCoexUnsafeChannels_2g_returnsCorrectOverlap() 105 upperCoexUnsafeChannels.add(new CoexUnsafeChannel(WIFI_BAND_24_GHZ, i)); in testGetNeighboringCoexUnsafeChannels_2g_returnsCorrectOverlap() 121 lowerCoexUnsafeChannels.add(new CoexUnsafeChannel(WIFI_BAND_5_GHZ, i)); in testGetNeighboringCoexUnsafeChannels_5g_returnsCorrectOverlap() 123 lowerCoexUnsafeChannels.add(new CoexUnsafeChannel(WIFI_BAND_5_GHZ, 68)); in testGetNeighboringCoexUnsafeChannels_5g_returnsCorrectOverlap() 124 lowerCoexUnsafeChannels.add(new CoexUnsafeChannel(WIFI_BAND_5_GHZ, 96)); in testGetNeighboringCoexUnsafeChannels_5g_returnsCorrectOverlap() 125 lowerCoexUnsafeChannels.add(new CoexUnsafeChannel(WIFI_BAND_5_GHZ, 100)); in testGetNeighboringCoexUnsafeChannels_5g_returnsCorrectOverlap() 127 lowerCoexUnsafeChannels.add(new CoexUnsafeChannel(WIFI_BAND_5_GHZ, 102)); in testGetNeighboringCoexUnsafeChannels_5g_returnsCorrectOverlap() 128 lowerCoexUnsafeChannels.add(new CoexUnsafeChannel(WIFI_BAND_5_GHZ, 106)); in testGetNeighboringCoexUnsafeChannels_5g_returnsCorrectOverlap() 129 lowerCoexUnsafeChannels.add(new CoexUnsafeChannel(WIFI_BAND_5_GHZ, 114)); in testGetNeighboringCoexUnsafeChannels_5g_returnsCorrectOverlap() 137 upperCoexUnsafeChannels.add(new CoexUnsafeChannel(WIFI_BAND_5_GHZ, 64)); in testGetNeighboringCoexUnsafeChannels_5g_returnsCorrectOverlap() [all …]
|
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/ |
D | WifiBackupRestoreTest.java | 329 configurations.add(WifiConfigurationTestUtil.createOpenNetwork()); in testSingleOpenNetworkBackupRestore() 345 configurations.add(WifiConfigurationTestUtil.createOpenHiddenNetwork()); in testSingleOpenHiddenNetworkBackupRestore() 360 configurations.add(WifiConfigurationTestUtil.createPskNetwork()); in testSinglePskNetworkBackupRestore() 375 configurations.add(WifiConfigurationTestUtil.createPskHiddenNetwork()); in testSinglePskHiddenNetworkBackupRestore() 390 configurations.add(WifiConfigurationTestUtil.createWepNetwork()); in testSingleWepNetworkBackupRestore() 406 configurations.add(createNetworkForConfigurationWithUnsupportedTag()); in testConfigurationWithUnsupportedTagsRestore() 455 configurations.add(createNetworkForConfigurationWithUnsupportedValuesInBitsetsInRestore()); in testConfigurationWithUnsupportedValuesInBitsetsRestore() 508 configurations.add(WifiConfigurationTestUtil.createWepNetworkWithSingleKey()); in testSingleWepNetworkWithSingleKeyBackupRestore() 523 configurations.add(WifiConfigurationTestUtil.createEapNetwork()); in testSingleEnterpriseNetworkNotBackupRestore() 524 configurations.add(WifiConfigurationTestUtil.createEapSuiteBNetwork()); in testSingleEnterpriseNetworkNotBackupRestore() [all …]
|
D | WifiNetworkSuggestionsManagerTest.java | 339 add(networkSuggestion1); in testAddNetworkSuggestionsSuccess() 343 add(networkSuggestion2); in testAddNetworkSuggestionsSuccess() 348 mWifiNetworkSuggestionsManager.add(networkSuggestionList1, TEST_UID_1, in testAddNetworkSuggestionsSuccess() 351 mWifiNetworkSuggestionsManager.add(networkSuggestionList2, TEST_UID_2, in testAddNetworkSuggestionsSuccess() 362 add(networkSuggestion1); in testAddNetworkSuggestionsSuccess() 363 add(networkSuggestion2); in testAddNetworkSuggestionsSuccess() 373 assertEquals(maxSizesCaptor.getValue(), new ArrayList<Integer>() {{ add(1); add(1); }}); in testAddNetworkSuggestionsSuccess() 395 add(networkSuggestion1); in testRemoveNetworkSuggestionsSuccess() 399 add(networkSuggestion2); in testRemoveNetworkSuggestionsSuccess() 404 mWifiNetworkSuggestionsManager.add(networkSuggestionList1, TEST_UID_1, in testRemoveNetworkSuggestionsSuccess() [all …]
|