Searched refs:getUiContext (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/services/core/java/com/android/server/ |
D | SystemService.java | 257 public final Context getUiContext() { in getUiContext() method in SystemService
|
D | SensorPrivacyService.java | 622 packageLabel = getUiContext().getPackageManager() in showSensorUseReminderNotification() 644 getUiContext().getString(R.string.sensor_privacy_notification_channel_label), in showSensorUseReminderNotification() 653 Icon icon = Icon.createWithResource(getUiContext().getResources(), iconRes); in showSensorUseReminderNotification() 656 .setContentTitle(getUiContext().getString(messageRes)) in showSensorUseReminderNotification() 657 .setContentText(Html.fromHtml(getUiContext().getString( in showSensorUseReminderNotification() 662 getUiContext().getString( in showSensorUseReminderNotification()
|
/frameworks/base/services/core/java/com/android/server/statusbar/ |
D | StatusBarManagerService.java | 1317 ShutdownThread.shutdown(getUiContext(), reason, false)); in shutdown() 1339 ShutdownThread.rebootSafeMode(getUiContext(), true); in reboot() 1341 ShutdownThread.reboot(getUiContext(), reason, false); in reboot() 1769 private static final Context getUiContext() { in getUiContext() method in StatusBarManagerService
|
/frameworks/base/services/core/java/com/android/server/biometrics/sensors/fingerprint/ |
D | FingerprintService.java | 319 final Context context = getUiContext(); in authenticateWithPrompt()
|
/frameworks/base/services/core/java/com/android/server/power/ |
D | PowerManagerService.java | 3579 ShutdownThread.rebootSafeMode(getUiContext(), confirm); 3581 ShutdownThread.reboot(getUiContext(), reason, confirm); 3583 ShutdownThread.shutdown(getUiContext(), reason, confirm);
|
/frameworks/base/services/ |
D | art-profile | 3150 PLcom/android/server/SystemService;->getUiContext()Landroid/content/Context; 39170 PLcom/android/server/statusbar/StatusBarManagerService;->getUiContext()Landroid/content/Context;
|