| /packages/services/Car/car-evs-helper-lib/src/com/android/car/internal/evs/ |
| D | CarEvsGLSurfaceView.java | 93 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/ |
| D | CachedLater.kt | 38 protected abstract fun create() in create() method 83 var create = false in getLater() variable
|
| D | Factory.kt | 19 fun create(): A method
|
| /packages/modules/Connectivity/Cronet/tests/cts/src/android/net/http/cts/util/ |
| D | UploadDataProviders.java | 41 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/ |
| D | FeatureFlagRepositoryFactory.kt | 22 fun create(context: Context): FeatureFlagRepository = method
|
| /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/modules/IntentResolver/java/src-debug/com/android/intentresolver/flags/ |
| D | FeatureFlagRepositoryFactory.kt | 25 fun create(context: Context): FeatureFlagRepository = method in com.android.intentresolver.flags.FeatureFlagRepositoryFactory
|
| /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/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 | 128 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
|
| 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/modules/HealthFitness/apk/src/com/android/healthconnect/controller/utils/ |
| D | DatePickerFactory.kt | 22 fun create(context: Context, selectedDate: Instant, maxDate: Instant): DatePickerDialog { in create() method
|
| /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/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/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 | CustomAudienceBiddingInfo.java | 63 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/ |
| 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
|
| /packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/common/button/ui/viewbinder/ |
| D | ButtonViewBinder.kt | 34 fun create( in create() method
|
| /packages/modules/IntentResolver/java/src/com/android/intentresolver/shortcuts/ |
| D | AppPredictorFactory.kt | 52 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/ |
| D | GbaAuthenticationProvider.java | 112 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/ |
| D | FakeObexServer.java | 56 boolean backup, boolean create); in onSetPathValidator() 86 final boolean create) { in onSetPath()
|
| /packages/apps/QuickSearchBox/tests/src/com/android/quicksearchbox/ |
| D | CachingIconLoaderTest.java | 29 protected IconLoader create() { in create() method in CachingIconLoaderTest
|