Searched refs:provides (Results 1 – 25 of 188) sorted by relevance
12345678
/frameworks/opt/net/ims/ |
D | README.txt | 1 This package provides access to IP Multimedia Subsystem (IMS) functionality, 35 It provides the functionalities for the upper layer of IMS APIs. 39 It provides the functionalities for the internal usage or lower layer of IMS APIs. 47 Provides APIs for IMS services, such as initiating IMS calls, and provides access to 60 It provides the service and call type, the additional information related to the call. 63 It provides the conference information (defined in RFC 4575) for IMS conference call. 67 It provides a state of IMS registration between UE and network, the service availability of 71 It provides a general IMS-related exception. 81 It provides the media direction, quality of audio and/or video. 84 It provides APIs for the supplementary service settings using IMS (Ut interface, XCAP).
|
/frameworks/base/docs/downloads/ |
D | README | 4 downloadable files. This provides us consistent version control
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | InsetsSourceProvider.java | 364 final int[] provides = mWin.mAttrs.providesInsetsTypes; in isMirroredSource() local 365 if (provides == null) { in isMirroredSource() 368 for (int i = 0; i < provides.length; i++) { in isMirroredSource() 369 if (provides[i] == ITYPE_IME) { in isMirroredSource()
|
/frameworks/av/services/audiopolicy/engineconfigurable/parameter-framework/examples/ |
D | README.md | 7 A vendor wishing to customize the behavior shall provides its own set of configuration files
|
/frameworks/base/packages/SystemUI/ |
D | README.md | 5 SystemUI is a persistent process that provides UI for the system but outside 21 Each of these services extend SystemUI. SystemUI provides them with a Context 34 Dependency provides a static method for getting a hold of dependencies that 84 activity. It provides this cached data to RecentsActivity when it is started.
|
/frameworks/rs/script_api/ |
D | rs_core.spec | 20 RenderScript is a high-performance runtime that provides compute operations at the native level.
|
D | rs_time.spec | 68 Converts the time specified by timer into a @rs_tm structure that provides year, month,
|
/frameworks/base/native/webview/loader/ |
D | Android.bp | 16 // This package provides the system interfaces required to load WebView.
|
/frameworks/base/native/webview/plat_support/ |
D | Android.bp | 17 // This package provides the system interfaces allowing WebView to render.
|
/frameworks/compile/libbcc/tests/debuginfo/target-tests/driver-common/SRC/ |
D | DriverRS.java.template | 32 // This provides us with the renderscript context and resources that
|
/frameworks/compile/libbcc/tests/debuginfo/target-tests/driver-int-param/ |
D | DriverRS.java.template | 32 // This provides us with the renderscript context and resources that
|
/frameworks/base/services/tests/PackageManagerComponentOverrideTests/ |
D | Android.bp | 30 "testng", // TODO: remove once Android migrates to JUnit 4.12, which provides assertThrows
|
/frameworks/av/services/audiopolicy/engineconfigurable/config/example/caremu/ |
D | Android.bp | 49 // Generate audio_policy_engine criterion type file => provides device addresses criterion type
|
/frameworks/av/services/audiopolicy/engineconfigurable/config/example/automotive/ |
D | Android.bp | 53 // Generate audio_policy_engine criterion type file => provides device addresses criterion type
|
/frameworks/av/services/audiopolicy/engineconfigurable/config/example/phone/ |
D | Android.bp | 58 // Generate audio_policy_engine criterion type file => provides device addresses criterion type
|
/frameworks/base/packages/SystemUI/docs/ |
D | qs-tiles.md | 7 …ummary of the state and infrastructure used by Quick Settings tiles. It provides descriptions abou… 13 …They allow the user to enable or disable settings quickly and sometimes provides access to more co… 72 …com/android/systemui/plugins/qs/QSTileView.java)**: Abstract class that provides basic Tile functi… 138 Additionally, it provides a method to notify SystemUI that the information may have changed and the… 198 This class is an subclass of `QSTileImpl` to be used with third party tiles. It provides similar be… 202 …r for all tile services that are currently in Quick Settings as well as provides the support for s… 235 It additionally provides a point of communication between the tiles and the StatusBar, for example … 245 This interface provides a way of creating tiles and views from a spec. It can be used in plugins to… 317 …nding fields are modified. The framework provides `State`, `BooleanState` (has an on and off state…
|
D | physics-animation-layout.md | 38 Like `ViewPropertyAnimator`, `PhysicsPropertyAnimator` provides the following methods for animating… 47 It also provides the following configuration methods: 73 - `PhysicsAnimationController` also provides `animationsForChildrenFromIndex(int, ChildAnimationCon…
|
D | dagger.md | 44 - `ContextHolder` is just a wrapper that provides a context. 51 - `DependencyProvider` provides or binds any remaining depedencies required.
|
/frameworks/native/libs/android_runtime_lazy/ |
D | Android.bp | 18 // This provides very limited small set of APIs from libandroid_runtime.
|
/frameworks/base/media/lib/remotedisplay/ |
D | README.txt | 5 library which provides build-time APIs to the unbundled clients.
|
/frameworks/rs/script_api/include/ |
D | rs_core.rsh | 22 * RenderScript is a high-performance runtime that provides compute operations at the native level.
|
/frameworks/base/services/tests/servicestests/ |
D | Android.bp | 49 // which provides assertThrows
|
/frameworks/base/media/lib/signer/ |
D | README.txt | 7 which provides build-time APIs to the unbundled clients.
|
/frameworks/ml/nn/extensions/ |
D | README.md | 100 The `runtime/include/NeuralNetworksExtensions.h` (C API) file provides runtime 101 extension support. This section provides an overview of the C API.
|
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/ |
D | README.txt | 36 … (wifi toggle, airplane toggle, tethering toggle, scan mode toggle) and provides API to figure if …
|
12345678