Home
last modified time | relevance | path

Searched refs:stable (Results 1 – 25 of 29) sorted by relevance

12

/frameworks/base/apex/media/aidl/
DAndroid.bp18 name: "stable-mediasession2-aidl-srcs",
19 srcs: ["stable/**/*.aidl"],
20 path: "stable",
33 ":stable-mediasession2-aidl-srcs",
/frameworks/native/libs/binder/
DStability.cpp106 bool stable = (provided & required) == required; in check() local
111 stable = false; in check()
114 return stable; in check()
DAndroid.bp76 // libbinder does not offer a stable wire protocol.
/frameworks/hardware/interfaces/automotive/display/1.0/
DIAutomotiveDisplayProxyService.hal25 * @param id Target's stable display identifier
54 * Returns the stable identifiers of all available displays.
56 * @return ids A list of stable display identifiers.
/frameworks/base/core/tests/coretests/src/com/android/internal/widget/
DActionBarOverlayLayoutTest.java198 void setStable(boolean stable) { in setStable() argument
199 mStable = stable; in setStable()
200 setSystemUiVisibility(stable ? SYSTEM_UI_FLAG_LAYOUT_STABLE : 0); in setStable()
/frameworks/base/core/java/com/android/internal/widget/
DActionBarOverlayLayout.java266 final boolean stable = (visible & SYSTEM_UI_FLAG_LAYOUT_STABLE) != 0;
271 mActionBarVisibilityCallback.enableContentAnimations(!stable);
272 if (barVisible || !stable) mActionBarVisibilityCallback.showForSystem();
403 final boolean stable = (vis & SYSTEM_UI_FLAG_LAYOUT_STABLE) != 0;
405 if (stable) {
425 if (stable) {
439 if (!mOverlayMode && !stable) {
/frameworks/libs/modules-utils/
DTEST_MAPPING12 // TODO: Re-enable when this is stable.
/frameworks/ml/nn/runtime/packageinfo/
DAndroid.bp25 // enumerate stable entry points, for apex use
/frameworks/native/cmds/flatland/
DREADME.txt59 Rather than spending time trying (and likely failing) to get a stable
68 yield a stable result. Occasionally this happens with an otherwise stable
/frameworks/av/media/libmediametrics/
DAndroid.bp40 // enumerate stable entry points, for apex use
/frameworks/base/core/java/android/content/
DContentProviderClient.java96 boolean stable) { in ContentProviderClient() argument
98 this(contentResolver, contentProvider, "unknown", stable); in ContentProviderClient()
103 String authority, boolean stable) { in ContentProviderClient() argument
110 mStable = stable; in ContentProviderClient()
/frameworks/base/docs/
Dknowntags.txt18 @stable
/frameworks/base/tests/net/smoketest/
DAndroid.bp8 // thus should be stable enough to put in global presubmit.
/frameworks/base/tests/net/common/
DAndroid.bp18 // They must be fast and stable, and exercise public or test APIs.
/frameworks/wilhelm/tools/hashgen/
DREADME.txt17 its stable location in ../../src/autogen using 'make install'.
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/logging/
DNotifications.proto37 // as PriorityBucket order changes from time to time, while logs need to have stable meanings.
/frameworks/base/location/lib/
DREADME.txt29 It wraps internal platform classes (like ProviderRequest) with a stable
/frameworks/base/apex/statsd/
DAndroid.bp67 "liblog", // Has a stable abi - should not be copied into apex.
/frameworks/native/cmds/dumpstate/
Dbugreport-format.md94 changes become stable.
100 Once that format became stable and tools
/frameworks/base/packages/SystemUI/docs/
Dplugins.md13 …layer between the plugin and SysUI.  This interface should be relatively stable so that many diffe…
187 …ded into SystemUI.  The plugins are compiled against a set of relatively stable (and version tagge…
219 Having SysUI provide the implementations of the interfaces allows them to be more stable.  Some ver…
/frameworks/hardware/interfaces/cameraservice/device/2.0/
Dtypes.hal24 * HAL to camera_metadata_t, camera_metadata_t is stable. Further
145 * that a stable frame rate is used, and post-processing is set for
/frameworks/base/core/proto/android/app/
Dappexit_enums.proto100 * a stable content provider connection's client will be killed if the provider is killed.
/frameworks/base/core/java/android/app/
DIActivityManager.aidl151 in String name, int userId, boolean stable); in getContentProvider() argument
255 oneway void removeContentProvider(in IBinder connection, boolean stable); in removeContentProvider() argument
DActivityThread.java6798 Context c, String auth, int userId, boolean stable) { in acquireProvider() argument
6799 final IContentProvider provider = acquireExistingProvider(c, auth, userId, stable); in acquireProvider()
6814 getApplicationThread(), c.getOpPackageName(), auth, userId, stable); in acquireProvider()
6831 true /*noisy*/, holder.noReleaseNeeded, stable); in acquireProvider()
6847 private final void incProviderRefLocked(ProviderRefCount prc, boolean stable) { in incProviderRefLocked() argument
6848 if (stable) { in incProviderRefLocked()
6917 Context c, String auth, int userId, boolean stable) { in acquireExistingProvider() argument
6940 incProviderRefLocked(prc, stable); in acquireExistingProvider()
6947 public final boolean releaseProvider(IContentProvider provider, boolean stable) { in releaseProvider() argument
6961 if (stable) { in releaseProvider()
[all …]
/frameworks/base/proto/src/
Dsystem_messages.proto265 // Legacy IDs existed as stable non-conflicting constants prior to the O release

12