Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DCarrierServiceStateTracker.java183 NotificationType notificationType = mNotificationTypeMap.get(msg.what); in handleMessage() local
184 if (notificationType != null) { in handleMessage()
185 sendNotification(notificationType); in handleMessage()
288 NotificationType notificationType = entry.getValue(); in handleConfigChanges() local
289 evaluateSendingMessageOrCancelNotification(notificationType); in handleConfigChanges()
294 NotificationType notificationType = mNotificationTypeMap.get(NOTIFICATION_PREF_NETWORK); in handleAllowedNetworkTypeChanged() local
295 if (notificationType != null) { in handleAllowedNetworkTypeChanged()
296 evaluateSendingMessageOrCancelNotification(notificationType); in handleAllowedNetworkTypeChanged()
301 NotificationType notificationType = mNotificationTypeMap in handleImsCapabilitiesChanged() local
303 if (notificationType != null) { in handleImsCapabilitiesChanged()
[all …]
DTelephonyTester.java381 suppServiceNotification.notificationType = type; in sendTestSuppServiceNotification()
DRadioIndication.java429 notification.notificationType = suppSvcNotification.isMT ? 1 : 0; in suppSvcNotify()
/frameworks/base/telephony/java/android/telephony/ims/
DImsSuppServiceNotification.java38 public final int notificationType; field in ImsSuppServiceNotification
51 public ImsSuppServiceNotification(int notificationType, int code, int index, int type, in ImsSuppServiceNotification() argument
53 this.notificationType = notificationType; in ImsSuppServiceNotification()
63 notificationType = in.readInt(); in ImsSuppServiceNotification()
74 return "{ notificationType=" + notificationType + in toString()
90 out.writeInt(notificationType); in writeToParcel()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
DSuppServiceNotification.java28 public int notificationType; field in SuppServiceNotification
200 + (notificationType == 0 ? " originated " : " terminated ") in toString()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneCallTracker.java3455 supp.notificationType = 1;
3472 supp.notificationType = suppServiceInfo.notificationType;
5110 supp.notificationType = SuppServiceNotification.NOTIFICATION_TYPE_CODE_2; in onCallHoldReceived()
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationManagerService.java9356 boolean isVisibleToListener(StatusBarNotification sbn, int notificationType,
9366 && (!nls.isTypeAllowed(notificationType)
9790 final int notificationType,
9796 notificationType,
9826 final StatusBarNotification sbn, int notificationType,
9831 notificationType,
9939 int notificationType,
9953 boolean sbnVisible = isVisibleToListener(sbn, notificationType, info)
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DSimulatedCommands.java1675 not.notificationType = type; in triggerSsn()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
DGSMPhoneTest.java.broken1651 assertEquals(type, notification.notificationType);
/frameworks/base/core/api/
Dsystem-current.txt13319 field public final int notificationType;