Searched refs:isSystemUi (Results 1 – 5 of 5) sorted by relevance
74 if (analysis.isSystemUi) { in onTransactStarted()129 val isSystemUi: Boolean, constant in com.android.systemui.util.BinderLogger.BinderTransactionAnalysis138 (if (isSystemUi) getSimpleCallRefWithFileAndLineNumber(cause)142 (if (!isSystemUi) ", but the call did not originate from System UI" else "") +
1854 public boolean isSystemUi; field in ManagedServices.ManagedServiceInfo1890 public boolean isSystemUi() { in isSystemUi() method in ManagedServices.ManagedServiceInfo1891 return isSystemUi; in isSystemUi()
11527 info.isSystemUi = !isCallerSystemOrPhone() && getContext().checkPermission(11911 if (info.isSystemUi() && old != null && old.getNotification() != null
2066 service0.isSystemUi = true; in testManagedServiceInfoIsSystemUi()2067 assertThat(service0.isSystemUi()).isTrue(); in testManagedServiceInfoIsSystemUi()2068 service0.isSystemUi = false; in testManagedServiceInfoIsSystemUi()2069 assertThat(service0.isSystemUi()).isFalse(); in testManagedServiceInfoIsSystemUi()
867 info.isSystemUi = true; in testListenerPost_UpdateLifetimeExtended()