/frameworks/base/packages/DynamicSystemInstallationService/src/com/android/dynsystem/ |
D | DynamicSystemInstallationService.java | 248 buildNotification(STATUS_IN_PROGRESS, CAUSE_NOT_SPECIFIED)); in executeInstallCommand() 338 buildNotification(STATUS_IN_USE, CAUSE_NOT_SPECIFIED)); in executeNotifyIfInUseCommand() 341 buildNotification(STATUS_READY, CAUSE_NOT_SPECIFIED)); in executeNotifyIfInUseCommand() 374 private Notification buildNotification(int status, int cause) { in buildNotification() method in DynamicSystemInstallationService 451 mNM.notify(NOTIFICATION_ID, buildNotification(status, cause)); in postStatus()
|
/frameworks/base/packages/PackageInstaller/src/com/android/packageinstaller/wear/ |
D | WearPackageInstallerService.java | 184 Pair<Integer, Notification> notifPair = buildNotification(packageName, notifTitle); in onStartCommand() 473 Pair<Integer, Notification> notifPair = buildNotification( in finishServiceEarly() 561 private synchronized Pair<Integer, Notification> buildNotification(final String packageName, in buildNotification() method in WearPackageInstallerService 586 Pair<Integer, Notification> notifPair = buildNotification(packageName, title); in getLabelAndUpdateNotification()
|
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/ |
D | CertificateMonitor.java | 161 final Notification noti = buildNotification(userHandle, pendingCertificateCount); in updateInstalledCertificates() 170 private Notification buildNotification(UserHandle userHandle, int pendingCertificateCount) { in buildNotification() method in CertificateMonitor
|
D | RemoteBugreportUtils.java | 58 static Notification buildNotification(Context context, in buildNotification() method in RemoteBugreportUtils
|
D | DevicePolicyManagerService.java | 775 RemoteBugreportUtils.buildNotification(mContext, 7394 RemoteBugreportUtils.buildNotification(mContext, in requestBugreport() 7498 RemoteBugreportUtils.buildNotification(mContext, in onBugreportFinished() 7532 RemoteBugreportUtils.buildNotification(mContext, in onBugreportSharingAccepted()
|
/frameworks/base/services/core/java/com/android/server/power/batterysaver/ |
D | BatterySaverStateMachine.java | 795 buildNotification(DYNAMIC_MODE_NOTIF_CHANNEL_ID, in triggerDynamicModeNotification() 811 buildNotification(BATTERY_SAVER_NOTIF_CHANNEL_ID, in triggerStickyDisabledNotification() 828 private Notification buildNotification(@NonNull String channelId, @NonNull String title, in buildNotification() method in BatterySaverStateMachine
|
/frameworks/base/tests/StatusBar/src/com/android/statusbartest/ |
D | NotificationBuilderTest.java | 198 final Notification n = buildNotification(id); in sendNotification() 224 private Notification buildNotification(int id) { in buildNotification() method in NotificationBuilderTest
|