Home
last modified time | relevance | path

Searched refs:systemApp (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/drawer/
DTileUtilsTest.java339 public static ResolveInfo newInfo(boolean systemApp, String category) { in newInfo() argument
340 return newInfo(systemApp, category, null); in newInfo()
343 private static ResolveInfo newInfo(boolean systemApp, String category, String keyHint) { in newInfo() argument
344 return newInfo(systemApp, category, keyHint, null, null); in newInfo()
347 private static ResolveInfo newInfo(boolean systemApp, String category, String keyHint, in newInfo() argument
349 return newInfo(systemApp, category, keyHint, iconUri, summaryUri, null, 0); in newInfo()
352 private static ResolveInfo newInfo(boolean systemApp, String category, String keyHint, in newInfo() argument
356 info.system = systemApp; in newInfo()
381 if (systemApp) { in newInfo()
/frameworks/base/core/java/android/app/
DApplicationErrorReport.java120 public boolean systemApp; field in ApplicationErrorReport
238 dest.writeInt(systemApp ? 1 : 0); in writeToParcel()
265 systemApp = in.readInt() == 1; in readFromParcel()
684 pw.println(prefix + "systemApp: " + systemApp); in dump()
/frameworks/base/services/core/java/com/android/server/am/
DAppErrors.java577 report.systemApp = (r.info.flags & ApplicationInfo.FLAG_SYSTEM) != 0; in createAppErrorReportLocked()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt3860 field public boolean systemApp;
/frameworks/base/api/
Dcurrent.txt4252 field public boolean systemApp;
Dsystem-current.txt4407 field public boolean systemApp;