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

/frameworks/base/services/core/java/com/android/server/pm/
H A DPackageSetting.java77 public boolean isSystem() { method in class:PackageSetting
87 return isSystem();
H A DPackageManagerShellCommand.java602 final boolean isSystem =
606 (!listSystem || isSystem) &&
607 (!listThirdParty || !isSystem)) {
754 final boolean isSystem =
759 if (isSystem) {
H A DPackageManagerService.java3197 if (mSafeMode && !ps.isSystem()) {
11587 final boolean isSystem = isSystemApp(pkgSetting) || isUpdatedSystemApp(pkgSetting);
11588 sendPackageAddedForUser(packageName, isSystem, pkgSetting.appId, userId);
11591 private void sendPackageAddedForUser(String packageName, boolean isSystem, argument
11600 if (isSystem && am.isUserRunning(userId, 0)) {
H A DSettings.java3974 ps.setInstalled(ps.isSystem(), userHandle);
/frameworks/base/services/core/java/com/android/server/connectivity/
H A DPermissionMonitor.java129 boolean isSystem = hasSystemPermission(app);
131 if (isNetwork || isSystem) {
136 mApps.put(uid, isSystem);
238 boolean isSystem = hasSystemPermission(app);
239 if (isNetwork || isSystem) {
244 mApps.put(appUid, isSystem);
247 apps.put(appUid, isSystem);
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/customize/
H A DTileQueryHelper.java109 private void addTile(String spec, CharSequence appLabel, State state, boolean isSystem) { argument
119 info.isSystem = isSystem;
137 public boolean isSystem; field in class:TileQueryHelper.TileInfo
H A DTileAdapter.java143 if (tile.isSystem) {
263 holder.mTileView.setShowAppLabel(position > mEditIndex && !info.isSystem);
314 move(position, info.isSystem ? mEditIndex : mTileDividerIndex, v);
515 position > mEditIndex && !info.isSystem);
/frameworks/base/services/core/java/com/android/server/notification/
H A DManagedServices.java156 ComponentName component, int userid, boolean isSystem, ServiceConnection connection,
158 return new ManagedServiceInfo(service, component, userid, isSystem, connection,
179 + (info.isSystem?" SYSTEM":"")
528 if (!service.isSystem && !service.isGuest(this)) {
600 registerServiceLocked(name, userid, true /* isSystem */);
605 registerServiceLocked(name, userid, false /* isSystem */);
609 final boolean isSystem) {
667 userid, isSystem, this, targetSdkVersion);
764 true /*isSystem*/, null /*connection*/, Build.VERSION_CODES.LOLLIPOP);
834 public boolean isSystem; field in class:ManagedServices.ManagedServiceInfo
155 newServiceInfo(IInterface service, ComponentName component, int userid, boolean isSystem, ServiceConnection connection, int targetSdkVersion) argument
608 registerServiceLocked(final ComponentName name, final int userid, final boolean isSystem) argument
838 ManagedServiceInfo(IInterface service, ComponentName component, int userid, boolean isSystem, ServiceConnection connection, int targetSdkVersion) argument
[all...]
H A DZenModeFiltering.java101 if (isSystem(record)) {
174 private static boolean isSystem(NotificationRecord record) { method in class:ZenModeFiltering
H A DEventConditionProvider.java186 final Context context = user.isSystem() ? mContext : getContextForUser(mContext, user);
/frameworks/opt/setupwizard/library/test/src/com/android/setupwizardlib/test/
H A DPartnerTest.java111 private ResolveInfo createResolveInfo(String packageName, boolean isSystem) { argument
116 appInfo.flags = isSystem ? ApplicationInfo.FLAG_SYSTEM : 0;
/frameworks/base/core/java/android/content/res/
H A DAssetManager.java115 private AssetManager(boolean isSystem) { argument
861 private native final void init(boolean isSystem); argument
/frameworks/base/core/java/android/os/
H A DUserHandle.java307 * @deprecated please use {@link #isSystem()} or check for
321 public boolean isSystem() { method in class:UserHandle
/frameworks/base/core/java/android/provider/
H A DCallLog.java752 if (userHandle.isSystem()) {
/frameworks/base/core/java/android/app/
H A DPendingIntent.java215 if (handler == null && ActivityThread.isSystem()) {
H A DLoadedApk.java545 if (needToSetupJitProfiles && !ActivityThread.isSystem()) {
H A DActivity.java2660 if ((event.getRepeatCount() != 0) || event.isSystem()) {
H A DActivityThread.java1786 public static boolean isSystem() { method in class:ActivityThread
/frameworks/base/core/java/android/view/
H A DKeyEvent.java803 // isSystem()
1723 public final boolean isSystem() { method in class:KeyEvent
/frameworks/base/core/jni/
H A Dandroid_util_AssetManager.cpp2077 static void android_content_AssetManager_init(JNIEnv* env, jobject clazz, jboolean isSystem) argument
2079 if (isSystem) {
/frameworks/base/services/core/java/com/android/server/
H A DConnectivityService.java922 if (isSystem(uid)) return false;
4033 private boolean isSystem(int uid) { method in class:ConnectivityService
4039 if (isSystem(uid)) {
/frameworks/base/media/java/android/media/
H A DMediaRouter.java2713 public boolean isSystem() { method in class:MediaRouter.RouteCategory
/frameworks/support/v7/appcompat/src/android/support/v7/app/
H A DAppCompatDelegateImplV7.java1574 if (event.isSystem()) {
/frameworks/base/core/java/com/android/internal/policy/
H A DPhoneWindow.java1153 if (event.isSystem() || (st == null)) {
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
H A DDevicePolicyManagerService.java4413 if (aliasChooser == null && caller.isSystem()) {
7099 if (!mInjector.binderGetCallingUserHandle().isSystem()) {

Completed in 1986 milliseconds