Home
last modified time | relevance | path

Searched refs:newKeys (Results 1 – 11 of 11) sorted by relevance

/aosp12/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/layout/expected/
H A DExpectedKeyboardBuilder.java77 final ExpectedKey[] newKeys = Arrays.copyOf(keys, newLength); in replaceKeyAt() local
78 System.arraycopy(keys, columnIndex + 1, newKeys, columnIndex + replacingKeys.length, in replaceKeyAt()
81 System.arraycopy(replacingKeys, 0, newKeys, columnIndex, replacingKeys.length); in replaceKeyAt()
82 return newKeys; in replaceKeyAt()
270 final Object ... newKeys) { in replaceKeyOfLabel() argument
275 return joinKeys(newKeys); in replaceKeyOfLabel()
293 final Object ... newKeys) { in replaceKeysOfAll() argument
297 return joinKeys(newKeys); in replaceKeysOfAll()
/aosp12/hardware/qcom/sm7150/gps/utils/
H A DLocUnorderedSetMap.h161 unordered_set<KEY>* newKeys) { in add() argument
162 add(keys, newVals, newKeys); in add()
165 unordered_set<KEY>* newKeys) { in add() argument
167 if (add(key, newVals) && nullptr != newKeys) { in add()
168 newKeys->insert(key); in add()
/aosp12/hardware/qcom/sm8150/gps/utils/
H A DLocUnorderedSetMap.h170 unordered_set<KEY>* newKeys) { in add() argument
171 add(keys, newVals, newKeys); in add()
175 unordered_set<KEY>* newKeys) { in add() argument
177 if (add(key, newVals) && nullptr != newKeys) { in add()
178 newKeys->insert(key); in add()
/aosp12/hardware/qcom/sm8150p/gps/utils/
H A DLocUnorderedSetMap.h161 unordered_set<KEY>* newKeys) { in add() argument
162 add(keys, newVals, newKeys); in add()
165 unordered_set<KEY>* newKeys) { in add() argument
167 if (add(key, newVals) && nullptr != newKeys) { in add()
168 newKeys->insert(key); in add()
/aosp12/hardware/qcom/sm7250/gps/utils/
H A DLocUnorderedSetMap.h170 unordered_set<KEY>* newKeys) { in add() argument
171 add(keys, newVals, newKeys); in add()
175 unordered_set<KEY>* newKeys) { in add() argument
177 if (add(key, newVals) && nullptr != newKeys) { in add()
178 newKeys->insert(key); in add()
/aosp12/hardware/qcom/sdm845/gps/sdm845/utils/
H A DLocUnorderedSetMap.h161 unordered_set<KEY>* newKeys) { in add() argument
162 add(keys, newVals, newKeys); in add()
165 unordered_set<KEY>* newKeys) { in add() argument
167 if (add(key, newVals) && nullptr != newKeys) { in add()
168 newKeys->insert(key); in add()
/aosp12/packages/apps/Dialer/java/com/android/dialer/assisteddialing/ui/
H A DAssistedDialingSettingFragment.java126 List<CharSequence> newKeys = new ArrayList<>(); in updateCountryChoices() local
128 newKeys.add(countryChooserPref.getEntries()[0]); in updateCountryChoices()
133 newKeys.add(tuple.countryDisplayname()); in updateCountryChoices()
138 countryChooserPref.setEntries(newKeys.toArray(new CharSequence[newKeys.size()])); in updateCountryChoices()
/aosp12/frameworks/av/camera/
H A DCameraMetadata.cpp488 std::vector<int32_t> newKeys(keys.count); in removePermissionEntries() local
490 tagsRemoved->end(), newKeys.begin()); in removePermissionEntries()
491 newKeys.resize(end - newKeys.begin()); in removePermissionEntries()
493 update(ANDROID_REQUEST_AVAILABLE_CHARACTERISTICS_KEYS, newKeys.data(), newKeys.size()); in removePermissionEntries()
/aosp12/frameworks/base/services/core/java/com/android/server/utils/
H A DWatchedSparseBooleanMatrix.java432 int[] newKeys = ArrayUtils.newUnpaddedIntArray(newOrder); in resizeMatrix() local
433 System.arraycopy(mKeys, 0, newKeys, 0, minOrder); in resizeMatrix()
444 mKeys = newKeys; in resizeMatrix()
/aosp12/packages/services/Car/tests/BugReportApp/libs/
H A Dgrpc-context-1.19.0.jarMETA-INF/ META-INF/MANIFEST.MF io/ io/grpc/ io/ ...
/aosp12/frameworks/base/services/core/java/com/android/server/
H A DPinnerService.java555 ArraySet<Integer> newKeys = createPinKeys(); in pinAppsInternal() local
564 mPinKeys = newKeys; in pinAppsInternal()