Home
last modified time | relevance | path

Searched refs:fromSystem (Results 1 – 10 of 10) sorted by relevance

/aosp12/system/sepolicy/tests/
H A Dtreble_sepolicy_tests.py28 self.fromSystem = False
43 print "\tfromSystem="+str(sctx.fromSystem)
122 domain.fromSystem = domain.fromSystem or system
194 if domain.fromSystem and domain.fromVendor:
203 if domain.fromSystem and "coredomain" not in domain.attributes:
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/notifcollection/
H A DNotifEvent.kt68 val fromSystem: Boolean
71 listener.onEntryUpdated(entry, fromSystem)
H A DNotifCollectionListener.java63 default void onEntryUpdated(@NonNull NotificationEntry entry, boolean fromSystem) { in onEntryUpdated() argument
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/
H A DRemoteInputCoordinator.kt98 override fun onEntryUpdated(entry: NotificationEntry, fromSystem: Boolean) {
101 " fromSystem=$fromSystem)")
103 if (fromSystem) {
/aosp12/frameworks/base/core/java/com/android/internal/app/
H A DWindowDecorActionBar.java748 private void updateVisibility(boolean fromSystem) { in updateVisibility() argument
756 doShow(fromSystem); in updateVisibility()
761 doHide(fromSystem); in updateVisibility()
766 public void doShow(boolean fromSystem) { in doShow() argument
773 || fromSystem)) { in doShow()
776 if (fromSystem) { in doShow()
826 public void doHide(boolean fromSystem) { in doHide() argument
832 || fromSystem)) { in doHide()
837 if (fromSystem) { in doHide()
/aosp12/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
H A DSettingsState.java1110 boolean fromSystem = false; in parseSettingsLocked()
1112 fromSystem = parser.getAttributeBoolean(null, ATTR_DEFAULT_SYS_SET, false); in parseSettingsLocked()
1116 fromSystem, id, isPreservedInRestore)); in parseSettingsLocked()
1228 String packageName, String tag, boolean fromSystem, String id) { in Setting() argument
1229 this(name, value, defaultValue, packageName, tag, fromSystem, id, in Setting()
1234 String packageName, String tag, boolean fromSystem, String id, in Setting() argument
1240 init(name, value, tag, defaultValue, packageName, fromSystem, id, in Setting()
1245 String packageName, boolean fromSystem, String id, in init() argument
1253 this.defaultFromSystem = fromSystem; in init()
/aosp12/frameworks/base/core/java/android/service/dreams/
H A DDreamService.java917 private void wakeUp(boolean fromSystem) { in wakeUp() argument
918 if (mDebug) Slog.v(TAG, "wakeUp(): fromSystem=" + fromSystem in wakeUp()
931 if (!fromSystem && !mFinished) { in wakeUp()
/aosp12/packages/apps/ThemePicker/src/com/android/customization/model/theme/
H A DOverlayThemeExtractor.java274 boolean fromSystem) throws NameNotFoundException, NotFoundException { in loadIconPreviewDrawable() argument
279 Resources res = fromSystem ? Resources.getSystem() : packageRes; in loadIconPreviewDrawable()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
H A DNotificationEntryManager.java692 final boolean fromSystem = ranking != null; in updateNotificationInternal()
694 listener.onEntryUpdated(entry, fromSystem); in updateNotificationInternal()
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/
H A DNotifCollectionTest.java1452 public void onEntryUpdated(NotificationEntry entry, boolean fromSystem) { in onEntryUpdated() argument