Home | History | Annotate | Download | only in notification

Lines Matching defs:isSystem

167             ComponentName component, int userId, boolean isSystem, ServiceConnection connection,
169 return new ManagedServiceInfo(service, component, userId, isSystem, connection,
206 + (info.isSystem?" SYSTEM":"")
727 if (!service.isSystem && !service.isGuest(this)) {
812 registerServiceLocked(name, userid, true /* isSystem */);
817 registerServiceLocked(name, userid, false /* isSystem */);
821 final boolean isSystem) {
878 userid, isSystem, this, targetSdkVersion);
974 true /*isSystem*/, null /*connection*/, Build.VERSION_CODES.LOLLIPOP);
1005 public boolean isSystem;
1010 int userid, boolean isSystem, ServiceConnection connection, int targetSdkVersion) {
1014 this.isSystem = isSystem;
1032 .append(",isSystem=").append(isSystem)
1044 if (this.isSystem) return true;
1067 if (this.isSystem) return true;