Home
last modified time | relevance | path

Searched refs:important (Results 1 – 23 of 23) sorted by relevance

/frameworks/base/services/core/java/com/android/server/pm/
DOtaDexoptService.java121 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/
DPanelBar.java93 int important = showing ? IMPORTANT_FOR_ACCESSIBILITY_NO_HIDE_DESCENDANTS in setBouncerShowing() local
96 setImportantForAccessibility(important); in setBouncerShowing()
99 if (mPanel != null) mPanel.setImportantForAccessibility(important); in setBouncerShowing()
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
DVolumeDialogImpl.java327 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/
DAccessibilityRecord.java149 boolean important = true; in setSource()
153 important = root.isImportantForAccessibility(); in setSource()
157 setBooleanProperty(PROPERTY_IMPORTANT_FOR_ACCESSIBILITY, important); in setSource()
DAccessibilityNodeInfo.java2399 public void setImportantForAccessibility(boolean important) { in setImportantForAccessibility() argument
2400 setBooleanProperty(BOOLEAN_PROPERTY_IMPORTANCE, important); in setImportantForAccessibility()
/frameworks/rs/driver/
DREADME.txt12 assumptions. This is important because when user bitcode is linked to
/frameworks/base/core/proto/android/app/
Denums.proto66 // 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/
Dphysics-animation-testing.md9 …Animations will simply crash if they’re called directly from the test thread, so this is important.
Ddagger.md194 There is one other important thing to note about injecting with views. SysUI
Dplugins.md18 The most important part of interfaces is the version included in them.  Every time the interface ch…
/frameworks/ex/common/java/com/android/common/
DGoogleLogTags.logtags57 # This event is logged when GTalkService encounters important events
/frameworks/base/cmds/bootanimation/
DFORMAT.md78 one frame in that part (at the specified resolution). For this reason it is important that frames be
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/m4/
Dacx_pthread.m493 # names; the ordering is very important because some systems
104 # The ordering *is* (sometimes) important. Some notes on the
/frameworks/base/core/proto/android/server/
Dbackup_chunks_metadata.proto41 // is important.
/frameworks/compile/libbcc/
DREADME.rst54 AOT is also important for projects such as NDK on LLVM with
/frameworks/rs/tests/lldb/
DREADME.txt169 The important thing here is that the above python distribution
/frameworks/compile/slang/
DREADME.rst98 following important features:
/frameworks/base/tools/aapt2/
DResources.proto113 // The distinction is important when two separate R.java files are generated: a public and
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/javanano/
DREADME.md86 (see important implications below).
/frameworks/base/core/proto/android/os/
Dbatterystats.proto737 // most important and is thus least likely to kill when resources are
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/docs/swift/
DDesignDoc.md529 (important for proto2), and safely allows a field to be moved into a `oneof`
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/
DCHANGES.txt1040 optimize_for = CODE_SIZE if code size is more important in your app.
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...