Home
last modified time | relevance | path

Searched refs:purpose (Results 1 – 25 of 165) sorted by relevance

1234567

/frameworks/base/keystore/java/android/security/keystore/
DKeyProperties.java129 public static int toKeymaster(@PurposeEnum int purpose) { in toKeymaster() argument
130 switch (purpose) { in toKeymaster()
146 throw new IllegalArgumentException("Unknown purpose: " + purpose); in toKeymaster()
150 public static @PurposeEnum int fromKeymaster(int purpose) { in fromKeymaster() argument
151 switch (purpose) { in fromKeymaster()
167 throw new IllegalArgumentException("Unknown purpose: " + purpose); in fromKeymaster()
/frameworks/base/libs/protoutil/tests/
Dtest.proto1 // This proto file is only used for testing purpose.
/frameworks/base/apex/appsearch/service/
Djarjar-rules.txt2 # purpose in system service, which would cause class collisions when loading our apex into the
/frameworks/base/keystore/java/android/security/keystore2/
DAndroidKeyStoreSignatureSpiBase.java208 int purpose = mSigning ? KeymasterDefs.KM_PURPOSE_SIGN : KeymasterDefs.KM_PURPOSE_VERIFY; in ensureKeystoreOperationInitialized() local
210 parameters.add(KeyStore2ParameterUtils.makeEnum(KeymasterDefs.KM_TAG_PURPOSE, purpose)); in ensureKeystoreOperationInitialized()
DAndroidKeyStoreCipherSpiBase.java323 int purpose; in ensureKeystoreOperationInitialized() local
325 purpose = mKeymasterPurposeOverride; in ensureKeystoreOperationInitialized()
327 purpose = mEncrypting in ensureKeystoreOperationInitialized()
331 parameters.add(KeyStore2ParameterUtils.makeEnum(KeymasterDefs.KM_TAG_PURPOSE, purpose)); in ensureKeystoreOperationInitialized()
DAndroidKeyStoreKeyGeneratorSpi.java297 ArrayUtils.forEach(mKeymasterPurposes, (purpose) -> { in engineGenerateKey()
299 KeymasterDefs.KM_TAG_PURPOSE, purpose in engineGenerateKey()
DAndroidKeyStoreSpi.java471 KeyStore2ParameterUtils.forEachSetFlag(spec.getPurposes(), (purpose) -> { in setPrivateKeyEntry()
474 KeyProperties.Purpose.toKeymaster(purpose) in setPrivateKeyEntry()
709 KeyStore2ParameterUtils.forEachSetFlag(params.getPurposes(), (purpose) -> { in setSecretKeyEntry()
712 KeyProperties.Purpose.toKeymaster(purpose) in setSecretKeyEntry()
DAndroidKeyStoreKeyPairGeneratorSpi.java751 ArrayUtils.forEach(mKeymasterPurposes, (purpose) -> { in constructKeyGenerationArguments()
753 KeymasterDefs.KM_TAG_PURPOSE, purpose in constructKeyGenerationArguments()
/frameworks/minikin/doc/
Dminikin_style.md7 In dir/foo.cc or dir/foo_test.cc, whose main purpose is to implement or test the stuff in
/frameworks/base/core/proto/android/service/
Drestricted_image.proto26 // permission for the purpose of debugging photos.
/frameworks/av/drm/libmediadrm/protos/
Dmetrics.proto35 // A general purpose error code where 0 means OK.
/frameworks/opt/setupwizard/library/
DLICENSE59 Licensor for the purpose of discussing and improving the Work, but
186 file or class name and description of purpose be included on the
/frameworks/native/opengl/tests/angeles/
Dlicense-LGPL.txt181 its purpose remains meaningful.
184 a purpose that is entirely well-defined independent of the
391 It is not the purpose of this section to induce you to infringe any
393 such claims; this section has the sole purpose of protecting the
/frameworks/base/
DAndroid.bp380 // compatibility reason. The purpose of this module is to provide
382 // "framework-minus-apex" can't be used for the purpose because 1)
/frameworks/native/opengl/specs/
DEGL_ANDROID_get_frame_timestamps.txt206 purpose of display/composition were completed for this frame.
/frameworks/rs/tests/java_api/Refocus/src/com/android/rs/test/
Dlayered_filter_fast_f32.rscript493 // This kernel extracts intermediate images for testing purpose.
515 // This kernel extracts intermediate images for testing purpose.
/frameworks/av/media/libstagefright/foundation/
DNOTICE71 Licensor for the purpose of discussing and improving the Work, but
/frameworks/av/drm/libdrmframework/
DNOTICE71 Licensor for the purpose of discussing and improving the Work, but
/frameworks/base/cmds/appwidget/
DNOTICE71 Licensor for the purpose of discussing and improving the Work, but
/frameworks/av/media/libstagefright/
DNOTICE71 Licensor for the purpose of discussing and improving the Work, but
/frameworks/base/cmds/pm/
DNOTICE71 Licensor for the purpose of discussing and improving the Work, but
/frameworks/av/media/libstagefright/id3/
DNOTICE71 Licensor for the purpose of discussing and improving the Work, but
/frameworks/av/media/codec2/components/g711/
DNOTICE71 Licensor for the purpose of discussing and improving the Work, but
/frameworks/av/media/libstagefright/codecs/g711/dec/
DNOTICE71 Licensor for the purpose of discussing and improving the Work, but
/frameworks/base/data/fonts/
DNOTICE71 Licensor for the purpose of discussing and improving the Work, but

1234567