/frameworks/base/media/java/android/media/tv/tuner/ |
D | TunerUtils.java | 180 public static void checkResourceAccessible(String name, boolean accessible) { in checkResourceAccessible() argument 181 if (!accessible) { in checkResourceAccessible()
|
/frameworks/base/docs/downloads/ |
D | README | 8 hosting service where they're accessible by users, such as
|
/frameworks/base/services/tests/uiservicestests/ |
D | Android.bp | 75 // These are not normally accessible from apps so they must be explicitly included.
|
/frameworks/base/test-base/hiddenapi/ |
D | Android.bp | 23 // UnsupportedAppUsage annotation to tag those methods that are accessible via the hiddenapi.
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/docs/ |
D | changes.md | 29 ### SysUI accessible components 35 In addition, because components accessible to SysUI injection are explicitly listed, you'll have to 46 ### Launcher accessible components
|
/frameworks/base/core/tests/mockingcoretests/ |
D | Android.bp | 52 // These are not normally accessible from apps so they must be explicitly included.
|
/frameworks/base/libs/WindowManager/Jetpack/tests/unittest/ |
D | Android.bp | 54 // These are not normally accessible from apps so they must be explicitly included.
|
/frameworks/base/packages/SettingsProvider/ |
D | Android.bp | 62 …// Note we statically link SettingsProviderLib to do some unit tests. It's not accessible otherwi…
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/logging/ |
D | Notifications.proto | 20 * NotificationList proto from atoms.proto, duplicated here so that it's accessible in the build.
|
/frameworks/base/core/proto/android/input/ |
D | keyboard_configured.proto | 25 * duplicated here so that it's accessible in the build.
|
/frameworks/base/services/tests/wmtests/ |
D | Android.bp | 87 // These are not normally accessible from apps so they must be explicitly included.
|
/frameworks/base/proto/src/ |
D | camera.proto | 25 * CameraStreamProto from atoms.proto, duplicated here so that it's accessible from the
|
/frameworks/base/tests/TrustTests/ |
D | README.md | 25 1. `TrustAgentService`, your agent created by the `TrustAgentRule` and accessible via
|
/frameworks/base/services/tests/PackageManagerServiceTests/server/ |
D | Android.bp | 82 // These are not normally accessible from apps so they must be explicitly included.
|
/frameworks/base/core/proto/android/internal/ |
D | binder_latency.proto | 24 * accessible in the build.
|
/frameworks/av/media/audio/aconfig/ |
D | Android.bp | 95 // These flags are accessible outside of the platform! Limit usage to @FlaggedApi wherever possible
|
/frameworks/compile/slang/ |
D | README.rst | 133 variables to Android's Java side. That is, scripts are accessible from 283 This root function is accessible through the Renderscript language 300 make them accessible to the Java runtime. If the script declares a
|
/frameworks/native/services/surfaceflinger/ |
D | Android.bp | 131 // the library compiled in a way that is accessible to system partition when running
|
/frameworks/base/packages/SystemUI/docs/ |
D | dagger.md | 38 To have the single instance span all of SystemUI and be easily accessible for
|
/frameworks/base/core/res/ |
D | Android.bp | 126 // so they are not accessible to 3rd party apps.
|
/frameworks/base/services/tests/servicestests/ |
D | Android.bp | 111 // These are not normally accessible from apps so they must be explicitly included.
|
/frameworks/base/packages/InputDevices/res/raw/ |
D | keyboard_layout_georgian.kcm | 18 # As an added convenience, English characters are accessible using ralt (Alt Gr).
|
D | keyboard_layout_belarusian.kcm | 17 # As an added convenience, English characters are accessible using ralt (Alt Gr).
|
D | keyboard_layout_bulgarian.kcm | 18 # As an added convenience, English characters are accessible using ralt (Alt Gr).
|
/frameworks/base/media/java/android/media/ |
D | MediaCodec.java | 3928 @NonNull QueueRequest setAccessible(boolean accessible) { in setAccessible() argument 3929 mAccessible = accessible; in setAccessible() 4796 void setAccessible(boolean accessible) { in setAccessible() argument 4797 mAccessible = accessible; in setAccessible()
|