Home
last modified time | relevance | path

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

/packages/modules/AppSearch/framework/java/external/android/app/appsearch/
DAppSearchBatchResult.java52 AppSearchBatchResult( in AppSearchBatchResult()
54 Map<KeyType, @android.app.appsearch.checker.nullness.qual.Nullable ValueType> in AppSearchBatchResult()
/packages/modules/adb/proto/
Dkey_type.proto24 enum KeyType { enum
/packages/modules/AppSearch/framework/java/android/app/appsearch/
DBatchResultCallback.java36 void onResult(@NonNull AppSearchBatchResult<KeyType, ValueType> result); in onResult()
/packages/modules/Connectivity/staticlibs/native/bpf_headers/include/bpf/
Dbpf_helpers.h316 #define DEFINE_BPF_MAP_EXT(the_map, TYPE, KeyType, ValueType, num_entries, usr, grp, md, \ argument
356 #define DEFINE_BPF_MAP_UGM(the_map, TYPE, KeyType, ValueType, num_entries, usr, grp, md) \ argument
362 #define DEFINE_BPF_MAP(the_map, TYPE, KeyType, ValueType, num_entries) \ argument
366 #define DEFINE_BPF_MAP_RO(the_map, TYPE, KeyType, ValueType, num_entries, gid) \ argument
370 #define DEFINE_BPF_MAP_GWO(the_map, TYPE, KeyType, ValueType, num_entries, gid) \ argument
374 #define DEFINE_BPF_MAP_GRO(the_map, TYPE, KeyType, ValueType, num_entries, gid) \ argument
378 #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/federatedcompute/src/com/android/federatedcompute/services/data/
DFederatedComputeEncryptionKey.java85 public @interface KeyType {} annotation in FederatedComputeEncryptionKey
/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()