Home
last modified time | relevance | path

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

123

/packages/apps/Settings/tests/robotests/src/com/android/settings/dashboard/suggestions/
DSuggestionFeaturizerTest.java52 Map<String, Double> features = mSuggestionFeaturizer.featurize(Arrays.asList("pkg")) in testFeaturize_singlePackage() local
75 Map<String, Map<String, Double>> features = mSuggestionFeaturizer in testFeaturize_multiplePackages() local
/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/files/
DQuickViewIntentBuilderTest.java48 String[] features = intent.getStringArrayExtra(Intent.EXTRA_QUICK_VIEW_FEATURES); in testSetsNoFeatures_InArchiveDocument() local
59 Set<String> features = new HashSet<>( in testSetsFullFeatures_RegularDocument() local
/packages/apps/Settings/src/com/android/settings/dashboard/suggestions/
DSuggestionRanker.java64 Map<String, Map<String, Double>> features = mSuggestionFeaturizer.featurize(suggestionIds); in rankSuggestions() local
73 double getRelevanceMetric(Map<String, Double> features) { in getRelevanceMetric()
DSuggestionFeaturizer.java65 Map<String, Map<String, Double>> features = new HashMap<>(); in featurize() local
/packages/apps/TV/common/src/com/android/tv/common/feature/
DFeatureUtils.java33 public static Feature OR(final Feature... features) { in OR()
/packages/apps/DocumentsUI/src/com/android/documentsui/
DInjector.java50 public final Features features; field in Injector
80 Features features, in Injector()
93 Features features, in Injector()
DSharedInputHandler.java44 Features features) { in SharedInputHandler()
DRefreshTask.java53 public RefreshTask(Features features, State state, DocumentInfo doc, long timeout, in RefreshTask()
/packages/apps/DocumentsUI/src/com/android/documentsui/services/
DFileOperation.java97 abstract Job createJob(Context service, Job.Listener listener, String id, Features features); in createJob()
136 CopyJob createJob(Context service, Job.Listener listener, String id, Features features) { in createJob()
176 CopyJob createJob(Context service, Job.Listener listener, String id, Features features) { in createJob()
217 CopyJob createJob(Context service, Job.Listener listener, String id, Features features) { in createJob()
252 Job createJob(Context service, Job.Listener listener, String id, Features features) { in createJob()
DDeleteJob.java55 UrisSupplier srcs, @Nullable Uri srcParent, Features features) { in DeleteJob()
DResolvedResourcesJob.java50 DocumentStack destination, UrisSupplier srcs, Features features) { in ResolvedResourcesJob()
DMoveJob.java62 UrisSupplier srcs, @Nullable Uri srcParent, Messenger messenger, Features features) { in MoveJob()
DCompressJob.java60 UrisSupplier srcs, Messenger messenger, Features features) { in CompressJob()
/packages/apps/Dialer/java/com/android/dialer/calldetails/proto/
Dcall_details_entries.proto16 optional int32 features = 3; field
/packages/apps/Dialer/java/com/android/dialer/oem/
DMotorolaUtils.java88 public static boolean shouldShowHdIconInCallLog(Context context, int features) { in shouldShowHdIconInCallLog()
95 public static boolean shouldShowWifiIconInCallLog(Context context, int features) { in shouldShowWifiIconInCallLog()
/packages/apps/DocumentsUI/src/com/android/documentsui/queries/
DCommandInterceptor.java45 public CommandInterceptor(Features features) { in CommandInterceptor()
225 Features features, in createDebugModeFlipper()
/packages/apps/DocumentsUI/src/com/android/documentsui/ui/
DDialogController.java68 … public RuntimeDialogController(Features features, Activity activity, MessageBuilder messages) { in RuntimeDialogController()
207 static DialogController create(Features features, Activity activity, MessageBuilder messages) { in create()
/packages/services/Telecomm/src/com/android/server/telecom/
DCallLogManager.java75 int features, PhoneAccountHandle accountHandle, long creationDate, in AddCallArgs()
102 public final int features; field in CallLogManager.AddCallArgs
259 int features, in logCall()
307 int features = 0; in getCallFeatures() local
/packages/apps/Bluetooth/src/com/android/bluetooth/sdp/
DSdpManager.java80 int rfcommChannel, int l2capPsm, int version, int msgTypes, int features); in sdpCreateMapMasRecordNative()
83 int rfcommChannel, int l2capPsm, int version, int features); in sdpCreateMapMnsRecordNative()
86 int l2capPsm, int version, int repositories, int features); in sdpCreatePbapPseRecordNative()
506 int msgTypes, int features) { in createMapMasRecord()
535 int l2capPsm, int version, int features) { in createMapMnsRecord()
566 int version, int repositories, int features) { in createPbapPseRecord()
/packages/apps/DocumentsUI/src/com/android/documentsui/base/
DDocumentFilters.java45 public static Predicate<Cursor> sharable(Features features) { in sharable()
/packages/apps/DocumentsUI/tests/common/com/android/documentsui/services/
DTestJob.java43 UrisSupplier srcs, Runnable startRunnable, Features features) { in TestJob()
/packages/apps/Bluetooth/jni/
Dcom_android_bluetooth_sdp.cpp253 jint msg_types, jint features) { in sdpCreateMapMasRecordNative()
292 jint features) { in sdpCreateMapMnsRecordNative()
330 jint features) { in sdpCreatePbapPseRecordNative()
/packages/apps/DocumentsUI/tests/functional/com/android/documentsui/
DActivityTest.java66 public Features features; field in ActivityTest
/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/
DModelTest.java73 private TestFeatures features; field in ModelTest
/packages/apps/DocumentsUI/tests/common/com/android/documentsui/testing/
DTestModel.java50 public TestModel(String authority, Features features) { in TestModel()

123