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

/frameworks/opt/setupwizard/library/test/robotest/src/com/android/setupwizardlib/util/
H A DPartnerTest.java158 boolean isSystem,
164 appInfo.flags = isSystem ? ApplicationInfo.FLAG_SYSTEM : 0;
156 createResolveInfo( String packageName, boolean isSystem, boolean directBootAware) argument
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/customize/
H A DTileQueryHelper.java162 private void addTile(String spec, CharSequence appLabel, State state, boolean isSystem) { argument
173 info.isSystem = isSystem;
191 public boolean isSystem; field in class:TileQueryHelper.TileInfo
/frameworks/base/core/java/android/os/
H A DUserHandle.java323 * @deprecated please use {@link #isSystem()} or check for
338 public boolean isSystem() { method in class:UserHandle
/frameworks/base/services/core/java/com/android/server/pm/
H A DPackageSetting.java120 public boolean isSystem() { method in class:PackageSetting
130 return isSystem();
/frameworks/base/services/core/java/com/android/server/notification/
H A DManagedServices.java173 ComponentName component, int userId, boolean isSystem, ServiceConnection connection,
175 return new ManagedServiceInfo(service, component, userId, isSystem, connection,
212 + (info.isSystem?" SYSTEM":"")
733 if (!service.isSystem && !service.isGuest(this)) {
818 registerServiceLocked(name, userid, true /* isSystem */);
823 registerServiceLocked(name, userid, false /* isSystem */);
827 final boolean isSystem) {
886 userid, isSystem, this, targetSdkVersion);
1003 true /*isSystem*/, null /*connection*/, Build.VERSION_CODES.LOLLIPOP);
1034 public boolean isSystem; field in class:ManagedServices.ManagedServiceInfo
172 newServiceInfo(IInterface service, ComponentName component, int userId, boolean isSystem, ServiceConnection connection, int targetSdkVersion) argument
826 registerServiceLocked(final ComponentName name, final int userid, final boolean isSystem) argument
1038 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.java118 private AssetManager(boolean isSystem) { argument
888 private native final void init(boolean isSystem); argument
/frameworks/base/core/jni/
H A Dandroid_util_AssetManager.cpp1594 static void android_content_AssetManager_init(JNIEnv* env, jobject clazz, jboolean isSystem) argument
1596 if (isSystem) {
/frameworks/base/media/java/android/media/
H A DMediaRouter.java2776 public boolean isSystem() { method in class:MediaRouter.RouteCategory
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
H A DBaseShortcutManagerTest.java2092 protected static ResolveInfo ri(String packageName, String name, boolean isSystem, int priority) { argument
2099 if (isSystem) {
/frameworks/base/core/java/android/app/
H A DActivityThread.java1906 public static boolean isSystem() { method in class:ActivityThread
/frameworks/base/core/java/android/view/
H A DKeyEvent.java814 // isSystem()
1735 public final boolean isSystem() { method in class:KeyEvent
/frameworks/base/services/core/java/com/android/server/
H A DConnectivityService.java1016 if (isSystem(uid)) {
4149 private boolean isSystem(int uid) { method in class:ConnectivityService
4155 if (isSystem(uid)) {

Completed in 1819 milliseconds