Searched refs:notificationType (Results 1 – 3 of 3) sorted by relevance
47 final int notificationType = getIntent().getIntExtra( in onCreate() local50 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()
250 final int notificationType; in buildAndSendNotification() local252 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 …]
139 NotificationLineInfo(final int notificationType) { in NotificationLineInfo() argument140 mNotificationType = notificationType; in NotificationLineInfo()