/frameworks/base/apex/media/aidl/ |
D | Android.bp | 18 name: "stable-mediasession2-aidl-srcs", 19 srcs: ["stable/**/*.aidl"], 20 path: "stable", 33 ":stable-mediasession2-aidl-srcs",
|
/frameworks/native/libs/binder/ |
D | Stability.cpp | 106 bool stable = (provided & required) == required; in check() local 111 stable = false; in check() 114 return stable; in check()
|
D | Android.bp | 76 // libbinder does not offer a stable wire protocol.
|
/frameworks/hardware/interfaces/automotive/display/1.0/ |
D | IAutomotiveDisplayProxyService.hal | 25 * @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/ |
D | ActionBarOverlayLayoutTest.java | 198 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/ |
D | ActionBarOverlayLayout.java | 266 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/ |
D | TEST_MAPPING | 12 // TODO: Re-enable when this is stable.
|
/frameworks/ml/nn/runtime/packageinfo/ |
D | Android.bp | 25 // enumerate stable entry points, for apex use
|
/frameworks/native/cmds/flatland/ |
D | README.txt | 59 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/ |
D | Android.bp | 40 // enumerate stable entry points, for apex use
|
/frameworks/base/core/java/android/content/ |
D | ContentProviderClient.java | 96 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/ |
D | knowntags.txt | 18 @stable
|
/frameworks/base/tests/net/smoketest/ |
D | Android.bp | 8 // thus should be stable enough to put in global presubmit.
|
/frameworks/base/tests/net/common/ |
D | Android.bp | 18 // They must be fast and stable, and exercise public or test APIs.
|
/frameworks/wilhelm/tools/hashgen/ |
D | README.txt | 17 its stable location in ../../src/autogen using 'make install'.
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/logging/ |
D | Notifications.proto | 37 // as PriorityBucket order changes from time to time, while logs need to have stable meanings.
|
/frameworks/base/location/lib/ |
D | README.txt | 29 It wraps internal platform classes (like ProviderRequest) with a stable
|
/frameworks/base/apex/statsd/ |
D | Android.bp | 67 "liblog", // Has a stable abi - should not be copied into apex.
|
/frameworks/native/cmds/dumpstate/ |
D | bugreport-format.md | 94 changes become stable. 100 Once that format became stable and tools
|
/frameworks/base/packages/SystemUI/docs/ |
D | plugins.md | 13 …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/ |
D | types.hal | 24 * 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/ |
D | appexit_enums.proto | 100 * a stable content provider connection's client will be killed if the provider is killed.
|
/frameworks/base/core/java/android/app/ |
D | IActivityManager.aidl | 151 in String name, int userId, boolean stable); in getContentProvider() argument 255 oneway void removeContentProvider(in IBinder connection, boolean stable); in removeContentProvider() argument
|
D | ActivityThread.java | 6798 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/ |
D | system_messages.proto | 265 // Legacy IDs existed as stable non-conflicting constants prior to the O release
|