Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/sensorprivacy/
DSensorPrivacyService.java670 packageLabel = getUiContext().getPackageManager() in showSensorUseReminderNotification()
690 getUiContext().getString(R.string.sensor_privacy_notification_channel_label), in showSensorUseReminderNotification()
699 Icon icon = Icon.createWithResource(getUiContext().getResources(), iconRes); in showSensorUseReminderNotification()
701 String contentTitle = getUiContext().getString(messageRes); in showSensorUseReminderNotification()
702 Spanned contentText = Html.fromHtml(getUiContext().getString( in showSensorUseReminderNotification()
714 String actionTitle = getUiContext().getString( in showSensorUseReminderNotification()
/frameworks/base/services/core/java/com/android/server/
DSystemService.java377 public final Context getUiContext() { in getUiContext() method in SystemService
/frameworks/base/services/core/java/com/android/server/wm/
DAppWarnings.java615 return mAtm.getUiContext(); in getUiContextForActivity()
618 Context uiContextForCurrentUser = mAtm.getUiContext().createContextAsUser( in getUiContextForActivity()
DDisplayPolicy.java407 mUiContext = displayContent.isDefaultDisplay ? service.mAtmService.getUiContext() in DisplayPolicy()
DActivityTaskManagerService.java1078 Context getUiContext() { in getUiContext() method in ActivityTaskManagerService
DActivityRecord.java7909 final Context context = mAtmService.getUiContext(); in attachCrossProfileAppsThumbnailAnimation()
/frameworks/base/services/core/java/com/android/server/statusbar/
DStatusBarManagerService.java1643 ShutdownThread.shutdown(getUiContext(), reason, false)); in shutdown()
1665 ShutdownThread.rebootSafeMode(getUiContext(), true); in reboot()
1667 ShutdownThread.reboot(getUiContext(), reason, false); in reboot()
2583 private static final Context getUiContext() { in getUiContext() method in StatusBarManagerService
/frameworks/opt/car/services/updatableServices/tests/src/com/android/server/wm/
DCarLaunchParamsModifierUpdatableTest.java201 when(mActivityTaskManagerService.getUiContext()).thenReturn(mContext); in setUp()
/frameworks/base/services/core/java/com/android/server/biometrics/sensors/fingerprint/
DFingerprintService.java364 final Context context = getUiContext();
/frameworks/base/services/core/java/com/android/server/power/
DPowerManagerService.java4045 ShutdownThread.rebootSafeMode(getUiContext(), confirm);
4047 ShutdownThread.reboot(getUiContext(), reason, confirm);
4049 ShutdownThread.shutdown(getUiContext(), reason, confirm);
/frameworks/base/services/
Dart-wear-profile26027 PLcom/android/server/wm/ActivityTaskManagerService;->getUiContext()Landroid/content/Context;