Home
last modified time | relevance | path

Searched refs:getKeys (Results 1 – 25 of 26) sorted by relevance

12

/frameworks/native/libs/binder/
DPersistableBundle.cpp69 set<android::String16> getKeys(const map<android::String16, T>& map) { in getKeys() function
279 return getKeys(mBoolMap); in getBooleanKeys()
283 return getKeys(mIntMap); in getIntKeys()
287 return getKeys(mLongMap); in getLongKeys()
291 return getKeys(mDoubleMap); in getDoubleKeys()
295 return getKeys(mStringMap); in getStringKeys()
299 return getKeys(mBoolVectorMap); in getBooleanVectorKeys()
303 return getKeys(mIntVectorMap); in getIntVectorKeys()
307 return getKeys(mLongVectorMap); in getLongVectorKeys()
311 return getKeys(mDoubleVectorMap); in getDoubleVectorKeys()
[all …]
/frameworks/base/core/java/android/os/health/
DHealthStatsWriter.java173 keys = mConstants.getKeys(HealthKeys.TYPE_TIMER); in flattenToParcel()
184 keys = mConstants.getKeys(HealthKeys.TYPE_MEASUREMENT); in flattenToParcel()
194 keys = mConstants.getKeys(HealthKeys.TYPE_STATS); in flattenToParcel()
204 keys = mConstants.getKeys(HealthKeys.TYPE_TIMERS); in flattenToParcel()
214 keys = mConstants.getKeys(HealthKeys.TYPE_MEASUREMENTS); in flattenToParcel()
DHealthKeys.java175 public int[] getKeys(int type) { in getKeys() method in HealthKeys.Constants
/frameworks/base/core/java/android/hardware/camera2/
DCameraMetadata.java143 public List<TKey> getKeys() { in getKeys() method in CameraMetadata
146 getKeys(thisClass, getKeyClass(), this, /*filterTags*/null, in getKeys()
166 <TKey> ArrayList<TKey> getKeys( in getKeys() method in CameraMetadata
DCaptureResult.java362 public List<Key<?>> getKeys() { in getKeys() method in CaptureResult
364 return super.getKeys(); in getKeys()
DCameraCharacteristics.java267 public List<Key<?>> getKeys() { in getKeys() method in CameraCharacteristics
280 getKeys(getClass(), getKeyClass(), this, filterTags, true)); in getKeys()
615 List<TKey> staticKeyList = getKeys( in getAvailableKeyList()
DCaptureRequest.java435 public List<Key<?>> getKeys() { in getKeys() method in CaptureRequest
437 return super.getKeys(); in getKeys()
/frameworks/base/core/java/android/widget/
DTextViewTranslationCallback.java87 if (response.getKeys().contains(ViewTranslationRequest.ID_CONTENT_DESCRIPTION)) { in onShowTranslation()
/frameworks/base/core/java/android/view/translation/
DViewTranslationResponse.java71 public Set<String> getKeys() { in getKeys() method in ViewTranslationResponse
DViewTranslationRequest.java86 public Set<String> getKeys() { in getKeys() method in ViewTranslationRequest
DUiTranslationController.java698 for (String key: request.getKeys()) { in sanitizedViewTranslationRequest()
713 for (String key: response.getKeys()) { in sanitizedViewTranslationResponse()
/frameworks/base/media/java/android/media/
DMediaFormat.java1832 public final @NonNull java.util.Set<String> getKeys() { in getKeys() method in MediaFormat
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/
DCameraMetadataTest.java1292 List<CaptureResult.Key<?>> allKeys = captureResult.getKeys(); in testCaptureResult()
1294 for (CaptureResult.Key<?> key : captureResult.getKeys()) { in testCaptureResult()
/frameworks/base/core/java/android/inputmethodservice/
DKeyboard.java668 public List<Key> getKeys() { in getKeys() method in Keyboard
DKeyboardView.java486 List<Key> keys = mKeyboard.getKeys(); in setKeyboard()
/frameworks/av/media/codec2/sfplugin/
DCCodecConfig.cpp311 const std::map<SdkKey, std::vector<ConfigMapper>> getKeys() const { in getKeys() function
1230 for (const auto &[key, mappers] : mStandardParams->getKeys()) { in getFormatForDomain()
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/helpers/
DStaticMetadata.java1900 return mCharacteristics.getKeys().containsAll(keys); in areCharacteristicsKeysAvailable()
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationManagerService.java4638 final boolean getKeys = keys != null;
4639 final int N = getKeys ? keys.length : mNotificationList.size();
4643 final NotificationRecord r = getKeys
/frameworks/base/core/api/
Dtest-lint-baseline.txt1508 MissingNullability: android.os.health.HealthKeys.Constants#getKeys(int):
Dtest-current.txt1896 method public int[] getKeys(int);
Dcurrent.txt17917 …od @NonNull public java.util.List<android.hardware.camera2.CameraCharacteristics.Key<?>> getKeys();
18143 method @NonNull public java.util.List<TKey> getKeys();
18402 method @NonNull public java.util.List<android.hardware.camera2.CaptureRequest.Key<?>> getKeys();
18489 method @NonNull public java.util.List<android.hardware.camera2.CaptureResult.Key<?>> getKeys();
19382 method @Deprecated public java.util.List<android.inputmethodservice.Keyboard.Key> getKeys();
22464 method @NonNull public java.util.Set<java.lang.String> getKeys();
52991 method @NonNull public java.util.Set<java.lang.String> getKeys();
53008 method @NonNull public java.util.Set<java.lang.String> getKeys();
/frameworks/base/core/java/android/view/
DView.java31017 if (request != null && request.getKeys().size() > 0) { in accept()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt12711 method public java.util.List<TKey> getKeys();
13563 method public java.util.List<android.inputmethodservice.Keyboard.Key> getKeys();
48406 method public java.util.Enumeration<java.lang.String> getKeys();
48647 method public java.util.Enumeration<java.lang.String> getKeys();
48689 method public abstract java.util.Enumeration<java.lang.String> getKeys();
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt21630 Landroid/hardware/camera2/CameraMetadata;->getKeys(Ljava/lang/Class;Ljava/lang/Class;Landroid/hardw…
39421 Landroid/os/health/HealthKeys$Constants;->getKeys(I)[I
/frameworks/base/boot/
Dboot-image-profile.txt9327 HSPLandroid/icu/impl/locale/LocaleExtensions;->getKeys()Ljava/util/Set;+]Ljava/util/SortedMap;missi…

12