Home
last modified time | relevance | path

Searched refs:accessible (Results 1 – 25 of 36) sorted by relevance

12

/frameworks/base/media/java/android/media/tv/tuner/
DTunerUtils.java180 public static void checkResourceAccessible(String name, boolean accessible) { in checkResourceAccessible() argument
181 if (!accessible) { in checkResourceAccessible()
/frameworks/base/docs/downloads/
DREADME8 hosting service where they're accessible by users, such as
/frameworks/base/services/tests/uiservicestests/
DAndroid.bp75 // These are not normally accessible from apps so they must be explicitly included.
/frameworks/base/test-base/hiddenapi/
DAndroid.bp23 // UnsupportedAppUsage annotation to tag those methods that are accessible via the hiddenapi.
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/docs/
Dchanges.md29 ### 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/
DAndroid.bp52 // These are not normally accessible from apps so they must be explicitly included.
/frameworks/base/libs/WindowManager/Jetpack/tests/unittest/
DAndroid.bp54 // These are not normally accessible from apps so they must be explicitly included.
/frameworks/base/packages/SettingsProvider/
DAndroid.bp62 …// 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/
DNotifications.proto20 * NotificationList proto from atoms.proto, duplicated here so that it's accessible in the build.
/frameworks/base/core/proto/android/input/
Dkeyboard_configured.proto25 * duplicated here so that it's accessible in the build.
/frameworks/base/services/tests/wmtests/
DAndroid.bp87 // These are not normally accessible from apps so they must be explicitly included.
/frameworks/base/proto/src/
Dcamera.proto25 * CameraStreamProto from atoms.proto, duplicated here so that it's accessible from the
/frameworks/base/tests/TrustTests/
DREADME.md25 1. `TrustAgentService`, your agent created by the `TrustAgentRule` and accessible via
/frameworks/base/services/tests/PackageManagerServiceTests/server/
DAndroid.bp82 // These are not normally accessible from apps so they must be explicitly included.
/frameworks/base/core/proto/android/internal/
Dbinder_latency.proto24 * accessible in the build.
/frameworks/av/media/audio/aconfig/
DAndroid.bp95 // These flags are accessible outside of the platform! Limit usage to @FlaggedApi wherever possible
/frameworks/compile/slang/
DREADME.rst133 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/
DAndroid.bp131 // the library compiled in a way that is accessible to system partition when running
/frameworks/base/packages/SystemUI/docs/
Ddagger.md38 To have the single instance span all of SystemUI and be easily accessible for
/frameworks/base/core/res/
DAndroid.bp126 // so they are not accessible to 3rd party apps.
/frameworks/base/services/tests/servicestests/
DAndroid.bp111 // These are not normally accessible from apps so they must be explicitly included.
/frameworks/base/packages/InputDevices/res/raw/
Dkeyboard_layout_georgian.kcm18 # As an added convenience, English characters are accessible using ralt (Alt Gr).
Dkeyboard_layout_belarusian.kcm17 # As an added convenience, English characters are accessible using ralt (Alt Gr).
Dkeyboard_layout_bulgarian.kcm18 # As an added convenience, English characters are accessible using ralt (Alt Gr).
/frameworks/base/media/java/android/media/
DMediaCodec.java3928 @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()

12