Home
last modified time | relevance | path

Searched refs:createNotification (Results 1 – 9 of 9) sorted by relevance

/packages/modules/ExtServices/java/tests/src/android/ext/services/notification/
DNotificationOtpDetectionHelperTest.kt105 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/
DServiceIntentSender.java68 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/
DLegacyVoicemailNotifier.java75 createNotification( in showNotification()
89 private static Notification createNotification( in createNotification() method in LegacyVoicemailNotifier
/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/auto/
DDrivingDecisionReminderService.kt240 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/
DUpdateLayoutFragment.java157 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/
DMigrationNotificationSender.java73 mNotificationFactory.createNotification(notificationType, CHANNEL_ID); in sendNotification()
DMigrationNotificationFactory.java116 public Notification createNotification( in createNotification() method in MigrationNotificationFactory
/packages/modules/DeviceLock/DeviceLockController/src/com/android/devicelockcontroller/policy/
DProvisionHelperImpl.java141 createNotification(); in pauseProvision()
399 private void createNotification() { in createNotification() method in ProvisionHelperImpl
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/pbap/
DBluetoothPbapService.java424 protected static void createNotification(BluetoothPbapService context) { in createNotification() method in BluetoothPbapService
476 createNotification(service); in handleNotificationTask()