Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/
DRemoteBugreportActivity.java45 final int notificationType = getIntent().getIntExtra( in onCreate() local
48 if (notificationType == DevicePolicyManager.NOTIFICATION_BUGREPORT_ACCEPTED_NOT_FINISHED) { in onCreate()
65 } else if (notificationType == DevicePolicyManager.NOTIFICATION_BUGREPORT_STARTED in onCreate()
66 || notificationType in onCreate()
70 .setMessage(notificationType in onCreate()
105 Log.e(TAG, "Incorrect dialog type, no dialog shown. Received: " + notificationType); in onCreate()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/
DRemoteBugreportActivity.java45 final int notificationType = getIntent().getIntExtra( in onCreate() local
48 if (notificationType == DevicePolicyManager.NOTIFICATION_BUGREPORT_ACCEPTED_NOT_FINISHED) { in onCreate()
65 } else if (notificationType == DevicePolicyManager.NOTIFICATION_BUGREPORT_STARTED in onCreate()
66 || notificationType in onCreate()
70 .setMessage(notificationType in onCreate()
105 Log.e(TAG, "Incorrect dialog type, no dialog shown. Received: " + notificationType); in onCreate()
/packages/apps/Dialer/java/com/android/incallui/
DStatusBarNotifier.java292 final int notificationType; in buildAndSendNotification() local
299 notificationType = in buildAndSendNotification()
307 notificationType = in buildAndSendNotification()
311 notificationType = NOTIFICATION_IN_CALL; in buildAndSendNotification()
322 notificationType, in buildAndSendNotification()
352 LogUtil.i("StatusBarNotifier.buildAndSendNotification", "notificationType=" + notificationType); in buildAndSendNotification()
353 switch (notificationType) { in buildAndSendNotification()
428 "displaying notification for " + notificationType); in buildAndSendNotification()
435 currentNotification = notificationType; in buildAndSendNotification()
486 int notificationType, in checkForChangeAndSaveData() argument
[all …]
/packages/services/Telephony/tests/src/com/android/services/telephony/
DTelephonyConnectionServiceTest.java806 private AsyncResult getSuppServiceNotification(int notificationType, int code) { in getSuppServiceNotification() argument
808 notification.notificationType = notificationType; in getSuppServiceNotification()
/packages/services/Telephony/src/com/android/services/telephony/
DTelephonyConnection.java279 Log.i(this, "handleSuppServiceNotification: type=%d, code=%d", ssn.notificationType, in handleSuppServiceNotification()
281 if (ssn.notificationType == SuppServiceNotification.NOTIFICATION_TYPE_CODE_1 in handleSuppServiceNotification()
285 sendSuppServiceNotificationEvent(ssn.notificationType, ssn.code); in handleSuppServiceNotification()
/packages/apps/Messaging/src/com/android/messaging/datamodel/
DMessageNotificationState.java139 NotificationLineInfo(final int notificationType) { in NotificationLineInfo() argument
140 mNotificationType = notificationType; in NotificationLineInfo()
/packages/apps/Stk/src/com/android/stk/
DStkAppService.java1689 private int getNotificationId(int notificationType, int slotId) { in getNotificationId() argument
1690 return getNotificationId(slotId) + (notificationType * mSimCount); in getNotificationId()