Searched refs:SYSTEM (Results 1 - 25 of 77) sorted by relevance

1234

/frameworks/base/core/tests/coretests/src/android/content/pm/
H A DAppsQueryHelperTests.java40 List<String> apps = mAppsQueryHelper.queryApps(0, true, UserHandle.SYSTEM);
43 apps = mAppsQueryHelper.queryApps(0, false, UserHandle.SYSTEM);
49 true, UserHandle.SYSTEM);
53 false, UserHandle.SYSTEM);
59 AppsQueryHelper.GET_APPS_WITH_INTERACT_ACROSS_USERS_PERM, true, UserHandle.SYSTEM);
63 AppsQueryHelper.GET_APPS_WITH_INTERACT_ACROSS_USERS_PERM, false, UserHandle.SYSTEM);
71 true, UserHandle.SYSTEM);
77 false, UserHandle.SYSTEM);
96 true, UserHandle.SYSTEM);
101 UserHandle.SYSTEM);
[all...]
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DSnoozeHelperTest.java72 NotificationRecord r = getNotificationRecord("pkg", 1, "one", UserHandle.SYSTEM);
85 NotificationRecord r = getNotificationRecord("pkg", 1, "one", UserHandle.SYSTEM);
95 NotificationRecord r = getNotificationRecord("pkg", 1, "one", UserHandle.SYSTEM);
96 NotificationRecord r2 = getNotificationRecord("pkg", 2, "two", UserHandle.SYSTEM);
115 NotificationRecord r = getNotificationRecord("pkg", 1, "one", UserHandle.SYSTEM);
116 NotificationRecord r2 = getNotificationRecord("pkg", 2, "two", UserHandle.SYSTEM);
141 NotificationRecord r = getNotificationRecord("pkg", 1, "one", UserHandle.SYSTEM);
142 NotificationRecord r2 = getNotificationRecord("pkg", 2, "two", UserHandle.SYSTEM);
143 NotificationRecord r3 = getNotificationRecord("pkg2", 3, "three", UserHandle.SYSTEM);
167 NotificationRecord r = getNotificationRecord("pkg", 1, "one", UserHandle.SYSTEM);
[all...]
H A DGroupHelperTest.java83 mGroupHelper.onNotificationPosted(getSbn(pkg, i, String.valueOf(i), UserHandle.SYSTEM),
98 mGroupHelper.onNotificationPosted(getSbn(pkg, i, String.valueOf(i), UserHandle.SYSTEM),
102 getSbn(pkg2, GroupHelper.AUTOGROUP_AT_COUNT, "four", UserHandle.SYSTEM), false);
114 mGroupHelper.onNotificationPosted(getSbn(pkg, i, String.valueOf(i), UserHandle.SYSTEM),
131 getSbn(pkg, i, String.valueOf(i), UserHandle.SYSTEM), false);
134 getSbn(pkg, GroupHelper.AUTOGROUP_AT_COUNT, "four", UserHandle.SYSTEM, "a"),
149 getSbn(pkg, i, String.valueOf(i), UserHandle.SYSTEM), false);
162 final StatusBarNotification sbn = getSbn(pkg, i, String.valueOf(i), UserHandle.SYSTEM);
189 final StatusBarNotification sbn = getSbn(pkg, i, String.valueOf(i), UserHandle.SYSTEM);
202 getSbn(pkg, i, String.valueOf(i), UserHandle.SYSTEM, "ap
[all...]
/frameworks/native/cmds/lshal/libprocpartition/
H A Dprocpartition.cpp26 case Partition::SYSTEM: return os << "system";
58 return Partition::SYSTEM;
84 return Partition::SYSTEM;
/frameworks/native/cmds/lshal/libprocpartition/include/procpartition/
H A Dprocpartition.h30 SYSTEM, member in class:android::procpartition::Partition
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/
H A DSliceBroadcastRelay.java52 context.sendBroadcastAsUser(registerBroadcast, UserHandle.SYSTEM);
61 context.sendBroadcastAsUser(registerBroadcast, UserHandle.SYSTEM);
/frameworks/base/services/core/java/com/android/server/oemlock/
H A DPersistentDataBlockLock.java51 UserManager.DISALLOW_OEM_UNLOCK, !allowed, UserHandle.SYSTEM);
61 .hasUserRestriction(UserManager.DISALLOW_OEM_UNLOCK, UserHandle.SYSTEM);
H A DOemLockService.java231 .hasUserRestriction(UserManager.DISALLOW_FACTORY_RESET, UserHandle.SYSTEM);
/frameworks/base/core/java/android/app/timezone/
H A DRulesUpdaterContract.java86 intent, UserHandle.SYSTEM,
/frameworks/base/services/core/java/com/android/server/firewall/
H A DSenderFilter.java67 return SYSTEM;
88 private static final Filter SYSTEM = new Filter() { field in class:SenderFilter
/frameworks/base/packages/Shell/src/com/android/shell/
H A DRemoteBugreportReceiver.java64 context.sendBroadcastAsUser(newIntent, UserHandle.SYSTEM,
/frameworks/base/services/core/java/com/android/server/timezone/
H A DRulesManagerServiceHelperImpl.java71 mContext.sendBroadcastAsUser(intent, UserHandle.SYSTEM);
H A DPackageTrackerHelperImpl.java111 authority, flags, UserHandle.SYSTEM.getIdentifier());
133 intent, flags, UserHandle.SYSTEM);
H A DPackageTrackerIntentHelperImpl.java81 packageUpdateReceiver, UserHandle.SYSTEM, packageIntentFilter,
/frameworks/base/core/tests/coretests/src/android/app/timezone/
H A DRulesUpdaterContractTest.java65 eq(UserHandle.SYSTEM),
/frameworks/opt/car/services/src/com/android/internal/car/
H A DCarServiceHelperService.java81 UserHandle.SYSTEM)) {
/frameworks/base/core/java/android/os/
H A DUserHandle.java72 * @deprecated Consider using either {@link UserHandle#SYSTEM} constant or
86 public static final UserHandle SYSTEM = new UserHandle(USER_SYSTEM); field in class:UserHandle
204 return userId == USER_SYSTEM ? SYSTEM : new UserHandle(userId);
387 return this.equals(SYSTEM);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DStatusBarIconHolder.java52 holder.mIcon = new StatusBarIcon(UserHandle.SYSTEM, context.getPackageName(),
/frameworks/base/services/core/java/com/android/server/connectivity/
H A DPermissionMonitor.java63 private static final Boolean SYSTEM = Boolean.TRUE; field in class:PermissionMonitor
75 // Keys are App IDs. Values are true for SYSTEM permission and false for NETWORK permission.
139 // permissions, don't downgrade (i.e., if it's already SYSTEM, leave it as is).
236 mNetd.setPermission("SYSTEM", toIntArray(system));
272 if (currentPermission == SYSTEM) {
296 // permissions, don't downgrade (i.e., if it's already SYSTEM, leave it as is).
319 if (permission == SYSTEM) {
320 // An app with this UID still has the SYSTEM permission.
321 // Therefore, this UID must already have the SYSTEM permission.
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DKeyguardEsimArea.java123 PendingIntent.FLAG_UPDATE_CURRENT, UserHandle.SYSTEM);
/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DGuestResumeSessionReceiver.java50 context.registerReceiverAsUser(this, UserHandle.SYSTEM,
/frameworks/base/services/backup/java/com/android/server/backup/fullbackup/
H A DFullBackupObbConnection.java68 obbIntent, this, Context.BIND_AUTO_CREATE, UserHandle.SYSTEM);
/frameworks/base/services/core/java/com/android/server/location/
H A DGeofenceProxy.java97 mServiceConnection, Context.BIND_AUTO_CREATE, UserHandle.SYSTEM);
/frameworks/base/services/usb/java/com/android/server/usb/
H A DMtpNotificationManager.java98 UserHandle.SYSTEM);
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DWapPushOverSmsTest.java95 eq(UserHandle.SYSTEM));

Completed in 740 milliseconds

1234