/aosp14/frameworks/base/media/java/android/media/tv/tuner/ |
H A D | TunerUtils.java | 180 public static void checkResourceAccessible(String name, boolean accessible) { in checkResourceAccessible() argument 181 if (!accessible) { in checkResourceAccessible()
|
/aosp14/frameworks/base/docs/downloads/ |
H A D | README | 8 hosting service where they're accessible by users, such as
|
/aosp14/frameworks/base/services/tests/uiservicestests/ |
H A D | Android.bp | 64 // These are not normally accessible from apps so they must be explicitly included.
|
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/docs/ |
H A 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
|
/aosp14/frameworks/base/packages/SettingsProvider/ |
H A D | Android.bp | 45 // Note we statically link several classes to do some unit tests. It's not accessible otherwise
|
/aosp14/frameworks/base/core/tests/mockingcoretests/ |
H A D | Android.bp | 52 // These are not normally accessible from apps so they must be explicitly included.
|
/aosp14/frameworks/base/libs/WindowManager/Jetpack/tests/unittest/ |
H A D | Android.bp | 51 // These are not normally accessible from apps so they must be explicitly included.
|
/aosp14/frameworks/base/test-base/hiddenapi/ |
H A D | Android.bp | 28 // UnsupportedAppUsage annotation to tag those methods that are accessible via the hiddenapi.
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/logging/ |
H A D | Notifications.proto | 20 * NotificationList proto from atoms.proto, duplicated here so that it's accessible in the build.
|
/aosp14/frameworks/base/services/tests/wmtests/ |
H A D | Android.bp | 79 // These are not normally accessible from apps so they must be explicitly included.
|
/aosp14/frameworks/base/core/proto/android/input/ |
H A D | keyboard_configured.proto | 25 * duplicated here so that it's accessible in the build.
|
/aosp14/frameworks/base/tests/TrustTests/ |
H A D | README.md | 25 1. `TrustAgentService`, your agent created by the `TrustAgentRule` and accessible via
|
/aosp14/frameworks/base/proto/src/ |
H A D | camera.proto | 25 * CameraStreamProto from atoms.proto, duplicated here so that it's accessible from the
|
/aosp14/frameworks/base/services/tests/PackageManagerServiceTests/server/ |
H A D | Android.bp | 82 // These are not normally accessible from apps so they must be explicitly included.
|
/aosp14/frameworks/base/core/proto/android/internal/ |
H A D | binder_latency.proto | 24 * accessible in the build.
|
/aosp14/frameworks/base/services/tests/servicestests/ |
H A D | Android.bp | 91 // These are not normally accessible from apps so they must be explicitly included.
|
/aosp14/frameworks/base/packages/InputDevices/res/raw/ |
H A D | keyboard_layout_ukrainian.kcm | 18 # As an added convenience, English characters are accessible using ralt (Alt Gr).
|
H A D | keyboard_layout_georgian.kcm | 18 # As an added convenience, English characters are accessible using ralt (Alt Gr).
|
H A D | keyboard_layout_belarusian.kcm | 17 # As an added convenience, English characters are accessible using ralt (Alt Gr).
|
H A D | keyboard_layout_bulgarian.kcm | 18 # As an added convenience, English characters are accessible using ralt (Alt Gr).
|
H A D | keyboard_layout_bulgarian_phonetic.kcm | 18 # As an added convenience, English characters are accessible using ralt (Alt Gr).
|
H A D | keyboard_layout_mongolian.kcm | 18 # As an added convenience, English characters are accessible using ralt (Alt Gr).
|
/aosp14/frameworks/base/packages/SystemUI/docs/ |
H A D | dagger.md | 38 To have the single instance span all of SystemUI and be easily accessible for
|
/aosp14/frameworks/base/core/res/ |
H A D | Android.bp | 125 // so they are not accessible to 3rd party apps.
|
/aosp14/frameworks/base/media/java/android/media/ |
H A D | MediaCodec.java | 3610 @NonNull QueueRequest setAccessible(boolean accessible) { in setAccessible() argument 3611 mAccessible = accessible; in setAccessible() 4442 void setAccessible(boolean accessible) { in setAccessible() argument 4443 mAccessible = accessible; in setAccessible()
|