Searched refs:notificationType (Results 1 – 7 of 7) sorted by relevance
/packages/apps/Settings/src/com/android/settings/ |
D | RemoteBugreportActivity.java | 45 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/ |
D | RemoteBugreportActivity.java | 45 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/ |
D | StatusBarNotifier.java | 292 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/ |
D | TelephonyConnectionServiceTest.java | 1258 private AsyncResult getSuppServiceNotification(int notificationType, int code) { in getSuppServiceNotification() argument 1260 notification.notificationType = notificationType; in getSuppServiceNotification()
|
/packages/apps/Messaging/src/com/android/messaging/datamodel/ |
D | MessageNotificationState.java | 138 NotificationLineInfo(final int notificationType) { in NotificationLineInfo() argument 139 mNotificationType = notificationType; in NotificationLineInfo()
|
/packages/services/Telephony/src/com/android/services/telephony/ |
D | TelephonyConnection.java | 332 Log.i(this, "handleSuppServiceNotification: type=%d, code=%d", ssn.notificationType, in handleSuppServiceNotification() 334 if (ssn.notificationType == SuppServiceNotification.NOTIFICATION_TYPE_CODE_1 in handleSuppServiceNotification() 338 sendSuppServiceNotificationEvent(ssn.notificationType, ssn.code); in handleSuppServiceNotification()
|
/packages/apps/Stk/src/com/android/stk/ |
D | StkAppService.java | 1735 private int getNotificationId(int notificationType, int slotId) { in getNotificationId() argument 1736 return getNotificationId(slotId) + (notificationType * mSimCount); in getNotificationId()
|