Home
last modified time | relevance | path

Searched refs:notificationType (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Settings/src/com/android/settings/
DRemoteBugreportActivity.java47 final int notificationType = getIntent().getIntExtra( in onCreate() local
50 if (notificationType == DevicePolicyManager.NOTIFICATION_BUGREPORT_ACCEPTED_NOT_FINISHED) { in onCreate()
67 } else if (notificationType == DevicePolicyManager.NOTIFICATION_BUGREPORT_STARTED in onCreate()
68 || notificationType in onCreate()
72 .setMessage(notificationType in onCreate()
107 Log.e(TAG, "Incorrect dialog type, no dialog shown. Received: " + notificationType); in onCreate()
/packages/apps/Dialer/InCallUI/src/com/android/incallui/
DStatusBarNotifier.java250 final int notificationType; in buildAndSendNotification() local
252 notificationType = NOTIFICATION_INCOMING_CALL; in buildAndSendNotification()
254 notificationType = NOTIFICATION_IN_CALL; in buildAndSendNotification()
258 notificationType, contactInfo.contactRingtoneUri)) { in buildAndSendNotification()
290 if (notificationType == NOTIFICATION_INCOMING_CALL in buildAndSendNotification()
336 if (mCurrentNotification != notificationType && mCurrentNotification != NOTIFICATION_NONE) { in buildAndSendNotification()
341 Log.i(this, "Displaying notification for " + notificationType); in buildAndSendNotification()
342 mNotificationManager.notify(notificationType, notification); in buildAndSendNotification()
343 mCurrentNotification = notificationType; in buildAndSendNotification()
386 String contentTitle, int state, int notificationType, Uri ringtone) { in checkForChangeAndSaveData() argument
[all …]
/packages/apps/Messaging/src/com/android/messaging/datamodel/
DMessageNotificationState.java139 NotificationLineInfo(final int notificationType) { in NotificationLineInfo() argument
140 mNotificationType = notificationType; in NotificationLineInfo()