HomeSort by relevance Sort by last modified time
    Searched refs:importance (Results 1 - 25 of 41) sorted by null

1 2

  /frameworks/base/core/java/android/app/
AppImportanceMonitor.java 30 * Helper for monitoring the current importance of applications.
41 int importance = ActivityManager.RunningAppProcessInfo.IMPORTANCE_GONE; field in class:AppImportanceMonitor.AppEntry
98 updateImportanceLocked(app.uid, app.pid, app.importance, false);
108 return ent.importance;
112 * Report when an app's importance changed. Called on looper given to constructor.
114 public void onImportanceChanged(int uid, int importance, int oldImportance) {
117 void updateImportanceLocked(int uid, int pid, int importance, boolean repChange) {
123 if (importance >= ActivityManager.RunningAppProcessInfo.IMPORTANCE_GONE) {
126 ent.procs.put(pid, importance);
139 if (appImp != ent.importance) {
    [all...]
ActivityManager.java 2061 public int importance; field in class:ActivityManager.RunningAppProcessInfo
    [all...]
  /cts/tools/tradefed-host/src/com/android/cts/tradefed/result/
PlanCreator.java 31 import com.android.tradefed.config.Option.Importance;
49 importance=Importance.IF_UNSET)
53 importance=Importance.IF_UNSET)
58 importance=Importance.IF_UNSET)
  /cts/tools/tradefed-host/src/com/android/cts/tradefed/testtype/
JUnitDeviceTest.java 23 import com.android.tradefed.config.Option.Importance;
58 importance = Importance.ALWAYS)
62 , importance = Importance.IF_UNSET)
CtsTest.java 30 import com.android.tradefed.config.Option.Importance;
93 importance = Importance.IF_UNSET)
97 importance = Importance.IF_UNSET)
104 importance = Importance.IF_UNSET)
109 importance = Importance.IF_UNSET)
113 importance = Importance.IF_UNSET
    [all...]
  /packages/apps/Settings/src/com/android/settings/applications/
RunningState.java 169 final boolean lhsBg = lhsInfo.importance
171 final boolean rhsBg = rhsInfo.importance
804 && pi.importance >= ActivityManager.RunningAppProcessInfo.IMPORTANCE_FOREGROUND
805 && pi.importance < ActivityManager.RunningAppProcessInfo.IMPORTANCE_CANT_SAVE_STATE
    [all...]
  /external/chromium_org/chrome/browser/diagnostics/
recon_diagnostics.cc 175 FileImportance importance)
179 importance_(importance) {}
  /external/antlr/antlr-3.4/runtime/Ruby/lib/
antlr3.rb 52 runtime library. The items are loosely ordered by importance.
  /external/chromium_org/third_party/icu/source/test/perf/collationperf/
CollPerf.pl 216 <li>For more information on incremental vs. sort key comparison, the importance
  /external/icu/icu4c/source/test/perf/collationperf/
CollPerf.pl 216 <li>For more information on incremental vs. sort key comparison, the importance
  /external/qemu/distrib/sdl-1.2.15/src/cdrom/macosx/
AudioFileReaderThread.c 183 /* precedency policy's "importance" value is relative to spawning thread's priority */
186 thePrecedencePolicy.importance = relativePriority;
  /external/opencv/ml/src/
mltree.cpp 3013 double* importance; local
    [all...]
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
deltablue.js 99 * Strengths are used to measure the relative importance of constraints.
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v4/
v8-deltablue.js 90 * Strengths are used to measure the relative importance of constraints.
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v5/
v8-deltablue.js 90 * Strengths are used to measure the relative importance of constraints.
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v6/
v8-deltablue.js 90 * Strengths are used to measure the relative importance of constraints.
  /external/chromium_org/v8/benchmarks/
deltablue.js 96 * Strengths are used to measure the relative importance of constraints.
  /developers/build/prebuilts/gradle/SwipeRefreshListFragment/Application/libs/
android-support-v4.jar 
  /developers/samples/android/ui/views/SwipeRefreshLayout/SwipeRefreshListFragment/Application/libs/
android-support-v4.jar 
  /prebuilts/maven_repo/android/com/android/support/support-v4/19.0.0/
support-v4-19.0.0.jar 
  /prebuilts/maven_repo/android/com/android/support/support-v4/19.0.1/
support-v4-19.0.1.jar 
  /prebuilts/maven_repo/android/com/android/support/support-v4/19.1.0/
support-v4-19.1.0.jar 
  /external/chromium_org/v8/test/mjsunit/
unicode-test.js     [all...]
  /frameworks/base/services/core/java/com/android/server/am/
ActivityManagerService.java     [all...]
  /external/chromium_org/third_party/libaddressinput/src/java/
android.jar 

Completed in 3780 milliseconds

1 2