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

/frameworks/base/tools/layoutlib/bridge/src/dalvik/system/
H A DVMRuntime_Delegate.java17 package dalvik.system;
29 // Copied from libcore/libdvm/src/main/java/dalvik/system/VMRuntime
/frameworks/base/core/java/android/permissionpresenterservice/
H A DRuntimePermissionPresenterService.java53 * in its manifest for the system to recognize it as a runtime permission
78 * @param system Whether to return only the system apps or only the non-system ones.
81 public abstract List<ApplicationInfo> onGetAppsUsingPermissions(boolean system); argument
96 public void getAppsUsingPermissions(boolean system, RemoteCallback callback) {
98 system ? 1 : 0, 0, callback).sendToTarget();
133 final boolean system = msg.arg1 == 1;
134 List<ApplicationInfo> apps = onGetAppsUsingPermissions(system);
/frameworks/support/v17/leanback/src/android/support/v17/leanback/system/
H A DSettings.java17 package android.support.v17.leanback.system;
/frameworks/base/core/java/android/content/pm/
H A DResolveInfo.java96 * The system's evaluation of how well the activity matches the
166 * @hide Target comes from system process?
168 public boolean system; field in class:ResolveInfo
330 system = orig.system;
392 dest.writeInt(system ? 1 : 0);
439 system = source.readInt() != 0;
/frameworks/base/core/java/android/content/pm/permission/
H A DRuntimePermissionPresenter.java78 * @param system Whether to return only the system apps or only the non-system ones.
81 public void getAppsUsingPermissions(boolean system, @NonNull List<ApplicationInfo> apps) { argument
131 * Gets the system apps that use runtime permissions. System apps are ones
132 * that are considered system for presentation purposes instead of ones
133 * that are preinstalled on the system image. System apps are ones that
134 * are on the system image, haven't been updated (a.k.a factory apps)
137 * @param system If true only system app
142 getAppsUsingPermissions(boolean system, @NonNull OnResultCallback callback, @Nullable Handler handler) argument
[all...]
/frameworks/base/core/java/android/util/
H A DLog.java103 void onTerribleFailure(String tag, TerribleFailure what, boolean system); argument
107 public void onTerribleFailure(String tag, TerribleFailure what, boolean system) {
108 RuntimeInit.wtf(tag, what, system);
204 * if your tag should be logged. You can change the default level by setting a system property:
253 * Depending on system configuration, a report may be added to the
294 boolean system) {
297 // reserved for cases where the system is guaranteed to abort.
300 sWtfHandler.onTerribleFailure(tag, what, system);
304 static void wtfQuiet(int logId, String tag, String msg, boolean system) { argument
306 sWtfHandler.onTerribleFailure(tag, what, system);
293 wtf(int logId, String tag, String msg, Throwable tr, boolean localStack, boolean system) argument
[all...]
/frameworks/base/core/java/com/android/internal/os/
H A DRuntimeInit.java33 import dalvik.system.VMRuntime;
137 * the "java.util.logging.config.class" system property works. We
138 * can't use the system property here since the logger has almost
260 * to run the system.
352 * the process to terminate (depends on system settings).
357 public static void wtf(String tag, Throwable t, boolean system) { argument
360 mApplicationObject, tag, system, new ApplicationErrorReport.CrashInfo(t))) {
H A DProcessCpuTracker.java25 import android.system.OsConstants;
72 /** Stores user time and system time in jiffies. */
75 /** Stores user time and system time in jiffies. Used for
320 // Total system time is simply system time.
594 * both user and system code. Safe to call without lock held.
801 int totalTime, int user, int system, int iowait, int irq, int softIrq,
805 printRatio(pw, user+system+iowait+irq+softIrq, totalTime);
815 printRatio(pw, system, totalTime);
800 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/speech/tts/
H A DTextToSpeech.java367 * resource files on the system. Upon completion, the activity will
787 // system.
2058 * installed or disabled, the user / system wide defaults will apply.
2323 * Whether this engine is a part of the system
2328 public boolean system; field in class:TextToSpeech.EngineInfo
/frameworks/base/core/java/android/view/
H A DThreadedRenderer.java201 * Further hardware renderer disabling for the system process.
212 public static void disable(boolean system) { argument
214 if (system) {
270 * Invoke this method when the system is running out of memory. This
637 * Loads system properties used by the renderer. This method is invoked
638 * whenever system properties are modified. Implementations can use this
/frameworks/data-binding/internal-prebuilts/com/android/databinding/localizemaven/1.1/
H A Dlocalizemaven-1.1.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/ExportLicensesTask$__clinit__closure1.class ...
/frameworks/base/core/java/android/app/
H A DActivityManagerNative.java83 * Retrieve the system's default/global activity manager.
90 * Convenience for checking whether the system is ready. For internal use only.
1655 boolean system = data.readInt() != 0;
1657 boolean res = handleApplicationWtf(app, tag, system, ci);
5109 public boolean handleApplicationWtf(IBinder app, String tag, boolean system, argument
5117 data.writeInt(system ? 1 : 0);
H A DActivityThread.java108 import android.system.Os;
109 import android.system.OsConstants;
110 import android.system.ErrnoException;
145 import dalvik.system.CloseGuard;
146 import dalvik.system.VMDebug;
147 import dalvik.system.VMRuntime;
2054 dalvik.system.VMRuntime.getRuntime().startJitCompilation();
2670 // the "debug.use-second-display" system property as a substring, then show
4432 // the children. However the client side view system does not support preserving
5101 * Before spawning a new process, reset the time zone to be the system tim
5888 attach(boolean system) argument
[all...]
H A DIActivityManager.java362 public boolean handleApplicationWtf(IBinder app, String tag, boolean system, argument
377 // Retrieve running application processes in the system
497 * Notify the system that the keyguard is going away.
/frameworks/base/services/core/java/com/android/server/am/
H A DActivityManagerService.java248 import dalvik.system.VMRuntime;
547 /** All system services */
761 * system was ready. We don't start them at that point, but ensure they
1245 * Set if we are shutting down the system, similar to sleeping.
1280 * Allow the current computed overall memory level of the system to go down?
1427 * Set to true after the system has finished booting.
2453 "Unable to find android system package", e);
2614 File systemDir = new File(dataDir, "system");
2728 // We need to tell all apps about the system property change.
2797 int system
13414 handleApplicationWtf(final IBinder app, final String tag, boolean system, final ApplicationErrorReport.CrashInfo crashInfo) argument
[all...]

Completed in 1800 milliseconds