/aosp12/frameworks/base/telephony/java/android/telephony/ |
H A D | ImsiEncryptionInfo.java | 46 private final int keyType; field in ImsiEncryptionInfo 51 public ImsiEncryptionInfo(String mcc, String mnc, int keyType, String keyIdentifier, in ImsiEncryptionInfo() 57 public ImsiEncryptionInfo(String mcc, String mnc, int keyType, String keyIdentifier, in ImsiEncryptionInfo()
|
/aosp12/packages/apps/Messaging/src/com/android/messaging/ui/debug/ |
H A D | DebugMmsConfigItemView.java | 42 void onValueChanged(String key, String keyType, String value); in onValueChanged() 66 public void bind(final String key, final String keyType, final String value, in bind()
|
H A D | DebugMmsConfigFragment.java | 135 public void onValueChanged(String key, String keyType, String value) { in onValueChanged()
|
/aosp12/frameworks/av/drm/mediadrm/plugins/clearkey/hidl/ |
H A D | InitDataParser.cpp | 49 V1_0::KeyType keyType, in parse() 150 std::string InitDataParser::generateRequest(V1_0::KeyType keyType, in generateRequest()
|
H A D | Session.cpp | 45 V1_0::KeyType keyType, in getKeyRequest()
|
H A D | DrmPlugin.cpp | 175 KeyType keyType, in getKeyRequestCommon() 249 KeyType keyType, in getKeyRequest() 271 KeyType keyType, in getKeyRequest_1_1() 292 KeyType keyType, in getKeyRequest_1_2()
|
/aosp12/packages/apps/KeyChain/tests/src/com/android/keychain/tests/ |
H A D | KeyChainTestActivity.java | 240 @Override public String chooseServerAlias(String keyType, in chooseServerAlias() 266 @Override public String[] getClientAliases(String keyType, Principal[] issuers) { in getClientAliases() 270 @Override public String[] getServerAliases(String keyType, Principal[] issuers) { in getServerAliases()
|
/aosp12/frameworks/base/keystore/java/android/security/ |
H A D | KeyPairGeneratorSpec.java | 113 public KeyPairGeneratorSpec(Context context, String keyStoreAlias, String keyType, int keySize, in KeyPairGeneratorSpec() 331 public Builder setKeyType(@NonNull @KeyProperties.KeyAlgorithmEnum String keyType) in setKeyType()
|
/aosp12/system/security/keystore/ |
H A D | keystore_utils.cpp | 108 void add_legacy_key_authorizations(int keyType, keystore::AuthorizationSet* params) { in add_legacy_key_authorizations()
|
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
H A D | CarrierKeyDownloadManager.java | 498 public boolean isKeyEnabled(int keyType) { in isKeyEnabled() 507 public static boolean isKeyEnabled(int keyType, int keyAvailability) { in isKeyEnabled()
|
H A D | CarrierInfoManager.java | 69 public static ImsiEncryptionInfo getCarrierInfoForImsiEncryption(int keyType, in getCarrierInfoForImsiEncryption()
|
H A D | PhoneSubInfoController.java | 94 public ImsiEncryptionInfo getCarrierInfoForImsiEncryption(int subId, int keyType, in getCarrierInfoForImsiEncryption()
|
H A D | PhoneInternalInterface.java | 1087 ImsiEncryptionInfo getCarrierInfoForImsiEncryption(int keyType, boolean fallback); in getCarrierInfoForImsiEncryption()
|
/aosp12/frameworks/av/media/ndk/include/media/ |
H A D | NdkMediaDrm.h | 155 AMediaDrmKeyStatusType keyType; member
|
/aosp12/frameworks/av/drm/mediadrm/plugins/clearkey/default/ |
H A D | DrmPlugin.cpp | 87 KeyType keyType, in getKeyRequest()
|
/aosp12/frameworks/base/telephony/java/com/android/internal/telephony/ |
H A D | IPhoneSubInfo.aidl | 147 ImsiEncryptionInfo getCarrierInfoForImsiEncryption(int subId, int keyType, in getCarrierInfoForImsiEncryption()
|
/aosp12/system/keymaster/cppcose/ |
H A D | cppcose.cpp | 296 auto& keyType = senderCoseKey->asMap()->get(CoseKey::KEY_TYPE); in getSenderPubKeyFromCoseEncrypt() local
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/people/widget/ |
H A D | PeopleBackupHelper.java | 228 SharedFileEntryType keyType = getEntryType(entry); in restoreKey() local
|
H A D | PeopleSpaceWidgetManager.java | 1291 PeopleBackupHelper.SharedFileEntryType keyType = getEntryType(entry); in remapSharedFile() local
|
/aosp12/frameworks/av/drm/libmediadrm/fuzzer/ |
H A D | mediadrm_fuzzer.cpp | 232 DrmPlugin::KeyType keyType; in invokeDrmDecryptEncryptAPI() local
|
/aosp12/hardware/interfaces/drm/1.0/default/ |
H A D | DrmPlugin.cpp | 45 KeyType keyType, const hidl_vec<KeyValue>& optionalParameters, in getKeyRequest()
|
/aosp12/frameworks/av/drm/mediadrm/plugins/mock/ |
H A D | MockDrmCryptoPlugin.cpp | 114 String8 const &mimeType, KeyType keyType, in getKeyRequest()
|
/aosp12/frameworks/base/core/java/android/widget/ |
H A D | GridLayout.java | 2294 private final Class<K> keyType; field in Assoc 2297 private Assoc(Class<K> keyType, Class<V> valueType) { in Assoc() 2302 public static <K, V> Assoc<K, V> of(Class<K> keyType, Class<V> valueType) { in of()
|
/aosp12/frameworks/base/core/jni/ |
H A D | android_hardware_camera2_CameraMetadata.cpp | 766 jclass keyType) { in CameraMetadata_getAllVendorKeys()
|
/aosp12/frameworks/av/media/ndk/ |
H A D | NdkMediaDrm.cpp | 415 const uint8_t *init, size_t initSize, const char *mimeType, AMediaDrmKeyType keyType, in AMediaDrm_getKeyRequest()
|