Home
last modified time | relevance | path

Searched defs:key (Results 1 – 25 of 110) sorted by relevance

12345

/cts/tests/camera/utils/src/android/hardware/camera2/cts/helpers/
DStaticMetadata.java390 Key<Float> key = CameraCharacteristics.LENS_INFO_MINIMUM_FOCUS_DISTANCE; in getMinimumFocusDistanceChecked() local
423 Key<Integer> key = CameraCharacteristics.LENS_INFO_FOCUS_DISTANCE_CALIBRATION; in getFocusDistanceCalibrationChecked() local
491 Key<int[]> key = CameraCharacteristics.CONTROL_AE_AVAILABLE_ANTIBANDING_MODES; in getAeAvailableAntiBandingModesChecked() local
529 Key<Boolean> key = CameraCharacteristics.FLASH_INFO_AVAILABLE; in getFlashInfoChecked() local
541 Key<int[]> key = in getAvailableTestPatternModesChecked() local
563 Key<Size[]> key = CameraCharacteristics.JPEG_AVAILABLE_THUMBNAIL_SIZES; in getAvailableThumbnailSizesChecked() local
591 Key<float[]> key = CameraCharacteristics.LENS_INFO_AVAILABLE_FOCAL_LENGTHS; in getAvailableFocalLengthsChecked() local
612 Key<float[]> key = CameraCharacteristics.LENS_INFO_AVAILABLE_APERTURES; in getAvailableAperturesChecked() local
633 Key<int[]> key = CameraCharacteristics.HOT_PIXEL_AVAILABLE_HOT_PIXEL_MODES; in getAvailableHotPixelModesChecked() local
669 Key<int[]> key = CameraCharacteristics.STATISTICS_INFO_AVAILABLE_FACE_DETECT_MODES; in getAvailableFaceDetectModesChecked() local
[all …]
DCameraErrorCollector.java629 CameraCharacteristics.Key<T> key) { in expectKeyValueNotNull()
648 CaptureRequest.Key<T> key) { in expectKeyValueNotNull()
665 public <T> T expectKeyValueNotNull(Builder request, CaptureRequest.Key<T> key) { in expectKeyValueNotNull()
682 public <T> T expectKeyValueNotNull(CaptureResult result, CaptureResult.Key<T> key) { in expectKeyValueNotNull()
694 public <T> T expectKeyValueNotNull(String msg, CaptureResult result, CaptureResult.Key<T> key) { in expectKeyValueNotNull()
712 Builder request, CaptureRequest.Key<T> key, T expected) { in expectKeyValueNotEquals()
734 CaptureResult result, CaptureResult.Key<T> key, T expected) { in expectKeyValueNotEquals()
755 public <T> void expectKeyValueEquals(CaptureResult result, CaptureResult.Key<T> key, in expectKeyValueEquals()
780 public <T> void expectKeyValueEquals(Builder request, CaptureRequest.Key<T> key, T expected) { in expectKeyValueEquals()
803 CaptureResult result, CaptureResult.Key<T> key, T expected) { in expectKeyValueGreaterOrEqual()
[all …]
/cts/tests/tests/keystore/src/android/keystore/cts/
DMacTest.java214 SecretKey key = importDefaultKatKey(algorithm); in testAndroidKeyStoreKeysHandledByAndroidKeyStoreProvider() local
231 SecretKey key = importDefaultKatKey(algorithm); in testMacGeneratedForEmptyMessage() local
252 SecretKey key = importDefaultKatKey(algorithm); in testMacGeneratedByAndroidKeyStoreVerifiesByAndroidKeyStore() local
273 SecretKey key = getDefaultKatKey(algorithm); in testMacGeneratedByAndroidKeyStoreVerifiesByHighestPriorityProvider() local
296 SecretKey key = getDefaultKatKey(algorithm); in testMacGeneratedByHighestPriorityProviderVerifiesByAndroidKeyStore() local
322 SecretKey key = TestUtils.importIntoAndroidKeyStore( in testSmallMsgKat() local
355 SecretKey key = importDefaultKatKey(algorithm); in testLargeMsgKat() local
460 SecretKey key, in assertMacVerifiesOneShot()
469 SecretKey key, in assertMacVerifiesOneShot()
486 SecretKey key, in assertMacDoesNotVerifyOneShot()
[all …]
DSecretKeyFactoryTest.java113 SecretKey key = keyGenerator.generateKey(); in testGetKeySpecWithKeystoreKeyAndKeyInfoReflectsAllAuthorizations() local
154 SecretKey key = new SecretKeySpec(new byte[16], algorithm); in testTranslateKeyRejectsNonAndroidKeystoreKeys() local
182 SecretKey key = keyGenerator.generateKey(); in testTranslateKeyAcceptsAndroidKeystoreKeys() local
DKeyGeneratorTest.java207 SecretKey key = keyGenerator.generateKey(); in testDefaultKeySize() local
236 SecretKey key = keyGenerator.generateKey(); in testAesKeySupportedSizes() local
276 SecretKey key = keyGenerator.generateKey(); in testHmacKeySupportedSizes() local
312 SecretKey key = keyGenerator.generateKey(); in testHmacKeyOnlyOneDigestCanBeAuthorized() local
492 SecretKey key = keyGenerator.generateKey(); in testGenerateHonorsRequestedAuthorizations() local
DAESGCMCipherTestBase.java181 Key key = importKey(getKatKey()); in testCiphertextBitflipDetectedWhenDecrypting() local
193 Key key = importKey(getKatKey()); in testAadBitflipDetectedWhenDecrypting() local
DTestUtils.java117 static int getKeySizeBits(Key key) { in getKeySizeBits()
177 private static void assertKeyMaterialExportable(Key key) { in assertKeyMaterialExportable()
194 private static void assertKeyMaterialNotExportable(Key key) { in assertKeyMaterialNotExportable()
199 private static void assertOpaqueKey(Key key) { in assertOpaqueKey()
203 private static void assertTransparentKey(Key key) { in assertTransparentKey()
207 private static boolean isTransparentKey(Key key) { in isTransparentKey()
245 static KeyInfo getKeyInfo(Key key) throws InvalidKeySpecException, NoSuchAlgorithmException, in getKeyInfo()
419 SecretKey key, in importIntoAndroidKeyStore()
730 static boolean isKeyLongEnoughForSignatureAlgorithm(String algorithm, Key key) { in isKeyLongEnoughForSignatureAlgorithm()
762 static int getMaxSupportedPlaintextInputSizeBytes(String transformation, Key key) { in getMaxSupportedPlaintextInputSizeBytes()
/cts/tests/tests/preference2/src/android/preference2/cts/
DPreferenceTest.java116 String key = mPreference.getKey(); in testGetKey() local
122 final String key = "key1"; in testSetKey() local
189 String key = "" + Math.random(); in testPersistInt() local
206 String key = "" + Math.random(); in testPersistBoolean() local
224 String key = "" + Math.random(); in testPersistString() local
242 String key = "" + Math.random(); in testPersistStringSet() local
260 String key = "" + Math.random(); in testPersistFloat() local
278 String key = "" + Math.random(); in testPersistLong() local
/cts/tests/sample/src/android/sample/
DSampleDeviceActivity.java47 public void savePreference(String key, String value) { in savePreference()
62 public String getPreference(String key) { in getPreference()
/cts/common/util/src/com/android/compatibility/common/util/
DDynamicConfig.java53 public String getValue(String key) { in getValue()
62 public List<String> getValues(String key) { in getValues()
90 String key = parser.getAttributeValue(NS, KEY_ATTR); in createConfigMap() local
DKeyValueArgsParser.java32 String key = null; in parse() local
/cts/tests/leanbackjank/src/android/leanbackjank/cts/
DCtsJankTestBase.java36 private void printIntValueWithKey(String source, Bundle metrics, String key, in printIntValueWithKey()
44 private void printDoubleValueWithKey(String source, Bundle metrics, String key, in printDoubleValueWithKey()
53 private String formatKeyForTestMetrics(String key) { in formatKeyForTestMetrics()
/cts/tools/utils/
Dcertificates.py23 key = None variable in Certificate
24 def __init__(self, cert, key): argument
52 def create(cn, issuer=None, key=None, keysize=2048, digest="sha256", argument
/cts/tests/tests/drm/src/android/drm/cts/
DDrmInfoRequestTest.java75 final String key = (String) keys.next(); in testPutAndGetKeys() local
82 final String key = (String) keys.next(); in testPutAndGetKeys() local
88 final String key = (String) infoKeys.next(); in testPutAndGetKeys() local
DDrmInfoTest.java85 final String key = (String) keys.next(); in testPutAndGetKeys() local
92 final String key = (String) keys.next(); in testPutAndGetKeys() local
98 final String key = (String) infoKeys.next(); in testPutAndGetKeys() local
/cts/tests/sensor/src/android/hardware/cts/helpers/
DSensorStats.java77 public synchronized void addValue(String key, Object value) { in addValue()
91 public synchronized void addSensorStats(String key, SensorStats stats) { in addSensorStats()
110 public synchronized Object getValue(String key) { in getValue()
126 String key = statsEntry.getKey() + DELIMITER + valueEntry.getKey(); in flatten() local
/cts/tests/sensor/src/android/hardware/cts/helpers/sensoroperations/
DSensorOperation.java78 protected void addSensorStats(String key, SensorStats stats) { in addSensorStats()
88 protected void addSensorStats(String key, int index, SensorStats stats) { in addSensorStats()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
DBleScannerHardwareScanFilterActivity.java148 public void addItem(String key) { in addItem()
164 String key = mKeys.get(pos); in getView() local
/cts/tests/app/app/src/android/app/stubs/
DFragmentTestActivity.java100 String key = TRANSITION_KEY + i; in onCreate() local
111 String key = TRANSITION_KEY + i; in onSaveInstanceState() local
145 private Transition loadTransition(int key) { in loadTransition()
/cts/common/host-side/util/src/com/android/compatibility/common/util/
DDynamicConfigHostSide.java43 public static String getValueFromConfig(File file, String key) in getValueFromConfig()
/cts/tests/autofillservice/src/android/autofillservice/cts/
DOneTimeSettingsListener.java22 public OneTimeSettingsListener(Context context, String key) { in OneTimeSettingsListener()
/cts/suite/audio_quality/lib/src/task/
DTaskGeneric.cpp125 bool TaskGeneric::addStringAttribute(const android::String8& key, const android::String8& value) in addStringAttribute()
135 bool TaskGeneric::findStringAttribute(const android::String8& key, android::String8& value) const in findStringAttribute() argument
/cts/tests/camera/src/android/hardware/camera2/cts/rs/
DAllocationCache.java82 AllocationKey key = new AllocationKey(type, usage); in getOrCreateTyped() local
123 AllocationKey key = new AllocationKey(allocation.getType(), usage); in returnToCache() local
/cts/tests/inputmethod/src/android/view/inputmethod/cts/
DEditorInfoTest.java60 String key = "bundleKey"; in testEditorInfo() local
/cts/suite/audio_quality/test/
DTaskTest.cpp57 bool addStringAttributePublic(const android::String8& key, android::String8& value){ in addStringAttributePublic()
60 bool findStringAttributePublic(const android::String8& key, android::String8& value){ in findStringAttributePublic()

12345