Home
last modified time | relevance | path

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

12345678910>>...19

/packages/services/Car/car-evs-helper-lib/src/com/android/car/internal/evs/
DCarEvsGLSurfaceView.java93 public static CarEvsGLSurfaceView create(Context context, in create() method in CarEvsGLSurfaceView
107 public static CarEvsGLSurfaceView create(Context context, ArrayList<BufferCallback> callbacks, in create() method in CarEvsGLSurfaceView
122 public static CarEvsGLSurfaceView create(Context context, ArrayList<BufferCallback> callbacks, in create() method in CarEvsGLSurfaceView
138 public static CarEvsGLSurfaceView create(Context context, ArrayList<BufferCallback> callbacks, in create() method in CarEvsGLSurfaceView
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/util/
DCachedLater.kt38 protected abstract fun create() in create() method
83 var create = false in getLater() variable
DFactory.kt19 fun create(): A method
/packages/modules/Connectivity/Cronet/tests/cts/src/android/net/http/cts/util/
DUploadDataProviders.java41 public static UploadDataProvider create(final File file) { in create() method in UploadDataProviders
52 public static UploadDataProvider create(final ParcelFileDescriptor fd) { in create() method in UploadDataProviders
/packages/modules/IntentResolver/java/src-release/com/android/intentresolver/flags/
DFeatureFlagRepositoryFactory.kt22 fun create(context: Context): FeatureFlagRepository = method
/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/IntentResolver/java/src-debug/com/android/intentresolver/flags/
DFeatureFlagRepositoryFactory.kt25 fun create(context: Context): FeatureFlagRepository = method in com.android.intentresolver.flags.FeatureFlagRepositoryFactory
/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.java128 public static TestEnv create(Features features) { in create() method in TestEnv
132 public static TestEnv create() { in create() method in TestEnv
136 public static TestEnv create(Features features, String authority) { in create() method in TestEnv
141 public static TestEnv create(String authority) { in create() method in TestEnv
147 private static TestEnv create(Context context, Features features, String authority) { in create() method in TestEnv
DTestMenu.java40 public static TestMenu create() { in create() method in TestMenu
91 public static TestMenu create(int... ids) { in create() method in TestMenu
/packages/modules/HealthFitness/apk/src/com/android/healthconnect/controller/utils/
DDatePickerFactory.kt22 fun create(context: Context, selectedDate: Instant, maxDate: Instant): DatePickerDialog { in create() method
/packages/apps/Car/Settings/tests/robotests/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/
DCustomAudienceBiddingInfo.java63 public static CustomAudienceBiddingInfo create( in create() method in CustomAudienceBiddingInfo
84 public static CustomAudienceBiddingInfo create( in create() method in CustomAudienceBiddingInfo
/packages/services/Telephony/src/com/android/services/telephony/rcs/
DDelegateBinderStateManager.java71 DelegateBinderStateManager create(int subId, DelegateRequest requestedConfig, in create() method
87 boolean create(ISipDelegateMessageCallback cb, in create() method
/packages/modules/NeuralNetworks/common/types/src/
DTypes.cpp88 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
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/common/button/ui/viewbinder/
DButtonViewBinder.kt34 fun create( in create() method
/packages/modules/IntentResolver/java/src/com/android/intentresolver/shortcuts/
DAppPredictorFactory.kt52 fun create(userHandle: UserHandle): AppPredictor? { in create() method in com.android.intentresolver.shortcuts.AppPredictorFactory
/packages/services/Telephony/testapps/TestRcsApp/aosp_test_rcsclient/src/com/android/libraries/rcs/simpleclient/filetransfer/requestexecutor/
DGbaAuthenticationProvider.java112 public static GbaCredentials create(String btId, byte[] gbaKey) { in create() method in GbaAuthenticationProvider.GbaCredentials
127 public static GbaPrincipal create(String name) { in create() method in GbaAuthenticationProvider.GbaPrincipal
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/obex/
DFakeObexServer.java56 boolean backup, boolean create); in onSetPathValidator()
86 final boolean create) { in onSetPath()
/packages/apps/QuickSearchBox/tests/src/com/android/quicksearchbox/
DCachingIconLoaderTest.java29 protected IconLoader create() { in create() method in CachingIconLoaderTest

12345678910>>...19