/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | CarrierServiceStateTracker.java | 140 NotificationType notificationType = entry.getValue(); in CarrierServiceStateTracker() local 141 notificationType.setDelay(b); in CarrierServiceStateTracker() 142 notificationType.setEnabled(b); in CarrierServiceStateTracker() 235 NotificationType notificationType = mNotificationTypeMap.get(msg.what); in handleMessage() local 236 if (notificationType != null) { in handleMessage() 237 sendNotification(notificationType); in handleMessage() 338 NotificationType notificationType = entry.getValue(); in handleConfigChanges() local 339 evaluateSendingMessageOrCancelNotification(notificationType); in handleConfigChanges() 344 NotificationType notificationType = mNotificationTypeMap.get(NOTIFICATION_PREF_NETWORK); in handleAllowedNetworkTypeChanged() local 345 if (notificationType != null) { in handleAllowedNetworkTypeChanged() [all …]
|
D | NetworkIndication.java | 376 notification.notificationType = suppSvcNotification.isMT ? 1 : 0; in suppSvcNotify()
|
D | TelephonyTester.java | 390 suppServiceNotification.notificationType = type; in sendTestSuppServiceNotification()
|
D | RadioIndication.java | 409 notification.notificationType = suppSvcNotification.isMT ? 1 : 0; in suppSvcNotify()
|
/frameworks/base/telephony/java/android/telephony/ims/ |
D | ImsSuppServiceNotification.java | 38 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/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/ |
D | SingleLineViewInflaterTest.kt | 94 val notificationType = NonMessaging() in <lambda>() constant 98 val singleLineViewModel = notification.makeSingleLineViewModel(notificationType) in <lambda>() 108 val notificationType = OneToOneConversation() in <lambda>() constant 109 val notification = getNotification(notificationType) in <lambda>() 112 val singleLineViewModel = notification.makeSingleLineViewModel(notificationType) in <lambda>() 135 val notificationType = LegacyMessaging() in <lambda>() constant 136 val notification = getNotification(notificationType) in <lambda>() 139 val singleLineViewModel = notification.makeSingleLineViewModel(notificationType) in <lambda>() 156 val notificationType = LegacyMessagingGroup() in <lambda>() constant 157 val notification = getNotification(notificationType) in <lambda>() [all …]
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/ |
D | SuppServiceNotification.java | 30 public int notificationType; field in SuppServiceNotification 202 + (notificationType == 0 ? " originated " : " terminated ") in toString()
|
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
D | TestableNotificationManagerService.java | 163 boolean isVisibleToListener(StatusBarNotification sbn, int notificationType, in isVisibleToListener() argument 168 return super.isVisibleToListener(sbn, notificationType, listener); in isVisibleToListener()
|
/frameworks/base/services/core/java/com/android/server/display/ |
D | DisplayManagerShellCommand.java | 280 final String notificationType = getNextArg(); in showNotification() local 281 if (notificationType == null) { in showNotification() 287 switch(notificationType) { in showNotification() 299 "Error: unexpected notification type=" + notificationType + ", use one of: " in showNotification()
|
/frameworks/base/services/core/java/com/android/server/am/ |
D | AppRestrictionController.java | 553 @NotificationHelper.NotificationType int notificationType) { in getLastNotificationTime() 557 return mLastNotificationShownTime[notificationType]; in getLastNotificationTime() 561 void setLastNotificationTime(@NotificationHelper.NotificationType int notificationType, in setLastNotificationTime() argument 563 setLastNotificationTime(notificationType, timestamp, true); in setLastNotificationTime() 568 void setLastNotificationTime(@NotificationHelper.NotificationType int notificationType, in setLastNotificationTime() argument 574 mLastNotificationShownTime[notificationType] = timestamp; in setLastNotificationTime() 581 int getNotificationId(@NotificationHelper.NotificationType int notificationType) { in getNotificationId() argument 585 return mNotificationId[notificationType]; in getNotificationId() 589 void setNotificationId(@NotificationHelper.NotificationType int notificationType, in setNotificationId() argument 594 mNotificationId[notificationType] = notificationId; in setNotificationId() [all …]
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/ |
D | ImsPhoneCallTracker.java | 4100 supp.notificationType = 1; 4117 supp.notificationType = suppServiceInfo.notificationType; 5927 supp.notificationType = SuppServiceNotification.NOTIFICATION_TYPE_CODE_2; in onCallHoldReceived()
|
/frameworks/base/services/core/java/com/android/server/notification/ |
D | NotificationManagerService.java | 10713 boolean isVisibleToListener(StatusBarNotification sbn, int notificationType, 10723 && (!nls.isTypeAllowed(notificationType) 11089 final int notificationType, 11095 notificationType, 11125 final StatusBarNotification sbn, int notificationType, 11130 notificationType, 11238 int notificationType, 11252 boolean sbnVisible = isVisibleToListener(sbn, notificationType, info)
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
D | SimulatedCommands.java | 1617 not.notificationType = type; in triggerSsn()
|
/frameworks/base/core/api/ |
D | system-current.txt | 16808 field public final int notificationType;
|