Home
last modified time | relevance | path

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

12345678

/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()
128 public static TestEnv create(Features features) { in create()
136 public static TestEnv create(Features features, String authority) { in create()
143 Features features = new Features.RuntimeFeatures(context.getResources(), null); in create() local
147 private static TestEnv create(Context context, Features features, String authority) { in create()
/packages/modules/Bluetooth/system/stack/acl/
Dpeer_packet_types.h27 inline std::string bd_features_text(const BD_FEATURES& features) { in bd_features_text()
48 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/modules/Virtualization/microdroid/
DREADME.md180 #### Option 1) Running microdroid on AVF debug policy configured device
197 #### Option 2) Lauching microdroid with debug level.
/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/modules/Bluetooth/system/bta/test/common/
Dbtif_storage_mock.cc74 uint8_t features, in btif_storage_add_leaudio_has_device()
98 uint8_t& features) { in btif_storage_get_leaudio_has_features()
104 uint8_t features) { in btif_storage_set_leaudio_has_features()
/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.java50 public final Features features; field in Injector
85 Features features, in Injector()
97 Features features, in Injector()
/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/btif/test/
Dbtif_hf_client_service_test.cc33 static const int features = in get_default_hf_client_features() local
44 tBTA_HF_CLIENT_FEAT features, in BTA_HfClientEnable()
/packages/modules/Bluetooth/system/bta/hf_client/
Dbta_hf_client_api.cc64 tBTA_HF_CLIENT_FEAT features, in BTA_HfClientEnable()
229 static const int features = in get_default_hf_client_features() local
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/hfpclient/connserv/
DHeadsetClientServiceInterfaceTest.java187 Set<Integer> features = Set.of(HeadsetClientHalConstants.PEER_FEAT_3WAY); in testGetCurrentAgFeatures() local
226 Set<Integer> features = Set.of(HeadsetClientHalConstants.PEER_FEAT_3WAY); in testHasHfpClientEcc() local
/packages/modules/Bluetooth/system/gd/l2cap/classic/
Dlink_property_listener.h58 virtual void OnReadRemoteSupportedFeatures(hci::Address remote, uint64_t features) {} in OnReadRemoteSupportedFeatures()
64 hci::Address remote, uint8_t page_number, uint8_t max_page_number, uint64_t features) {} in OnReadRemoteExtendedFeatures()
/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.java461 private void persistToFeatureConfigFile(HashSet<String> features) { in persistToFeatureConfigFile()
522 private static void addSupportFeatures(Collection<String> features) { in addSupportFeatures()
528 private static void removeSupportFeatures(Collection<String> features) { in removeSupportFeatures()
/packages/modules/Bluetooth/system/gd/rust/stack/src/hci/
Dcontroller.rs62 let features = read_features(&mut hci).await; in provide_controller() localVariable
182 let mut features = Vec::new(); in read_features() localVariable
203 pub features: SupportedFeatures, field
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/avrcpcontroller/
DStackEventTest.java48 int features = 3; in rcFeatures() local
/packages/modules/Wifi/framework/java/android/net/wifi/
DSoftApCapability.java232 public boolean areFeaturesSupported(@HotspotFeatures long features) { in areFeaturesSupported()
325 public SoftApCapability(@HotspotFeatures long features) { in SoftApCapability()
/packages/apps/Settings/tests/robotests/src/com/android/settings/testutils/shadow/
DShadowRestrictedLockUtilsInternal.java85 int features, final @UserIdInt int userId) { in checkIfKeyguardFeaturesDisabled()
135 public static void setKeyguardDisabledFeatures(int features) { in setKeyguardDisabledFeatures()
/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
/packages/modules/ExtServices/java/src/android/ext/services/resolver/
DLRResolverRankerService.java83 ArrayMap<String, Float> features = getFeatures(target); in onPredictSharingProbabilities() local
151 ArrayMap<String, Float> features = new ArrayMap<>(4); in getFeatures() local

12345678