Home
last modified time | relevance | path

Searched refs:getUiContext (Results 1 – 8 of 8) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/sensorprivacy/
H A DSensorPrivacyService.java618 packageLabel = getUiContext().getPackageManager() in showSensorUseReminderNotification()
640 getUiContext().getString(R.string.sensor_privacy_notification_channel_label), in showSensorUseReminderNotification()
649 Icon icon = Icon.createWithResource(getUiContext().getResources(), iconRes); in showSensorUseReminderNotification()
651 String contentTitle = getUiContext().getString(messageRes); in showSensorUseReminderNotification()
652 Spanned contentText = Html.fromHtml(getUiContext().getString( in showSensorUseReminderNotification()
659 String actionTitle = getUiContext().getString( in showSensorUseReminderNotification()
/aosp14/frameworks/base/services/core/java/com/android/server/
H A DSystemService.java352 public final Context getUiContext() { in getUiContext() method in SystemService
/aosp14/frameworks/base/services/core/java/com/android/server/statusbar/
H A DStatusBarManagerService.java1582 ShutdownThread.shutdown(getUiContext(), reason, false)); in shutdown()
1604 ShutdownThread.rebootSafeMode(getUiContext(), true); in reboot()
1606 ShutdownThread.reboot(getUiContext(), reason, false); in reboot()
2521 private static final Context getUiContext() { in getUiContext() method in StatusBarManagerService
/aosp14/frameworks/base/services/core/java/com/android/server/biometrics/sensors/fingerprint/
H A DFingerprintService.java355 final Context context = getUiContext();
/aosp14/frameworks/base/services/core/java/com/android/server/power/
H A DPowerManagerService.java3942 ShutdownThread.rebootSafeMode(getUiContext(), confirm);
3944 ShutdownThread.reboot(getUiContext(), reason, confirm);
3946 ShutdownThread.shutdown(getUiContext(), reason, confirm);
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DDisplayPolicy.java399 mUiContext = displayContent.isDefaultDisplay ? service.mAtmService.getUiContext() in DisplayPolicy()
H A DActivityRecord.java2200 updateEnterpriseThumbnailDrawable(mAtmService.getUiContext()); in ActivityRecord()
7688 ? mAtmService.getUiContext().getDrawable(R.drawable.ic_account_circle) in attachCrossProfileAppsThumbnailAnimation()
H A DActivityTaskManagerService.java1053 Context getUiContext() { in getUiContext() method in ActivityTaskManagerService