Home
last modified time | relevance | path

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

/frameworks/av/services/mediacodec/registrant/
DAndroid.bp46 // "libcodec2_soft_av1dec_aom", // replaced by the gav1 implementation
/frameworks/base/packages/SystemUI/docs/
Dplugin_hooks.md10 Use: Allows the entire QS panel to be replaced with something else that is optionally expandable.
42 Use: Allows the long-press power menu to be completely replaced.
Dplugins.md63 [Allow quick settings panel to be replaced with another view](/packages/SystemUI/plugin/src/com/and…
67 [Allow lockscreen camera/phone/assistant buttons to be replaced](/packages/SystemUI/plugin/src/com/…
/frameworks/layoutlib/create/
DREADME.txt25 - some classes need to be overridden, for example all the drawing code that is replaced by Java 2D
111 native methods which are replaced by a stub. Methods that are to be overridden are also replaced by
149 As indicated above, all native and overridden methods are replaced by a stub. We don't have the
158 This strategy is now obsolete and replaced by the method delegates.
192 This strategy is now obsolete and replaced by the method delegates (See strategy 6- Method
/frameworks/base/media/lib/tvremote/
DREADME.txt22 This library will eventually be replaced when the inputmanager
/frameworks/base/proto/src/
Dipconnectivity.proto12 // Deprecated since version 3, replaced by top-level network_id field in
136 // Deprecated since version 2, to be replaced by link_layer field.
303 // Deprecated since version 2, to be replaced by link_layer field.
330 // program was installed to the time it was replaced or removed.
439 // Deprecated since version 2, to be replaced by link_layer field.
584 // Deprecated in the nyc-mr2 release since version 2,and replaced by
/frameworks/base/media/lib/remotedisplay/
DREADME.txt31 This library will eventually be replaced when the media route provider
/frameworks/base/media/lib/signer/
DREADME.txt32 This library will eventually be replaced when the provisioned certificate-
/frameworks/native/services/surfaceflinger/
DAndroid.bp174 // can be easily replaced.
/frameworks/opt/telephony/proto/src/
DcarrierId.proto59 // decimal format. Some digits can be replaced with "x" symbols matching any digit.
/frameworks/ml/nn/tools/api/
DREADME.md136 substring `%{*name*}` is replaced with the corresponding *body*. Macro
146 substring of the form `%{argnum}` will be replaced by the corresponding argument
/frameworks/base/services/tests/servicestests/src/com/android/server/webkit/
DWebViewUpdateServiceTest.java880 public void checkDontKillIfPackageRemoved(boolean replaced) { in checkDontKillIfPackageRemoved() argument
891 if (replaced) { in checkDontKillIfPackageRemoved()
/frameworks/base/core/java/android/app/
DFragment.java2953 void setHideReplaced(boolean replaced) {
2954 ensureAnimationInfo().mIsHideReplaced = replaced;
/frameworks/base/services/core/java/com/android/server/job/
DJobStore.java209 boolean replaced = mJobSet.remove(jobStatus); in add()
217 return replaced; in add()
/frameworks/opt/setupwizard/library/
DLICENSE183 replaced with your own identifying information. (Don't include
/frameworks/wilhelm/doc/
DDoxyfile85 # replaced with the name of the entity): "The $name class" "The $name widget"
328 # 'anonymous_namespace{file}', where file will be replaced with the base
562 # tags, which will be replaced by the file and line number from which the
564 # $version, which will be replaced by the version of the file (if it could
/frameworks/native/docs/
DDoxyfile99 # replaced with the name of the entity): "The $name class" "The $name widget"
410 # 'anonymous_namespace{file}', where file will be replaced with the base
658 # tags, which will be replaced by the file and line number from which the
660 # $version, which will be replaced by the version of the file (if it could
/frameworks/av/media/libaaudio/
DDoxyfile109 # following values are used ($name is automatically replaced with the name of
439 # 'anonymous_namespace{file}', where file will be replaced with the base name of
722 # will be replaced by the file and line number from which the warning originated
724 # be replaced by the version of the file (if it could be obtained via
DDoxyfile.orig109 # following values are used ($name is automatically replaced with the name of
439 # 'anonymous_namespace{file}', where file will be replaced with the base name of
722 # will be replaced by the file and line number from which the warning originated
724 # be replaced by the version of the file (if it could be obtained via
/frameworks/av/media/codec2/docs/
Ddoxygen.config117 # following values are used ($name is automatically replaced with the name of
467 # 'anonymous_namespace{file}', where file will be replaced with the base name of
760 # will be replaced by the file and line number from which the warning originated
762 # be replaced by the version of the file (if it could be obtained via
/frameworks/base/media/native/midi/include/
DDoxyfile.orig117 # following values are used ($name is automatically replaced with the name of
476 # 'anonymous_namespace{file}', where file will be replaced with the base name of
769 # will be replaced by the file and line number from which the warning originated
771 # be replaced by the version of the file (if it could be obtained via
DDoxyfile117 # following values are used ($name is automatically replaced with the name of
476 # 'anonymous_namespace{file}', where file will be replaced with the base name of
769 # will be replaced by the file and line number from which the warning originated
771 # be replaced by the version of the file (if it could be obtained via
/frameworks/ml/nn/runtime/
DNOTICE376 replaced with your own identifying information. (Don't include
1096 replaced with your own identifying information. (Don't include
/frameworks/base/services/core/java/com/android/server/pm/
DSettings.java458 boolean disableSystemPackageLPw(String name, boolean replaced) { in disableSystemPackageLPw() argument
471 if (replaced) { in disableSystemPackageLPw()
/frameworks/base/services/core/java/com/android/server/am/
DActivityManagerService.java15437 final boolean replaced = replacePending in broadcastIntentLocked()
15440 if (!replaced) { in broadcastIntentLocked()