Searched defs:keys (Results 1 – 14 of 14) sorted by relevance
32 File keys = new File("/adb_keys"); in testUsbDebugging() local
121 Enumeration<CstType> keys = unprocessed_catches.elementAt(i) in getCatchTypes() local191 Enumeration<CstType> keys = uc.type_branch.keys(); in build() local
147 private String createJsonWebKeySet(Vector<String> keyIds, Vector<String> keys) { in createJsonWebKeySet()191 Vector<String> keys = new Vector<String>(); in getKeys() local
507 Set<UUID> keys = map.keySet(); in testPssh() local
640 String[] keys = new String[] { "max-input-size", "encoder-delay", "encoder-padding" }; in decodeToMemory() local
155 Iterator<?> keys = obj.keys(); in dumpJsonObjectAsCtsResult() local
538 List<Key<?>> keys = mStaticInfo.getCharacteristics().getKeys(); in testCameraStabilizations() local
71 Iterator<String> keys = attributes.keySet().iterator(); in testPutAndGetKeys() local
81 Iterator<String> keys = attributes.keySet().iterator(); in testPutAndGetKeys() local
116 void TaskGeneric::registerSupportedStringAttributes(const android::String8* keys[]) in registerSupportedStringAttributes()
161 List<String> keys = new ArrayList<>(flattenedStats.keySet()); in getSortedKeys() local
1875 Collection<CameraCharacteristics.Key<?>> keys) { in areCharacteristicsKeysAvailable()1892 public final boolean areResultKeysAvailable(Collection<CaptureResult.Key<?>> keys) { in areResultKeysAvailable()1910 public final boolean areRequestKeysAvailable(Collection<CaptureRequest.Key<?>> keys) { in areRequestKeysAvailable()1925 public final boolean areKeysAvailable(CameraCharacteristics.Key<?>... keys) { in areKeysAvailable()1943 public final boolean areKeysAvailable(CaptureResult.Key<?>... keys) { in areKeysAvailable()1962 public final boolean areKeysAvailable(CaptureRequest.Key<?>... keys) { in areKeysAvailable()
563 static Key getKeyForKeyAlgorithm(String keyAlgorithm, Iterable<? extends Key> keys) { in getKeyForKeyAlgorithm()
2024 Set<String> keys, Cursor cursor) { in verifyContentValuesAgainstCursor()