| /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/layout/expected/ | 
| D | ExpectedKeyboardBuilder.java | 68     private static ExpectedKey[] replaceKeyAt(final ExpectedKey[] keys, final int columnIndex,  in replaceKeyAt() 91             ExpectedKey[] keys = getRowAt(row);  in replaceKeyOf()  local 116     static ExpectedKey[] joinKeys(final Object ... keys) {  in joinKeys() 139     public ExpectedKeyboardBuilder setKeysOfRow(final int row, final Object ... keys) {  in setKeysOfRow() 221             final Object ... keys) {  in insertKeysAtRow() 238             final Object ... keys) {  in addKeysOnTheLeftOfRow() 256             final Object ... keys) {  in addKeysOnTheRightOfRow()
  | 
| D | ActualKeyboardBuilder.java | 38     private static ArrayList<Key> filterOutSpacer(final List<Key> keys) {  in filterOutSpacer() 171     public static String toString(@Nullable final Key[] keys) {  in toString()
  | 
| /packages/apps/Settings/tests/robotests/src/com/android/settings/slices/ | 
| D | SlicesDatabaseAccessorTest.java | 185         final List<Uri> keys = mAccessor.getSliceUris(SettingsSlicesContract.AUTHORITY,  in getDescendantUris_platformSlice_doesNotReturnOEMSlice()  local 197         final List<Uri> keys = mAccessor.getSliceUris(SettingsSliceProvider.SLICE_AUTHORITY,  in getDescendantUris_oemSlice_doesNotReturnPlatformSlice()  local 209         final List<Uri> keys = mAccessor.getSliceUris(SettingsSliceProvider.SLICE_AUTHORITY,  in getDescendantUris_oemSlice_returnsOEMUriDescendant()  local 222         final List<Uri> keys = mAccessor.getSliceUris(SettingsSlicesContract.AUTHORITY,  in getDescendantUris_platformSlice_returnsPlatformUriDescendant()  local 285         final List<Uri> keys = accessor.getSliceUris(SettingsSliceProvider.SLICE_AUTHORITY,  in getSliceKeys_indexesDatabase()  local
  | 
| /packages/apps/Settings/tests/unit/src/com/android/settings/ | 
| D | TestUtils.java | 49         final List<String> keys = new ArrayList<>();  in getAllXmlKeys()  local 58         final List<String> keys = new ArrayList<>();  in getKeysFromXml()  local
  | 
| /packages/apps/Settings/src/com/android/settings/dashboard/ | 
| D | UiBlockerController.java | 47     public UiBlockerController(@NonNull List<String> keys) {  in UiBlockerController() 51     public UiBlockerController(@NonNull List<String> keys, long timeout) {  in UiBlockerController()
  | 
| /packages/apps/Settings/tests/robotests/src/com/android/settings/core/ | 
| D | BasePreferenceControllerTest.java | 181         final List<String> keys = new ArrayList<>();  in updateNonIndexableKeys_controllerUnavailable_shouldAddKey()  local 191         final List<String> keys = new ArrayList<>();  in updateNonIndexableKeys_controllerUnsearchable_shouldAddKey()  local 201         final List<String> keys = new ArrayList<>();  in updateNonIndexableKeys_controllerAvailable_shouldNotAddKey()  local
  | 
| /packages/apps/Settings/tests/robotests/src/com/android/settings/notification/ | 
| D | SoundSettingsTest.java | 68         final List<String> keys = XmlTestUtils.getKeysFromPreferenceXml(context, xmlId);  in getNonIndexableKeys_existInXmlLayout()  local 94         final List<String> keys = XmlTestUtils.getKeysFromPreferenceXml(context, xmlId);  in notificationVolume_isBetweenRingAndAlarm()  local
  | 
| D | SettingPrefControllerTest.java | 130         final List<String> keys = new ArrayList<>();  in updateNonIndexableKeys_applicable_shouldNotUpdate()  local 140         final List<String> keys = new ArrayList<>();  in updateNonIndexableKeys_notApplicable_shouldUpdate()  local
  | 
| D | CastPreferenceControllerTest.java | 59         final List<String> keys = new ArrayList<>();  in updateNonIndexableKeys_shouldNotUpdate()  local
  | 
| /packages/apps/Settings/tests/robotests/src/com/android/settings/nfc/ | 
| D | AndroidBeamPreferenceControllerTest.java | 159         final List<String> keys = new ArrayList<>();  in updateNonIndexableKeys_available_shouldNotUpdate()  local 169         final List<String> keys = new ArrayList<>();  in updateNonIndexableKeys_notAvailable_shouldUpdate()  local
  | 
| D | NfcPreferenceControllerTest.java | 152         final List<String> keys = new ArrayList<>();  in updateNonIndexableKeys_available_shouldNotUpdate()  local 162         final List<String> keys = new ArrayList<>();  in updateNonIndexableKeys_notAvailable_shouldUpdate()  local
  | 
| /packages/apps/Settings/tests/robotests/src/com/android/settings/system/ | 
| D | SystemUpdatePreferenceControllerTest.java | 89         final List<String> keys = new ArrayList<>();  in updateNonIndexable_ifAvailable_shouldNotUpdate()  local 100         final List<String> keys = new ArrayList<>();  in updateNonIndexable_ifNotAvailable_shouldUpdate()  local
  | 
| /packages/apps/Settings/tests/robotests/src/com/android/settings/wifi/tether/ | 
| D | WifiTetherSettingsTest.java | 274         final List<String> keys = searchIndexProvider.getNonIndexableKeys(mContext);  in getNonIndexableKeys_tetherAvailable_keysNotReturned()  local 290         final List<String> keys = searchIndexProvider.getNonIndexableKeys(mContext);  in getNonIndexableKeys_tetherNotAvailable_keysReturned()  local 306         final List<String> keys = searchIndexProvider.getNonIndexableKeys(mContext);  in getNonIndexableKeys_hotspotNotAvailable_keysReturned()  local 322         final List<String> keys = searchIndexProvider.getNonIndexableKeys(mContext);  in getNonIndexableKeys_tetherAndHotspotNotAvailable_keysReturned()  local
  | 
| /packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/common/ | 
| D | PersistableBundlable.java | 47         List<String> keys = new ArrayList<>(toPersistableBundle().keySet());  in hashCode()  local 85         Set<String> keys = obj1.keySet();  in isPersistableBundleEquals()  local
  | 
| /packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/adselection/ | 
| D | TrustedBiddingDataFetcher.java | 77             JSONObject combinedFetchedKeyValues, List<String> keys)  in extractKeys() 156             final Uri trustedBiddingUrl, final Set<String> keys) {  in getTrustedBiddingDataByBatch()
  | 
| /packages/apps/DocumentsUI/tests/common/com/android/documentsui/testing/ | 
| D | TestEvents.java | 170         public Builder pressKey(@Key int... keys) {  in pressKey() 180         public Builder releaseKey(@Button int... keys) {  in releaseKey() 258             int keys = 0;  in build()  local
  | 
| /packages/services/Telephony/tests/src/com/android/phone/ | 
| D | ImsProvisioningControllerTest.java | 356         int[] keys = {  in connectionReady_MmTelFeatureListener()  local 1145         int[] keys = {  in setProvisioningValue_withMmTelKey()  local 1268         int[] keys = {  in setProvisioningValue_withInvalidKey()  local 1337         int[] keys = {  in getProvisioningValue_withValidKey()  local 1441         int[] keys = {  in getProvisioningValue_withNotSet()  local 1775         int[] keys = {  in changedProvisioningValue_withMmTel()  local
  | 
| /packages/modules/AdServices/adservices/service-core/java/com/android/adservices/data/customaudience/ | 
| D | DBTrustedBiddingData.java | 53     public DBTrustedBiddingData(@NonNull Uri uri, @NonNull List<String> keys) {  in DBTrustedBiddingData() 147         public Builder setKeys(@NonNull List<String> keys) {  in setKeys()
  | 
| /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/ | 
| D | ContactLocaleUtilsTest.java | 182         Iterator<String> keys = getNameLookupKeys(CHINESE_NAME,  in testChineseContactLocaleUtils()  local 201         Iterator<String> keys = getNameLookupKeys(CHINESE_NAME,  in testPinyinEnabledSecondaryLocale()  local 236         Iterator<String> keys = getNameLookupKeys(CHINESE_NAME,  in testChineseStyleNameWithDifferentLocale()  local
  | 
| /packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/adselection/ | 
| D | TrustedBiddingDataFetcherTest.java | 282     private DBCustomAudience getCustomAudience(String name, Uri path, List<String> keys) {  in getCustomAudience() 294         TestTrustedBiddingDataUriKeysMatcher(Uri path, List<String> keys) {  in TestTrustedBiddingDataUriKeysMatcher()
  | 
| /packages/apps/Launcher3/src/com/android/launcher3/notification/ | 
| D | NotificationListener.java | 173                 String[] keys = ((RankingMap) message.obj).getOrderedKeys();  in handleWorkerMessage()  local 213     private @NonNull StatusBarNotification[] getActiveNotificationsSafely(@Nullable String[] keys) {  in getActiveNotificationsSafely() 321     public List<StatusBarNotification> getNotificationsForKeys(List<NotificationKeyData> keys) {  in getNotificationsForKeys()
  | 
| /packages/apps/Settings/tests/robotests/src/com/android/settings/ | 
| D | LegalSettingsTest.java | 47         final List<String> keys = XmlTestUtils.getKeysFromPreferenceXml(context, R.xml.about_legal);  in getNonIndexableKeys_existInXmlLayout()  local
  | 
| /packages/apps/Settings/tests/robotests/src/com/android/settings/testutils/ | 
| D | XmlTestUtils.java | 33         final List<String> keys = new ArrayList<>();  in getKeysFromPreferenceXml()  local
  | 
| /packages/apps/Settings/tests/unit/src/com/android/settings/testutils/ | 
| D | XmlTestUtils.java | 48         final List<String> keys = new ArrayList<>();  in getKeysFromPreferenceXml()  local
  | 
| /packages/apps/Settings/tests/robotests/src/com/android/settings/accessibility/ | 
| D | AccessibilityHearingAidsFragmentTest.java | 65         final List<String> keys =  in getNonIndexableKeys_existInXmlLayout()  local
  |