Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DCarrierServiceStateTracker.java145 NotificationType notificationType = mNotificationTypeMap.get(msg.what); in handleMessage() local
146 if (notificationType != null) { in handleMessage()
147 sendNotification(notificationType); in handleMessage()
210 NotificationType notificationType = entry.getValue(); in handleConfigChanges() local
211 evaluateSendingMessageOrCancelNotification(notificationType); in handleConfigChanges()
216 NotificationType notificationType = mNotificationTypeMap.get(NOTIFICATION_PREF_NETWORK); in handlePrefNetworkModeChanged() local
217 if (notificationType != null) { in handlePrefNetworkModeChanged()
218 evaluateSendingMessageOrCancelNotification(notificationType); in handlePrefNetworkModeChanged()
222 private void evaluateSendingMessageOrCancelNotification(NotificationType notificationType) { in evaluateSendingMessageOrCancelNotification() argument
223 if (evaluateSendingMessage(notificationType)) { in evaluateSendingMessageOrCancelNotification()
[all …]
DTelephonyTester.java330 suppServiceNotification.notificationType = type; in sendTestSuppServiceNotification()
DRadioIndication.java318 notification.notificationType = suppSvcNotification.isMT ? 1 : 0; in suppSvcNotify()
/frameworks/base/telephony/java/android/telephony/ims/
DImsSuppServiceNotification.java37 public final int notificationType; field in ImsSuppServiceNotification
50 public ImsSuppServiceNotification(int notificationType, int code, int index, int type, in ImsSuppServiceNotification() argument
52 this.notificationType = notificationType; in ImsSuppServiceNotification()
62 notificationType = in.readInt(); in ImsSuppServiceNotification()
72 return "{ notificationType=" + notificationType + in toString()
88 out.writeInt(notificationType); in writeToParcel()
/frameworks/data-binding/extensions/library/src/main/java/android/databinding/
DListChangeRegistry.java41 ObservableList sender, int notificationType, ListChanges listChanges) {
42 switch (notificationType) {
133 public synchronized void notifyCallbacks(ObservableList sender, int notificationType, in notifyCallbacks() argument
135 super.notifyCallbacks(sender, notificationType, listChanges); in notifyCallbacks()
/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/net/wifi/service/java/com/android/server/wifi/
DWifiMetrics.java1724 public void incrementConnectToNetworkNotification(String notifierTag, int notificationType) { in incrementConnectToNetworkNotification() argument
1726 int count = mConnectToNetworkNotificationCount.get(notificationType); in incrementConnectToNetworkNotification()
1727 mConnectToNetworkNotificationCount.put(notificationType, count + 1); in incrementConnectToNetworkNotification()
1733 int notificationType, int actionType) { in incrementConnectToNetworkNotificationAction() argument
1735 int key = notificationType * CONNECT_TO_NETWORK_NOTIFICATION_ACTION_KEY_MULTIPLIER in incrementConnectToNetworkNotificationAction()
/frameworks/base/services/core/java/com/android/server/
DConnectivityService.java5050 int notificationType) { in sendPendingIntentForRequest() argument
5051 if (notificationType == ConnectivityManager.CALLBACK_AVAILABLE && !nri.mPendingIntentSent) { in sendPendingIntentForRequest()
5085 NetworkAgentInfo networkAgent, int notificationType, int arg1) { in callCallbackForRequest() argument
5093 if (notificationType != ConnectivityManager.CALLBACK_UNAVAIL) { in callCallbackForRequest()
5096 switch (notificationType) { in callCallbackForRequest()
5118 msg.what = notificationType; in callCallbackForRequest()
5122 String notification = ConnectivityManager.getCallbackName(notificationType); in callCallbackForRequest()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneCallTracker.java2531 supp.notificationType = 1;
2548 supp.notificationType = suppServiceInfo.notificationType;
3864 supp.notificationType = SuppServiceNotification.NOTIFICATION_TYPE_CODE_2; in onCallHoldReceived()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/test/
DSimulatedCommands.java1604 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/api/
Dsystem-current.txt5817 field public final int notificationType;
/frameworks/base/config/
Dhiddenapi-public-dex.txt43692 Landroid/telephony/ims/ImsSuppServiceNotification;->notificationType:I