Home
last modified time | relevance | path

Searched refs:provide (Results 1 – 25 of 213) sorted by relevance

123456789

/frameworks/base/core/tests/coretests/src/android/tracing/perfetto/
DTestDataSource.java31 TestDataSourceInstance provide( in provide() method
36 TestTlsState provide(CreateTlsStateArgs<TestDataSourceInstance> args); in provide() method
40 TestIncrementalState provide(CreateIncrementalStateArgs<TestDataSourceInstance> args); in provide() method
61 return mDataSourceInstanceProvider.provide(this, instanceIndex, configStream); in createInstance()
66 return mTlsStateProvider.provide(args); in createTlsState()
71 return mIncrementalStateProvider.provide(args); in createIncrementalState()
DDataSourceTest.java93 (ds, idx, configStream) -> sInstanceProvider.provide(ds, idx, configStream), in beforeAll()
94 args -> sTlsStateProvider.provide(args), in beforeAll()
95 args -> sIncrementalStateProvider.provide(args)); in beforeAll()
/frameworks/base/core/java/android/view/inspector/
DInspectionCompanionProvider.java36 <T> InspectionCompanion<T> provide(@NonNull Class<T> cls); in provide() method
DStaticInspectionCompanionProvider.java34 public <T> InspectionCompanion<T> provide(@NonNull Class<T> cls) { in provide() method in StaticInspectionCompanionProvider
/frameworks/base/core/java/android/timezone/
DOWNERS2 # APIs originally intended to provide a stable API surface to access time zone rules data for use by
/frameworks/libs/binary_translation/backend/
DAndroid.bp75 // Targets using these defaults must provide the following guest-specific
104 // Targets using these defaults must provide the following guest-specific
265 // Targets using these defaults must provide the following guest-specific fields:
/frameworks/layoutlib/
DREADME2 The goal of the library is to provide a preview of a layout in Android Studio that is very close
/frameworks/av/services/audiopolicy/engineconfigurable/parameter-framework/examples/
DREADME.md5 to provide to have a product following the nexus experience.
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/docs/
Ddagger.md13 As such, the Shell also tries to provide some reasonable out-of-the-box modules for use with Dagger.
47 annotation to allow the product module to provide an implementation that the base module can
/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/ui/
DBiometricPromptLayout.java90 mScaleFactorProvider.provide()); in getUpdatedFingerprintAffordanceSize()
142 (mScaleFactorProvider != null) ? mScaleFactorProvider.provide() : 1.0f); in onMeasureInternal()
/frameworks/opt/setupwizard/library/
DAndroid.bp43 // Build gingerbread-compat library, which uses AppCompat support library to provide backwards
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotifLayoutInflaterFactory.kt83 fun provide( method
/frameworks/av/media/audio/aconfig/
Daudiopolicy_framework.aconfig29 …description: "Enable new Test APIs that provide access to registered AudioMixes on system server a…
/frameworks/libs/binary_translation/runtime/
DAndroid.bp45 // Targets using these defaults must provide the following guest-specific fields:
/frameworks/libs/binary_translation/guest_state/
DAndroid.bp55 // Targets using these defaults must provide the following guest-specific fields:
/frameworks/base/test-mock/
DAndroid.bp28 // the android.test.mock package. They however provide private APIs that
/frameworks/proto_logging/stats/express/catalog/
Djob_scheduler.cfg371 description: "The range of transferred network download kilobytes apps provide"
389 description: "The range of transferred network upload kilobytes apps provide"
407 description: "The range of updated estimated network download kilobytes apps provide"
425 description: "The range of updated estimated network upload kilobytes apps provide"
/frameworks/libs/binary_translation/runtime_primitives/
DAndroid.bp90 // Targets using these defaults must provide the following guest-specific fields:
/frameworks/base/packages/SystemUI/docs/
Dcorestartable.md45 not provide a mechanism for changing the order. If you need some other part of the system to
Dbroadcasts.md39 …lar broadcasts, but they are also cached (they may be replaced later) to provide the following two…
45 Because of this and in order to provide the necessary optimizations, `BroadcastDispatcher` does not…
/frameworks/base/tests/AccessoryDisplay/
DREADME17 in this arrangement and will provide power to the source.
/frameworks/layoutlib/create/
DREADME.txt148 caller object and a flag indicating whether the method was native. We do not currently provide the
183 bridge then registers a listener on the method signature and can provide an implementation.
202 native code in Android Studio, we need to provide a full alternate implementation. Sub-classing doe…
222 inner class Paint$Style in the Paint class should be discarded and the bridge will provide its own
/frameworks/hardware/interfaces/stats/1.0/
DIStats.hal97 * @param speechDspStat A SpeechDspStat struct that provide
/frameworks/base/ravenwood/
DREADME.md22 … As API owners progressively opt-in their code, they have the freedom to provide either a limited …
/frameworks/proto_logging/stats/enums/server/location/
Denums.proto92 // Request accepted but could not provide location because of a failure.

123456789