Searched refs:getUiContext (Results 1 – 8 of 8) sorted by relevance
/aosp14/frameworks/base/services/core/java/com/android/server/sensorprivacy/ |
H A D | SensorPrivacyService.java | 618 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 D | SystemService.java | 352 public final Context getUiContext() { in getUiContext() method in SystemService
|
/aosp14/frameworks/base/services/core/java/com/android/server/statusbar/ |
H A D | StatusBarManagerService.java | 1582 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 D | FingerprintService.java | 355 final Context context = getUiContext();
|
/aosp14/frameworks/base/services/core/java/com/android/server/power/ |
H A D | PowerManagerService.java | 3942 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 D | DisplayPolicy.java | 399 mUiContext = displayContent.isDefaultDisplay ? service.mAtmService.getUiContext() in DisplayPolicy()
|
H A D | ActivityRecord.java | 2200 updateEnterpriseThumbnailDrawable(mAtmService.getUiContext()); in ActivityRecord() 7688 ? mAtmService.getUiContext().getDrawable(R.drawable.ic_account_circle) in attachCrossProfileAppsThumbnailAnimation()
|
H A D | ActivityTaskManagerService.java | 1053 Context getUiContext() { in getUiContext() method in ActivityTaskManagerService
|