/packages/modules/AppSearch/framework/java/external/android/app/appsearch/ |
D | AppSearchBatchResult.java | 53 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/ |
D | key_type.proto | 24 enum KeyType { enum
|
/packages/modules/UprobeStats/src/bpf/headers/include/ |
D | bpf_helpers.h | 318 #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/ |
D | BatchResultCallback.java | 36 void onResult(@NonNull AppSearchBatchResult<KeyType, ValueType> result); in onResult()
|
/packages/modules/Connectivity/bpf/headers/include/ |
D | bpf_helpers.h | 350 #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/ |
D | EncryptionKey.java | 228 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/ |
D | SharedPreferencesKey.java | 47 public @interface KeyType {} annotation in SharedPreferencesKey
|
/packages/modules/OnDevicePersonalization/common/java/com/android/odp/module/common/encryption/ |
D | OdpEncryptionKey.java | 81 public @interface KeyType {} annotation in OdpEncryptionKey
|
/packages/apps/Settings/src/com/android/settings/network/telephony/ |
D | CarrierConfigRepository.kt | 36 private enum class KeyType { in <lambda>() class in com.android.settings.network.telephony.CarrierConfigRepository
|
/packages/modules/Bluetooth/tools/rootcanal/rust/src/lmp/procedure/ |
D | secure_simple_pairing.rs | 78 fn link_key_type(auth_method: AuthenticationMethod, dh_key: DhKey) -> hci::KeyType { in link_key_type()
|