Searched defs:system (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/core/java/android/content/pm/
H A DResolveInfo.java70 * The system's evaluation of how well the activity matches the
118 * @hide Target comes from system process?
120 public boolean system; field in class:ResolveInfo
245 system = orig.system;
284 dest.writeInt(system ? 1 : 0);
324 system = source.readInt() != 0;
/frameworks/base/core/java/android/speech/tts/
H A DTextToSpeech.java297 * resource files on the system. Upon completion, the activity will
604 // system.
1216 * installed or disabled, the user / system wide defaults will apply.
1376 * Whether this engine is a part of the system
1381 public boolean system; field in class:TextToSpeech.EngineInfo
/frameworks/base/core/java/com/android/internal/os/
H A DProcessStats.java63 /** Stores user time and system time in 100ths of a second. */
65 /** Stores user time and system time in 100ths of a second. */
282 // Total system time is simply system time.
565 String file = readFile("/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state", '\0');
757 int totalTime, int user, int system, int iowait, int irq, int softIrq,
761 printRatio(pw, user+system+iowait+irq+softIrq, totalTime);
771 printRatio(pw, system, totalTime);
756 printProcessCPU(PrintWriter pw, String prefix, int pid, String label, int totalTime, int user, int system, int iowait, int irq, int softIrq, int minFaults, int majFaults) argument
/frameworks/base/core/java/android/view/
H A DHardwareRenderer.java172 * Further hardware renderer disabling for the system process.
196 public static void disable(boolean system) { argument
198 if (system) {
545 * Invoke this method when the system is running out of memory. This
/frameworks/base/core/java/android/app/
H A DActivityThread.java119 import dalvik.system.CloseGuard;
1607 // may be null early in system startup
1914 //Slog.i(TAG, "Created system resources " + context.getResources()
1935 dalvik.system.VMRuntime.getRuntime().startJitCompilation();
2196 // the "debug.use-second-display" system property as a substring, then show
3521 // If the system process has died, it's game over for everyone.
4184 * Before spawning a new process, reset the time zone to be the system time zone.
4185 * This needs to be done because the system time zone could have changed after the
4187 * system time zone.
4197 * Update the system configuratio
4896 attach(boolean system) argument
[all...]

Completed in 435 milliseconds