HomeSort by relevance Sort by last modified time
    Searched defs:isSystem (Results 1 - 25 of 116) sorted by null

1 2 3 4 5

  /libcore/ojluni/src/main/java/java/nio/file/attribute/
DosFileAttributes.java 83 boolean isSystem();
  /packages/apps/Settings/src/com/android/settings/notification/
ZenRuleInfo.java 14 if (isSystem != that.isSystem) return false;
38 public boolean isSystem;
  /packages/apps/PackageInstaller/src/com/android/packageinstaller/permission/utils/
Utils.java 141 public static boolean isSystem(PermissionApp app, ArraySet<String> launcherPkgs) {
142 return isSystem(app.getAppInfo(), launcherPkgs);
145 public static boolean isSystem(AppPermissions app, ArraySet<String> launcherPkgs) {
146 return isSystem(app.getPackageInfo().applicationInfo, launcherPkgs);
149 public static boolean isSystem(ApplicationInfo info, ArraySet<String> launcherPkgs) {
  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/tester/android/util/
TestAttributeSet.java 16 private boolean isSystem = false;
33 AttrResourceLoader attrResourceLoader, Class<? extends View> viewClass, boolean isSystem) {
38 this.isSystem = isSystem;
211 if (value != null && isSystem && value.startsWith("@+id")) {
  /frameworks/base/services/core/java/com/android/server/pm/
PackageSetting.java 155 public boolean isSystem() {
170 return isSystem();
  /frameworks/base/core/java/android/os/
UserHandle.java 371 * @deprecated please use {@link #isSystem()} or check for
386 public boolean isSystem() {
  /frameworks/base/packages/SystemUI/src/com/android/systemui/qs/customize/
TileQueryHelper.java 178 private void addTile(String spec, CharSequence appLabel, State state, boolean isSystem) {
188 info.state.secondaryLabel = (isSystem || TextUtils.equals(state.label, appLabel))
190 info.isSystem = isSystem;
207 public boolean isSystem;
  /frameworks/base/services/core/java/com/android/server/notification/
ZenModeFiltering.java 196 if (isSystem(record)) {
242 public boolean isSystem(NotificationRecord record) {
  /libcore/ojluni/src/main/java/sun/nio/fs/
LinuxDosFileAttributeView.java 110 builder.add(SYSTEM_NAME, attrs.isSystem());
175 public boolean isSystem() {
  /external/conscrypt/platform/src/main/java/org/conscrypt/
TrustedCertificateStore.java 91 public static final boolean isSystem(String alias) {
151 if (cert == null || (isSystem(alias)
165 if (isSystem(alias)) {
615 if (isSystem(alias)) {
  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/res/
ViewLoader.java 40 protected void processResourceXml(File xmlFile, Document document, boolean isSystem) throws Exception {
41 ViewNode topLevelNode = new ViewNode("top-level", new HashMap<String, String>(), isSystem);
44 if (isSystem) {
73 ViewNode viewNode = new ViewNode(name, attrMap, parent.isSystem);
154 boolean isSystem = false;
156 public ViewNode(String name, Map<String, String> attributes, boolean isSystem) {
159 this.isSystem = isSystem;
208 TestAttributeSet attributeSet = new TestAttributeSet(attributes, resourceExtractor, attrResourceLoader, View.class, isSystem);
245 TestAttributeSet attributeSet = new TestAttributeSet(attributes, resourceExtractor, attrResourceLoader, clazz, isSystem);
    [all...]
  /external/clang/include/clang/Frontend/
FrontendOptions.h 94 bool IsSystem;
97 FrontendInputFile() : Buffer(nullptr), Kind(IK_None), IsSystem(false) { }
98 FrontendInputFile(StringRef File, InputKind Kind, bool IsSystem = false)
99 : File(File.str()), Buffer(nullptr), Kind(Kind), IsSystem(IsSystem) { }
101 bool IsSystem = false)
102 : Buffer(buffer), Kind(Kind), IsSystem(IsSystem) { }
105 bool isSystem() const { return IsSystem; }
    [all...]
  /packages/apps/Settings/src/com/android/settings/
UserCredentialsSettings.java 153 if (item.isSystem()) {
185 if (credential.isSystem()) {
387 ((TextView) view.findViewById(R.id.purpose)).setText(item.isSystem()
484 public boolean isSystem() {
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Frontend/
FrontendOptions.h 96 bool IsSystem;
99 FrontendInputFile() : Buffer(nullptr), Kind(IK_None), IsSystem(false) { }
100 FrontendInputFile(StringRef File, InputKind Kind, bool IsSystem = false)
101 : File(File.str()), Buffer(nullptr), Kind(Kind), IsSystem(IsSystem) { }
103 bool IsSystem = false)
104 : Buffer(buffer), Kind(Kind), IsSystem(IsSystem) { }
107 bool isSystem() const { return IsSystem; }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Frontend/
FrontendOptions.h 137 bool IsSystem;
140 FrontendInputFile() : Buffer(nullptr), Kind(), IsSystem(false) { }
141 FrontendInputFile(StringRef File, InputKind Kind, bool IsSystem = false)
142 : File(File.str()), Buffer(nullptr), Kind(Kind), IsSystem(IsSystem) { }
144 bool IsSystem = false)
145 : Buffer(buffer), Kind(Kind), IsSystem(IsSystem) { }
148 bool isSystem() const { return IsSystem; }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Frontend/
FrontendOptions.h 137 bool IsSystem;
140 FrontendInputFile() : Buffer(nullptr), Kind(), IsSystem(false) { }
141 FrontendInputFile(StringRef File, InputKind Kind, bool IsSystem = false)
142 : File(File.str()), Buffer(nullptr), Kind(Kind), IsSystem(IsSystem) { }
144 bool IsSystem = false)
145 : Buffer(buffer), Kind(Kind), IsSystem(IsSystem) { }
148 bool isSystem() const { return IsSystem; }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Frontend/
FrontendOptions.h 140 bool IsSystem = false;
144 FrontendInputFile(StringRef File, InputKind Kind, bool IsSystem = false)
145 : File(File.str()), Kind(Kind), IsSystem(IsSystem) { }
147 bool IsSystem = false)
148 : Buffer(Buffer), Kind(Kind), IsSystem(IsSystem) { }
151 bool isSystem() const { return IsSystem; }
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Frontend/
FrontendOptions.h 140 bool IsSystem = false;
144 FrontendInputFile(StringRef File, InputKind Kind, bool IsSystem = false)
145 : File(File.str()), Kind(Kind), IsSystem(IsSystem) { }
147 bool IsSystem = false)
148 : Buffer(Buffer), Kind(Kind), IsSystem(IsSystem) { }
151 bool isSystem() const { return IsSystem; }
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Frontend/
FrontendOptions.h 140 bool IsSystem = false;
144 FrontendInputFile(StringRef File, InputKind Kind, bool IsSystem = false)
145 : File(File.str()), Kind(Kind), IsSystem(IsSystem) { }
147 bool IsSystem = false)
148 : Buffer(Buffer), Kind(Kind), IsSystem(IsSystem) { }
151 bool isSystem() const { return IsSystem; }
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Frontend/
FrontendOptions.h 140 bool IsSystem = false;
144 FrontendInputFile(StringRef File, InputKind Kind, bool IsSystem = false)
145 : File(File.str()), Kind(Kind), IsSystem(IsSystem) { }
147 bool IsSystem = false)
148 : Buffer(Buffer), Kind(Kind), IsSystem(IsSystem) { }
151 bool isSystem() const { return IsSystem; }
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Frontend/
FrontendOptions.h 96 bool IsSystem;
99 FrontendInputFile() : Buffer(nullptr), Kind(IK_None), IsSystem(false) { }
100 FrontendInputFile(StringRef File, InputKind Kind, bool IsSystem = false)
101 : File(File.str()), Buffer(nullptr), Kind(Kind), IsSystem(IsSystem) { }
103 bool IsSystem = false)
104 : Buffer(buffer), Kind(Kind), IsSystem(IsSystem) { }
107 bool isSystem() const { return IsSystem; }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/Frontend/
FrontendOptions.h 137 bool IsSystem;
140 FrontendInputFile() : Buffer(nullptr), Kind(), IsSystem(false) { }
141 FrontendInputFile(StringRef File, InputKind Kind, bool IsSystem = false)
142 : File(File.str()), Buffer(nullptr), Kind(Kind), IsSystem(IsSystem) { }
144 bool IsSystem = false)
145 : Buffer(buffer), Kind(Kind), IsSystem(IsSystem) { }
148 bool isSystem() const { return IsSystem; }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/Frontend/
FrontendOptions.h 137 bool IsSystem;
140 FrontendInputFile() : Buffer(nullptr), Kind(), IsSystem(false) { }
141 FrontendInputFile(StringRef File, InputKind Kind, bool IsSystem = false)
142 : File(File.str()), Buffer(nullptr), Kind(Kind), IsSystem(IsSystem) { }
144 bool IsSystem = false)
145 : Buffer(buffer), Kind(Kind), IsSystem(IsSystem) { }
148 bool isSystem() const { return IsSystem; }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Frontend/
FrontendOptions.h 140 bool IsSystem = false;
144 FrontendInputFile(StringRef File, InputKind Kind, bool IsSystem = false)
145 : File(File.str()), Kind(Kind), IsSystem(IsSystem) { }
147 bool IsSystem = false)
148 : Buffer(Buffer), Kind(Kind), IsSystem(IsSystem) { }
151 bool isSystem() const { return IsSystem; }
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Frontend/
FrontendOptions.h 140 bool IsSystem = false;
144 FrontendInputFile(StringRef File, InputKind Kind, bool IsSystem = false)
145 : File(File.str()), Kind(Kind), IsSystem(IsSystem) { }
147 bool IsSystem = false)
148 : Buffer(Buffer), Kind(Kind), IsSystem(IsSystem) { }
151 bool isSystem() const { return IsSystem; }

Completed in 1093 milliseconds

1 2 3 4 5