/packages/modules/ExtServices/java/tests/src/android/ext/services/notification/ |
D | NotificationOtpDetectionHelperTest.kt | 105 createNotification(text = text, title = title, subtext = subtext)) in <lambda>() 116 createNotification(text = text, title = title, subtext = subtext)) in <lambda>() 128 createNotification(text = text, title = null, subtext = null)) in <lambda>() 133 createNotification(text = null, title = null, subtext = null)) in <lambda>() 135 val nullExtras = createNotification(text = null, title = null, subtext = null).apply { in <lambda>() 168 val notif = createNotification(style = style) in <lambda>() 194 .getTextForDetection(createNotification(style = style)) in <lambda>() 208 .getTextForDetection(createNotification(style = style)) in <lambda>() 226 NotificationOtpDetectionHelper.getTextForDetection(createNotification(text = text)) in <lambda>() 235 .shouldCheckForOtp(createNotification(category = CATEGORY_MESSAGE)) in <lambda>() [all …]
|
/packages/services/Mtp/src/com/android/mtp/ |
D | ServiceIntentSender.java | 68 notifications[i] = createNotification(mContext, records[i]); in sendUpdateNotificationIntent() 78 private static Notification createNotification(Context context, MtpDeviceRecord device) { in createNotification() method in ServiceIntentSender
|
/packages/apps/Dialer/java/com/android/dialer/app/calllog/ |
D | LegacyVoicemailNotifier.java | 75 createNotification( in showNotification() 89 private static Notification createNotification( in createNotification() method in LegacyVoicemailNotifier
|
/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/auto/ |
D | DrivingDecisionReminderService.kt | 240 createNotification(createNotificationTitle(), createNotificationContent()) in <lambda>() 299 private fun createNotification(title: String, body: String): Notification { in <lambda>() method in com.android.permissioncontroller.auto.DrivingDecisionReminderService
|
/packages/apps/Car/SystemUpdater/src/com/android/car/systemupdater/ |
D | UpdateLayoutFragment.java | 157 mNotificationManager.notify(NOTIFICATION_ID, createNotification(getContext(), status)); in showStatus() 273 private static Notification createNotification(Context context, @StringRes int contents) { in createNotification() method in UpdateLayoutFragment
|
/packages/modules/HealthFitness/service/java/com/android/server/healthconnect/migration/notification/ |
D | MigrationNotificationSender.java | 73 mNotificationFactory.createNotification(notificationType, CHANNEL_ID); in sendNotification()
|
D | MigrationNotificationFactory.java | 116 public Notification createNotification( in createNotification() method in MigrationNotificationFactory
|
/packages/modules/DeviceLock/DeviceLockController/src/com/android/devicelockcontroller/policy/ |
D | ProvisionHelperImpl.java | 141 createNotification(); in pauseProvision() 399 private void createNotification() { in createNotification() method in ProvisionHelperImpl
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/pbap/ |
D | BluetoothPbapService.java | 424 protected static void createNotification(BluetoothPbapService context) { in createNotification() method in BluetoothPbapService 476 createNotification(service); in handleNotificationTask()
|