Searched defs:isSystem (Results 1 - 13 of 13) sorted by relevance

/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
/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 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)) {
/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/os/
H A DUserHandle.java307 * @deprecated please use {@link #isSystem()} or check for
321 public boolean isSystem() { method in class:UserHandle
/frameworks/base/services/core/java/com/android/server/notification/
H A DZenModeFiltering.java101 if (isSystem(record)) {
174 private static boolean isSystem(NotificationRecord record) { method in class:ZenModeFiltering
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...]
/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/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/media/java/android/media/
H A DMediaRouter.java2713 public boolean isSystem() { method in class:MediaRouter.RouteCategory
/frameworks/base/core/java/android/app/
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/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)) {

Completed in 2899 milliseconds