Home
last modified time | relevance | path

Searched defs:keys (Results 1 – 25 of 186) sorted by relevance

12345678

/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/layout/expected/
DExpectedKeyboardBuilder.java68 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()
DActualKeyboardBuilder.java38 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/
DSlicesDatabaseAccessorTest.java185 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/
DTestUtils.java49 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/
DUiBlockerController.java47 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/
DBasePreferenceControllerTest.java181 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/
DSoundSettingsTest.java68 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
DSettingPrefControllerTest.java130 final List<String> keys = new ArrayList<>(); in updateNonIndexableKeys_applicable_shouldNotUpdate() local
140 final List<String> keys = new ArrayList<>(); in updateNonIndexableKeys_notApplicable_shouldUpdate() local
DCastPreferenceControllerTest.java59 final List<String> keys = new ArrayList<>(); in updateNonIndexableKeys_shouldNotUpdate() local
/packages/apps/Settings/tests/robotests/src/com/android/settings/nfc/
DAndroidBeamPreferenceControllerTest.java159 final List<String> keys = new ArrayList<>(); in updateNonIndexableKeys_available_shouldNotUpdate() local
169 final List<String> keys = new ArrayList<>(); in updateNonIndexableKeys_notAvailable_shouldUpdate() local
DNfcPreferenceControllerTest.java152 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/
DSystemUpdatePreferenceControllerTest.java89 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/
DWifiTetherSettingsTest.java274 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/
DPersistableBundlable.java47 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/
DTrustedBiddingDataFetcher.java77 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/
DTestEvents.java170 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/
DImsProvisioningControllerTest.java356 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/
DDBTrustedBiddingData.java53 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/
DContactLocaleUtilsTest.java182 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/
DTrustedBiddingDataFetcherTest.java282 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/
DNotificationListener.java173 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/
DLegalSettingsTest.java47 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/
DXmlTestUtils.java33 final List<String> keys = new ArrayList<>(); in getKeysFromPreferenceXml() local
/packages/apps/Settings/tests/unit/src/com/android/settings/testutils/
DXmlTestUtils.java48 final List<String> keys = new ArrayList<>(); in getKeysFromPreferenceXml() local
/packages/apps/Settings/tests/robotests/src/com/android/settings/accessibility/
DAccessibilityHearingAidsFragmentTest.java65 final List<String> keys = in getNonIndexableKeys_existInXmlLayout() local

12345678