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

/frameworks/base/services/core/java/com/android/server/notification/
H A DManagedServices.java116 ComponentName component, int userid, boolean isSystem, ServiceConnection connection,
118 return new ManagedServiceInfo(service, component, userid, isSystem, connection,
139 + (info.isSystem?" SYSTEM":""));
287 if (!service.isSystem) {
404 userid, false /*isSystem*/, this, targetSdkVersion);
499 true /*isSystem*/, null, Build.VERSION_CODES.LOLLIPOP);
552 public boolean isSystem; field in class:ManagedServices.ManagedServiceInfo
557 int userid, boolean isSystem, ServiceConnection connection, int targetSdkVersion) {
561 this.isSystem = isSystem;
115 newServiceInfo(IInterface service, ComponentName component, int userid, boolean isSystem, ServiceConnection connection, int targetSdkVersion) argument
556 ManagedServiceInfo(IInterface service, ComponentName component, int userid, boolean isSystem, ServiceConnection connection, int targetSdkVersion) argument
[all...]
H A DZenModeHelper.java165 if (isSystem(record)) {
420 private static boolean isSystem(NotificationRecord record) { method in class:ZenModeHelper
/frameworks/base/core/java/android/content/res/
H A DAssetManager.java109 private AssetManager(boolean isSystem) { argument
786 private native final void init(boolean isSystem); argument
/frameworks/base/core/jni/
H A Dandroid_util_AssetManager.cpp1937 static void android_content_AssetManager_init(JNIEnv* env, jobject clazz, jboolean isSystem) argument
1939 if (isSystem) {
/frameworks/base/media/java/android/media/
H A DMediaRouter.java2629 public boolean isSystem() { method in class:MediaRouter.RouteCategory
/frameworks/base/core/java/android/view/
H A DKeyEvent.java755 // isSystem()
1675 public final boolean isSystem() { method in class:KeyEvent

Completed in 1054 milliseconds