Home
last modified time | relevance | path

Searched defs:KeyType (Results 1 – 10 of 10) sorted by relevance

/packages/modules/AppSearch/framework/java/external/android/app/appsearch/
DAppSearchBatchResult.java53 AppSearchBatchResult( in AppSearchBatchResult()
54 @NonNull Map<KeyType, @Nullable ValueType> successes, in AppSearchBatchResult()
134 public Builder(@NonNull AppSearchBatchResult<KeyType, ValueType> appSearchBatchResult) { in Builder()
/packages/modules/adb/proto/
Dkey_type.proto24 enum KeyType { enum
/packages/modules/UprobeStats/src/bpf/headers/include/
Dbpf_helpers.h318 #define DEFINE_BPF_MAP_EXT(the_map, TYPE, KeyType, ValueType, num_entries, usr, grp, md, \ argument
359 #define DEFINE_BPF_MAP_KERNEL_INTERNAL(the_map, TYPE, KeyType, ValueType, num_entries) \ argument
364 #define DEFINE_BPF_MAP_UGM(the_map, TYPE, KeyType, ValueType, num_entries, usr, grp, md) \ argument
370 #define DEFINE_BPF_MAP(the_map, TYPE, KeyType, ValueType, num_entries) \ argument
374 #define DEFINE_BPF_MAP_RO(the_map, TYPE, KeyType, ValueType, num_entries, gid) \ argument
378 #define DEFINE_BPF_MAP_GWO(the_map, TYPE, KeyType, ValueType, num_entries, gid) \ argument
382 #define DEFINE_BPF_MAP_GRO(the_map, TYPE, KeyType, ValueType, num_entries, gid) \ argument
386 #define DEFINE_BPF_MAP_GRW(the_map, TYPE, KeyType, ValueType, num_entries, gid) \ argument
/packages/modules/AppSearch/framework/java/android/app/appsearch/
DBatchResultCallback.java36 void onResult(@NonNull AppSearchBatchResult<KeyType, ValueType> result); in onResult()
/packages/modules/Connectivity/bpf/headers/include/
Dbpf_helpers.h350 #define DEFINE_BPF_MAP_EXT(the_map, TYPE, KeyType, ValueType, num_entries, usr, grp, md, \ argument
391 #define DEFINE_BPF_MAP_KERNEL_INTERNAL(the_map, TYPE, KeyType, ValueType, num_entries) \ argument
396 #define DEFINE_BPF_MAP_UGM(the_map, TYPE, KeyType, ValueType, num_entries, usr, grp, md) \ argument
402 #define DEFINE_BPF_MAP(the_map, TYPE, KeyType, ValueType, num_entries) \ argument
406 #define DEFINE_BPF_MAP_RO(the_map, TYPE, KeyType, ValueType, num_entries, gid) \ argument
410 #define DEFINE_BPF_MAP_GWO(the_map, TYPE, KeyType, ValueType, num_entries, gid) \ argument
414 #define DEFINE_BPF_MAP_GRO(the_map, TYPE, KeyType, ValueType, num_entries, gid) \ argument
418 #define DEFINE_BPF_MAP_GRW(the_map, TYPE, KeyType, ValueType, num_entries, gid) \ argument
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/encryptionkey/
DEncryptionKey.java228 public enum KeyType { enum in EncryptionKey
234 KeyType(String value) { in KeyType() method in EncryptionKey.KeyType
/packages/modules/AdServices/sdksandbox/framework/java/android/app/sdksandbox/
DSharedPreferencesKey.java47 public @interface KeyType {} annotation in SharedPreferencesKey
/packages/modules/OnDevicePersonalization/common/java/com/android/odp/module/common/encryption/
DOdpEncryptionKey.java81 public @interface KeyType {} annotation in OdpEncryptionKey
/packages/apps/Settings/src/com/android/settings/network/telephony/
DCarrierConfigRepository.kt36 private enum class KeyType { in <lambda>() class in com.android.settings.network.telephony.CarrierConfigRepository
/packages/modules/Bluetooth/tools/rootcanal/rust/src/lmp/procedure/
Dsecure_simple_pairing.rs78 fn link_key_type(auth_method: AuthenticationMethod, dh_key: DhKey) -> hci::KeyType { in link_key_type()