Home
last modified time | relevance | path

Searched defs:features (Results 1 – 25 of 169) sorted by relevance

1234567

/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/util/
DFeatureBitsetUtilsTest.java46 BitSet features = new BitSet(); in testSuccessfulFormatting() local
59 BitSet features = new BitSet(); in testNewestFeatureFormatting() local
72 BitSet features = new BitSet(); in testUnrecognizedFeature() local
/packages/apps/DocumentsUI/tests/common/com/android/documentsui/testing/
DTestEnv.java81 public final Features features; field in TestEnv
88 private TestEnv(Context context, Features features, String authority) { in TestEnv()
129 public static TestEnv create(Features features) { in create()
137 public static TestEnv create(Features features, String authority) { in create()
144 Features features = new Features.RuntimeFeatures(context.getResources(), null); in create() local
148 private static TestEnv create(Context context, Features features, String authority) { in create()
/packages/modules/Bluetooth/system/stack/acl/
Dpeer_packet_types.h25 inline std::string bd_features_text(const BD_FEATURES& features) { in bd_features_text()
46 PeerPacketTypes(const BD_FEATURES& features) { in PeerPacketTypes()
/packages/services/Telephony/tests/src/com/android/services/telephony/rcs/
DSipMessageParsingUtilsTest.java56 Set<String> features = SipMessageParsingUtils.getAcceptContactFeatureTags(header); in testAcceptContactHeaderMultipleValues() local
62 private String addFeatures(String headers, Set<String> features) { in addFeatures()
/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/files/
DQuickViewIntentBuilderTest.java65 String[] features = intent.getStringArrayExtra(Intent.EXTRA_QUICK_VIEW_FEATURES); in testSetsNoFeatures_InArchiveDocument() local
76 Set<String> features = new HashSet<>( in testSetsFullFeatures_RegularDocument() local
96 Set<String> features = new HashSet<>( in testPickerFeatures_RegularDocument() local
/packages/apps/Dialer/java/com/android/dialer/calllogutils/
DCallbackActionHelper.java50 Context context, String number, int features, String phoneAccountComponentName) { in getCallbackAction()
63 String number, int features, boolean isDuoCall) { in getCallbackAction()
/packages/apps/SettingsIntelligence/src/com/android/settings/intelligence/suggestions/ranking/
DSuggestionRanker.java77 Map<String, Map<String, Double>> features = mSuggestionFeaturizer.featurize(suggestions); in rankRelevantSuggestions() local
97 double getRelevanceMetric(Map<String, Double> features) { in getRelevanceMetric()
/packages/apps/DocumentsUI/src/com/android/documentsui/
DInjector.java52 public final Features features; field in Injector
87 Features features, in Injector()
99 Features features, in Injector()
/packages/modules/Wifi/framework/java/android/net/wifi/
DSoftApCapability.java246 public boolean areFeaturesSupported(@HotspotFeatures long features) { in areFeaturesSupported()
256 public void setSupportedFeatures(boolean value, @HotspotFeatures long features) { in setSupportedFeatures()
354 public SoftApCapability(@HotspotFeatures long features) { in SoftApCapability()
/packages/apps/DocumentsUI/src/com/android/documentsui/services/
DFileOperation.java101 abstract Job createJob(Context service, Job.Listener listener, String id, Features features); in createJob()
141 CopyJob createJob(Context service, Job.Listener listener, String id, Features features) { in createJob()
182 CopyJob createJob(Context service, Job.Listener listener, String id, Features features) { in createJob()
224 CopyJob createJob(Context service, Job.Listener listener, String id, Features features) { in createJob()
259 Job createJob(Context service, Job.Listener listener, String id, Features features) { in createJob()
/packages/modules/Bluetooth/system/bta/test/common/
Dbtif_storage_mock.cc91 std::vector<uint8_t> presets_bin, uint8_t features, in btif_storage_add_leaudio_has_device()
113 bool btif_storage_get_leaudio_has_features(const RawAddress& address, uint8_t& features) { in btif_storage_get_leaudio_has_features()
118 void btif_storage_set_leaudio_has_features(const RawAddress& address, uint8_t features) { in btif_storage_set_leaudio_has_features()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/sdp/
DSdpManagerNativeInterface.java96 int features) { in createMapMasRecord()
121 String serviceName, int rfcommChannel, int l2capPsm, int version, int features) { in createMapMnsRecord()
170 int features) { in createPbapPseRecord()
401 int features); in sdpCreateMapMasRecordNative()
404 String serviceName, int rfcommChannel, int l2capPsm, int version, int features); in sdpCreateMapMnsRecordNative()
414 int features); in sdpCreatePbapPseRecordNative()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/hfpclient/connserv/
DHeadsetClientServiceInterfaceTest.java189 Set<Integer> features = Set.of(HeadsetClientHalConstants.PEER_FEAT_3WAY); in testGetCurrentAgFeatures() local
228 Set<Integer> features = Set.of(HeadsetClientHalConstants.PEER_FEAT_3WAY); in testHasHfpClientEcc() local
/packages/apps/TV/common/src/com/android/tv/common/feature/
DFeatureUtils.java31 public static Feature or(final Feature... features) { in or()
/packages/apps/DocumentsUI/src/com/android/documentsui/queries/
DCommandInterceptor.java45 public CommandInterceptor(Features features) { in CommandInterceptor()
201 Features features, in createDebugModeFlipper()
/packages/services/Car/service/src/com/android/car/
DCarFeatureController.java605 private void persistToFeatureConfigFile(ArraySet<String> features) { in persistToFeatureConfigFile()
683 private static void addSupportFeatures(Collection<String> features) { in addSupportFeatures()
691 private static void removeSupportFeatures(Collection<String> features) { in removeSupportFeatures()
699 private static ArraySet<String> combineFeatures(List<String> features, in combineFeatures()
/packages/modules/Bluetooth/system/gd/rust/linux/utils/src/
Dlib.rs7 pub mod features; module
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/avrcpcontroller/
DStackEventTest.java49 int features = 3; in rcFeatures() local
/packages/modules/Bluetooth/system/bta/test/
Dbta_hf_client_add_record_test.cc36 tBTA_HF_CLIENT_FEAT features = get_default_hf_client_features(); in TEST_F() local
/packages/apps/DocumentsUI/src/com/android/documentsui/ui/
DDialogController.java66 public RuntimeDialogController(Features features, Activity activity) { in RuntimeDialogController()
183 static DialogController create(Features features, Activity activity) { in create()
/packages/modules/NeuralNetworks/runtime/test/specs/V1_0/
Dembedding_lookup.mod.py20 features = 4 variable
/packages/modules/NeuralNetworks/runtime/test/specs/V1_3/
Dembedding_lookup_v1_3.mod.py20 features = 4 variable
Dembedding_lookup_quant8_signed.mod.py20 features = 4 variable
/packages/modules/NeuralNetworks/runtime/test/specs/V1_2/
Dembedding_lookup_v1_2.mod.py20 features = 4 variable
/packages/modules/NeuralNetworks/runtime/test/specs/V1_1/
Dembedding_lookup_relaxed.mod.py20 features = 4 variable

1234567