OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getKeysStatic
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/core/java/android/hardware/camera2/
CameraMetadata.java
92
return Collections.unmodifiableList(
getKeysStatic
(this.getClass(), this));
103
/*package*/ static ArrayList<Key<?>>
getKeysStatic
(Class<? extends CameraMetadata> type,
[
all
...]
CameraCharacteristics.java
120
return Collections.unmodifiableList(
getKeysStatic
(metadataClass, /*instance*/null));
Completed in 25 milliseconds