| /packages/modules/AdServices/adservices/libraries/cobalt/java/com/android/cobalt/data/ |
| D | ReportEntity.java | 56 static ReportEntity create(ReportKey reportKey, Optional<Integer> lastSentDayIndex) { in create() method in ReportEntity 67 static ReportEntity create(ReportKey reportKey) { in create() method in ReportEntity 78 static ReportEntity create(ReportKey reportKey, int lastSentDayIndex) { in create() method in ReportEntity
|
| D | EventVector.java | 35 public static EventVector create(List<Integer> eventCodes) { in create() method in EventVector 44 public static EventVector create(Integer... eventCodes) { in create() method in EventVector
|
| D | StringHashEntity.java | 93 static StringHashEntity create( in create() method in StringHashEntity 102 public static StringHashEntity create( in create() method in StringHashEntity
|
| /packages/services/Car/libs/car-evs-helper-lib/src/com/android/car/internal/evs/ |
| D | CarEvsGLSurfaceView.java | 91 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/ |
| D | Factory.kt | 19 fun create(): A method
|
| D | CachedLater.kt | 38 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/ |
| D | FragmentFactory.kt | 23 fun create(id: String): Fragment? method
|
| /packages/apps/Camera2/src/com/android/camera/ui/ |
| D | DetailsDialog.java | 54 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/ |
| D | FakeAccountType.java | 77 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/apps/Camera2/src/com/android/camera/async/ |
| D | HandlerFactory.java | 31 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/modules/AdServices/adservices/libraries/cobalt/java/com/android/cobalt/domain/ |
| D | Project.java | 42 public static Project create(@NonNull CobaltRegistry registry) { in create() method in Project 63 public static Project create( in create() method in Project
|
| /packages/apps/Dialer/java/com/android/dialer/shortcuts/ |
| D | IconFactory.java | 63 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/ |
| D | TestEnv.java | 129 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
|
| D | TestMenu.java | 40 public static TestMenu create() { in create() method in TestMenu 91 public static TestMenu create(int... ids) { in create() method in TestMenu
|
| /packages/services/Car/tests/CustomizationTool/src/com/android/car/customization/tool/di/ |
| D | CustomizationToolComponent.kt | 38 fun create(@BindsInstance service: AccessibilityService): CustomizationToolComponent method
|
| /packages/modules/HealthFitness/apk/src/com/android/healthconnect/controller/utils/ |
| D | DatePickerFactory.kt | 24 fun create(context: Context, selectedDate: Instant, maxDate: Instant?): DatePickerDialog { in create() method
|
| /packages/apps/Camera2/src/com/android/camera/stats/profiler/ |
| D | GuardingProfiler.java | 43 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/Car/Settings/tests/robotests/src/com/android/car/settings/testutils/ |
| D | FragmentController.java | 59 public FragmentController<F> create(final Bundle bundle) { in create() method in FragmentController 72 public FragmentController<F> create() { in create() method in FragmentController
|
| /packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/common/button/ui/viewbinder/ |
| D | ButtonViewBinder.kt | 32 fun create( in create() method
|
| /packages/apps/DocumentsUI/src/com/android/documentsui/ |
| D | DragHoverListener.java | 97 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/ |
| D | AuctionServerDataCompressor.java | 56 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
|
| D | CustomAudienceBiddingInfo.java | 71 public static CustomAudienceBiddingInfo create( in create() method in CustomAudienceBiddingInfo 96 public static CustomAudienceBiddingInfo create( in create() method in CustomAudienceBiddingInfo
|
| /packages/modules/OnDevicePersonalization/federatedcompute/src/com/android/federatedcompute/services/common/ |
| D | ErrorStatusException.java | 43 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/services/Telephony/src/com/android/services/telephony/rcs/ |
| D | DelegateBinderStateManager.java | 71 DelegateBinderStateManager create(int subId, DelegateRequest requestedConfig, in create() method 87 boolean create(ISipDelegateMessageCallback cb, in create() method
|
| /packages/modules/NeuralNetworks/common/types/src/ |
| D | Types.cpp | 88 Result<Capabilities::OperandPerformanceTable> Capabilities::OperandPerformanceTable::create( in create() function in android::nn::Capabilities::OperandPerformanceTable 125 SyncFence SyncFence::create(base::unique_fd fd) { in create() function in android::nn::SyncFence 130 Result<SyncFence> SyncFence::create(SharedHandle syncFence) { in create() function in android::nn::SyncFence
|