Home
last modified time | relevance | path

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

123

/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/files/
DQuickViewIntentBuilderTest.java55 String[] features = intent.getStringArrayExtra(Intent.EXTRA_QUICK_VIEW_FEATURES); in testSetsNoFeatures_InArchiveDocument() local
66 Set<String> features = new HashSet<>( in testSetsFullFeatures_RegularDocument() local
86 Set<String> features = new HashSet<>( in testPickerFeatures_RegularDocument() local
/packages/apps/DocumentsUI/tests/common/com/android/documentsui/testing/
DTestEnv.java73 public final Features features; field in TestEnv
78 private TestEnv(Context context, Features features, String authority) { in TestEnv()
116 public static TestEnv create(Features features) { in create()
124 public static TestEnv create(Features features, String authority) { in create()
131 Features features = new Features.RuntimeFeatures(context.getResources(), null); in create() local
135 private static TestEnv create(Context context, Features features, String authority) { in create()
/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.java78 Map<String, Map<String, Double>> features = mSuggestionFeaturizer.featurize(suggestions); in rankRelevantSuggestions() local
98 double getRelevanceMetric(Map<String, Double> features) { in getRelevanceMetric()
/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/
DInjector.java51 public final Features features; field in Injector
84 Features features, in Injector()
97 Features features, in Injector()
DSharedInputHandler.java49 Features features, in SharedInputHandler()
DRefreshTask.java55 public RefreshTask(Features features, State state, DocumentInfo doc, long timeout, in RefreshTask()
/packages/apps/DocumentsUI/src/com/android/documentsui/services/
DFileOperation.java98 abstract Job createJob(Context service, Job.Listener listener, String id, Features features); in createJob()
138 CopyJob createJob(Context service, Job.Listener listener, String id, Features features) { in createJob()
179 CopyJob createJob(Context service, Job.Listener listener, String id, Features features) { in createJob()
221 CopyJob createJob(Context service, Job.Listener listener, String id, Features features) { in createJob()
256 Job createJob(Context service, Job.Listener listener, String id, Features features) { in createJob()
DDeleteJob.java57 UrisSupplier srcs, @Nullable Uri srcParent, Features features) { in DeleteJob()
DMoveJob.java65 UrisSupplier srcs, @Nullable Uri srcParent, Messenger messenger, Features features) { in MoveJob()
DResolvedResourcesJob.java50 DocumentStack destination, UrisSupplier srcs, Features features) { in ResolvedResourcesJob()
DCompressJob.java60 UrisSupplier srcs, Messenger messenger, Features features) { in CompressJob()
/packages/apps/DocumentsUI/src/com/android/documentsui/queries/
DCommandInterceptor.java45 public CommandInterceptor(Features features) { in CommandInterceptor()
201 Features features, in createDebugModeFlipper()
/packages/apps/Dialer/java/com/android/dialer/calldetails/proto/
Dcall_details_entries.proto15 optional int32 features = 3; field
/packages/apps/DocumentsUI/src/com/android/documentsui/dirlist/
DScaleHelper.java48 public ScaleHelper(Context context, Features features, Consumer<Float> scaleCallback) { in ScaleHelper()
/packages/apps/Dialer/java/com/android/dialer/calllog/model/
Dcoalesced_row.proto47 optional int32 features = 11; field
/packages/apps/Bluetooth/src/com/android/bluetooth/avrcpcontroller/
DStackEvent.java53 static StackEvent rcFeatures(int features) { in rcFeatures()
/packages/apps/Settings/tests/robotests/src/com/android/settings/testutils/shadow/
DShadowRestrictedLockUtilsInternal.java85 int features, final @UserIdInt int userId) { in checkIfKeyguardFeaturesDisabled()
136 public static void setKeyguardDisabledFeatures(int features) { in setKeyguardDisabledFeatures()
/packages/modules/ExtServices/src/android/ext/services/resolver/
DLRResolverRankerService.java74 ArrayMap<String, Float> features = getFeatures(target); in onPredictSharingProbabilities() local
129 ArrayMap<String, Float> features = new ArrayMap<>(4); in getFeatures() local
/packages/apps/Dialer/java/com/android/dialer/historyitemactions/
Dhistory_item_action_module_info.proto30 optional int32 features = 5; field
/packages/apps/DocumentsUI/src/com/android/documentsui/ui/
DDialogController.java70 … public RuntimeDialogController(Features features, Activity activity, MessageBuilder messages) { in RuntimeDialogController()
208 static DialogController create(Features features, Activity activity, MessageBuilder messages) { in create()
/packages/apps/DocumentsUI/src/com/android/documentsui/base/
DDocumentFilters.java45 public static Predicate<Cursor> sharable(Features features) { in sharable()
/packages/apps/Bluetooth/src/com/android/bluetooth/sdp/
DSdpManager.java83 int l2capPsm, int version, int msgTypes, int features); in sdpCreateMapMasRecordNative()
86 int l2capPsm, int version, int features); in sdpCreateMapMnsRecordNative()
92 int l2capPsm, int version, int repositories, int features); in sdpCreatePbapPseRecordNative()
507 int version, int msgTypes, int features) { in createMapMasRecord()
536 int features) { in createMapMnsRecord()
587 int repositories, int features) { in createPbapPseRecord()
/packages/apps/DocumentsUI/tests/common/com/android/documentsui/services/
DTestJob.java43 UrisSupplier srcs, Runnable startRunnable, Features features) { in TestJob()

123