Home
last modified time | relevance | path

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

123

/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/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.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.java50 public final Features features; field in Injector
85 Features features, in Injector()
97 Features features, in Injector()
DRefreshTask.java55 public RefreshTask(Features features, State state, DocumentInfo doc, long timeout, in RefreshTask()
DSharedInputHandler.java50 Features features, in SharedInputHandler()
/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()
DDeleteJob.java58 UrisSupplier srcs, @Nullable Uri srcParent, Features features) { in DeleteJob()
DMoveJob.java66 UrisSupplier srcs, @Nullable Uri srcParent, Messenger messenger, Features features) { in MoveJob()
DResolvedResourcesJob.java51 DocumentStack destination, UrisSupplier srcs, Features features) { in ResolvedResourcesJob()
/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.proto16 optional int32 features = 3; field
/packages/services/Car/service/src/com/android/car/
DCarFeatureController.java413 private void persistToFeatureConfigFile(HashSet<String> features) { in persistToFeatureConfigFile()
467 private static void addSupportFeatures(Collection<String> features) { in addSupportFeatures()
473 private static void removeSupportFeatures(Collection<String> features) { in removeSupportFeatures()
/packages/apps/DocumentsUI/src/com/android/documentsui/dirlist/
DScaleHelper.java48 public ScaleHelper(Context context, Features features, Consumer<Float> scaleCallback) { in ScaleHelper()
/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/systemfeatures/
DSystemFeaturesFragment.java78 final FeatureInfo[] features = mPackageManager.getSystemAvailableFeatures(); in refresh() local
/packages/apps/Settings/tests/robotests/src/com/android/settings/testutils/shadow/
DShadowRestrictedLockUtilsInternal.java83 int features, final @UserIdInt int userId) { in checkIfKeyguardFeaturesDisabled()
128 public static void setKeyguardDisabledFeatures(int features) { in setKeyguardDisabledFeatures()
/packages/apps/Dialer/java/com/android/dialer/calllog/model/
Dcoalesced_row.proto48 optional int32 features = 11; field
/packages/apps/Bluetooth/src/com/android/bluetooth/avrcpcontroller/
DStackEvent.java53 static StackEvent rcFeatures(int features) { in rcFeatures()
/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/ExtServices/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
/packages/apps/Dialer/java/com/android/dialer/historyitemactions/
Dhistory_item_action_module_info.proto31 optional int32 features = 5; field
/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()

123