/frameworks/base/services/core/java/com/android/server/pm/ |
D | OtaDexoptService.java | 121 final List<PackageParser.Package> important; in prepare() local 125 important = PackageManagerServiceUtils.getPackagesForDexopt( in prepare() 130 others.removeAll(important); in prepare() 136 for (PackageParser.Package p : important) { in prepare() 159 prepareMetricsLogging(important.size(), others.size(), spaceAvailable, spaceAvailableNow); in prepare() 164 PackageParser.Package lastUsed = Collections.max(important, in prepare() 413 private void prepareMetricsLogging(int important, int others, long spaceBegin, long spaceBulk) { in prepareMetricsLogging() argument 418 importantPackageCount = important; in prepareMetricsLogging()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | PanelBar.java | 95 int important = showing ? IMPORTANT_FOR_ACCESSIBILITY_NO_HIDE_DESCENDANTS in setBouncerShowing() local 98 setImportantForAccessibility(important); in setBouncerShowing() 101 if (mPanel != null) mPanel.setImportantForAccessibility(important); in setBouncerShowing()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/ |
D | VolumeDialogImpl.java | 327 public void setStreamImportant(int stream, boolean important) { in setStreamImportant() argument 328 mHandler.obtainMessage(H.SET_STREAM_IMPORTANT, stream, important ? 1 : 0).sendToTarget(); in setStreamImportant() 343 private void addRow(int stream, int iconRes, int iconMuteRes, boolean important, in addRow() argument 345 addRow(stream, iconRes, iconMuteRes, important, defaultStream, false); in addRow() 348 private void addRow(int stream, int iconRes, int iconMuteRes, boolean important, in addRow() argument 352 initRow(row, stream, iconRes, iconMuteRes, important, defaultStream); in addRow() 361 initRow(row, row.stream, row.iconRes, row.iconMuteRes, row.important, in addExistingRows() 408 boolean important, boolean defaultStream) { in initRow() argument 412 row.important = important; in initRow() 1176 private void setStreamImportantH(int stream, boolean important) { [all …]
|
/frameworks/base/core/java/android/view/accessibility/ |
D | AccessibilityRecord.java | 149 boolean important = true; in setSource() 153 important = root.isImportantForAccessibility(); in setSource() 157 setBooleanProperty(PROPERTY_IMPORTANT_FOR_ACCESSIBILITY, important); in setSource()
|
D | AccessibilityNodeInfo.java | 2399 public void setImportantForAccessibility(boolean important) { in setImportantForAccessibility() argument 2400 setBooleanProperty(BOOLEAN_PROPERTY_IMPORTANCE, important); in setImportantForAccessibility()
|
/frameworks/rs/driver/ |
D | README.txt | 12 assumptions. This is important because when user bitcode is linked to
|
/frameworks/base/core/proto/android/app/ |
D | enums.proto | 66 // Process is important to the user, and something they are aware of. 68 // Process is important to the user, but not something they are aware of.
|
/frameworks/base/packages/SystemUI/docs/ |
D | physics-animation-testing.md | 9 …Animations will simply crash if they’re called directly from the test thread, so this is important.
|
D | dagger.md | 194 There is one other important thing to note about injecting with views. SysUI
|
D | plugins.md | 18 The most important part of interfaces is the version included in them. Every time the interface ch…
|
/frameworks/ex/common/java/com/android/common/ |
D | GoogleLogTags.logtags | 57 # This event is logged when GTalkService encounters important events
|
/frameworks/base/cmds/bootanimation/ |
D | FORMAT.md | 78 one frame in that part (at the specified resolution). For this reason it is important that frames be
|
/frameworks/base/core/proto/android/server/ |
D | backup_chunks_metadata.proto | 41 // is important.
|
/frameworks/compile/libbcc/ |
D | README.rst | 54 AOT is also important for projects such as NDK on LLVM with
|
/frameworks/rs/tests/lldb/ |
D | README.txt | 169 The important thing here is that the above python distribution
|
/frameworks/compile/slang/ |
D | README.rst | 98 following important features:
|
/frameworks/base/tools/aapt2/ |
D | Resources.proto | 113 // The distinction is important when two separate R.java files are generated: a public and
|
/frameworks/base/core/proto/android/os/ |
D | batterystats.proto | 737 // most important and is thus least likely to kill when resources are
|
/frameworks/ml/nn/tools/api/ |
D | NeuralNetworks.t | 525 * completion of executions. If it's important to the application, the 1586 * The order in which the operands are added is important. The first one added
|