Home
last modified time | relevance | path

Searched defs:create (Results 1 – 25 of 581) sorted by relevance

12345678910>>...24

/packages/modules/AdServices/adservices/libraries/cobalt/java/com/android/cobalt/data/
DReportEntity.java55 static ReportEntity create(ReportKey reportKey, Optional<Integer> lastSentDayIndex) { in create() method in ReportEntity
65 static ReportEntity create(ReportKey reportKey) { in create() method in ReportEntity
75 static ReportEntity create(ReportKey reportKey, int lastSentDayIndex) { in create() method in ReportEntity
DEventVector.java35 public static EventVector create(List<Integer> eventCodes) { in create() method in EventVector
44 public static EventVector create(Integer... eventCodes) { in create() method in EventVector
DStringHashEntity.java92 static StringHashEntity create( in create() method in StringHashEntity
100 public static StringHashEntity create( in create() method in StringHashEntity
/packages/services/Car/libs/car-evs-helper-lib/src/com/android/car/internal/evs/
DCarEvsGLSurfaceView.java91 public static CarEvsGLSurfaceView create(Context context, in create() method in CarEvsGLSurfaceView
105 public static CarEvsGLSurfaceView create(Context context, ArrayList<BufferCallback> callbacks, in create() method in CarEvsGLSurfaceView
120 public static CarEvsGLSurfaceView create(Context context, ArrayList<BufferCallback> callbacks, in create() method in CarEvsGLSurfaceView
136 public static CarEvsGLSurfaceView create(Context context, ArrayList<BufferCallback> callbacks, in create() method in CarEvsGLSurfaceView
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/util/
DFactory.kt19 fun create(): A method
DCachedLater.kt38 protected abstract fun create() in create() method in com.android.quicksearchbox.util.CachedLater
83 var create = false in getLater() variable
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/module/
DFragmentFactory.kt23 fun create(id: String): Fragment? method
/packages/apps/Camera2/src/com/android/camera/ui/
DDetailsDialog.java54 public static Dialog create(Context context, MediaDetails mediaDetails) { in create() method in DetailsDialog
67 }).create(); in create() method
/packages/apps/Contacts/tests/src/com/android/contacts/tests/
DFakeAccountType.java77 public static FakeAccountType create(String accountType, String label) { in create() method in FakeAccountType
84 public static FakeAccountType create(String accountType, String label, Drawable icon) { in create() method in FakeAccountType
92 public static AccountType create(AccountWithDataSet account, String label, Drawable icon) { in create() method in FakeAccountType
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/shell/customaudience/
DCustomAudienceEligibilityInfo.java50 public static CustomAudienceEligibilityInfo create( in create() method in CustomAudienceEligibilityInfo
63 public static CustomAudienceEligibilityInfo create( in create() method in CustomAudienceEligibilityInfo
/packages/apps/Camera2/src/com/android/camera/async/
DHandlerFactory.java31 public Handler create(Lifetime lifetime, String threadName) { in create() method in HandlerFactory
51 public Handler create(Lifetime lifetime, String threadName, int javaThreadPriority) { in create() method in HandlerFactory
/packages/apps/Dialer/java/com/android/dialer/shortcuts/
DIconFactory.java63 public Icon create(@NonNull DialerShortcut shortcut) { in create() method in IconFactory
72 public Icon create(@NonNull ShortcutInfo shortcutInfo) { in create() method in IconFactory
82 private Icon create( in create() method in IconFactory
/packages/apps/DocumentsUI/tests/common/com/android/documentsui/testing/
DTestEnv.java129 public static TestEnv create(Features features) { in create() method in TestEnv
133 public static TestEnv create() { in create() method in TestEnv
137 public static TestEnv create(Features features, String authority) { in create() method in TestEnv
142 public static TestEnv create(String authority) { in create() method in TestEnv
148 private static TestEnv create(Context context, Features features, String authority) { in create() method in TestEnv
DTestMenu.java39 public static TestMenu create() { in create() method in TestMenu
93 public static TestMenu create(int... ids) { in create() method in TestMenu
/packages/modules/AdServices/adservices/libraries/cobalt/java/com/android/cobalt/domain/
DProject.java44 public static Project create(CobaltRegistry registry) { in create() method in Project
73 public static Project create( in create() method in Project
/packages/services/Car/tests/CustomizationTool/src/com/android/car/customization/tool/di/
DCustomizationToolComponent.kt38 fun create(@BindsInstance service: AccessibilityService): CustomizationToolComponent method
/packages/modules/HealthFitness/apk/src/com/android/healthconnect/controller/utils/
DDatePickerFactory.kt24 fun create(context: Context, selectedDate: Instant, maxDate: Instant?): DatePickerDialog { in create() method
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/common/button/ui/viewbinder/
DButtonViewBinder.kt32 fun create( in create() method
/packages/apps/Car/Settings/tests/deviceless/src/com/android/car/settings/testutils/
DFragmentController.java59 public FragmentController<F> create(final Bundle bundle) { in create() method in FragmentController
72 public FragmentController<F> create() { in create() method in FragmentController
/packages/apps/Camera2/src/com/android/camera/stats/profiler/
DGuardingProfiler.java43 public Profile create(String name) { in create() method in GuardingProfiler
49 public Profile create(String name, int maxDurationMillis) { in create() method in GuardingProfiler
/packages/apps/DocumentsUI/src/com/android/documentsui/
DDragHoverListener.java97 public static DragHoverListener create( in create() method in DragHoverListener
103 public static DragHoverListener create( in create() method in DragHoverListener
114 static DragHoverListener create( in create() method
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/adselection/
DAuctionServerDataCompressor.java56 public static UncompressedData create(byte[] data) { in create() method in AuctionServerDataCompressor.UncompressedData
80 public static CompressedData create(byte[] data) { in create() method in AuctionServerDataCompressor.CompressedData
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/customization/ui/viewmodel/
DCustomizationOptionsViewModel.kt51 fun create(viewModelScope: CoroutineScope): CustomizationOptionsViewModel in handleBackPressed() method
/packages/modules/OnDevicePersonalization/federatedcompute/src/com/android/federatedcompute/services/common/
DErrorStatusException.java43 public static ErrorStatusException create( in create() method in ErrorStatusException
49 public static ErrorStatusException create(int code, String detailsFormat, Object... params) { in create() method in ErrorStatusException
/packages/modules/AppSearch/service/java/com/android/server/appsearch/appsindexer/appsearchtypes/
DAppOpenEvent.java132 public static AppOpenEvent create( in create() method in AppOpenEvent
174 public static AppOpenEvent create( in create() method in AppOpenEvent

12345678910>>...24