Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DCarrierServiceStateTracker.java155 NotificationType notificationType = mNotificationTypeMap.get(msg.what); in handleMessage() local
156 if (notificationType != null) { in handleMessage()
157 sendNotification(notificationType); in handleMessage()
213 NotificationType notificationType = entry.getValue(); in handleConfigChanges() local
214 evaluateSendingMessageOrCancelNotification(notificationType); in handleConfigChanges()
219 NotificationType notificationType = mNotificationTypeMap.get(NOTIFICATION_PREF_NETWORK); in handlePrefNetworkModeChanged() local
220 if (notificationType != null) { in handlePrefNetworkModeChanged()
221 evaluateSendingMessageOrCancelNotification(notificationType); in handlePrefNetworkModeChanged()
226 NotificationType notificationType = mNotificationTypeMap in handleImsCapabilitiesChanged() local
228 if (notificationType != null) { in handleImsCapabilitiesChanged()
[all …]
DTelephonyTester.java379 suppServiceNotification.notificationType = type; in sendTestSuppServiceNotification()
DRadioIndication.java366 notification.notificationType = suppSvcNotification.isMT ? 1 : 0; in suppSvcNotify()
/frameworks/base/telephony/java/android/telephony/ims/
DImsSuppServiceNotification.java40 public final int notificationType; field in ImsSuppServiceNotification
53 public ImsSuppServiceNotification(int notificationType, int code, int index, int type, in ImsSuppServiceNotification() argument
55 this.notificationType = notificationType; in ImsSuppServiceNotification()
65 notificationType = in.readInt(); in ImsSuppServiceNotification()
76 return "{ notificationType=" + notificationType + in toString()
92 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/net/wifi/service/java/com/android/server/wifi/
DWifiMetrics.java2310 public void incrementConnectToNetworkNotification(String notifierTag, int notificationType) { in incrementConnectToNetworkNotification() argument
2312 int count = mConnectToNetworkNotificationCount.get(notificationType); in incrementConnectToNetworkNotification()
2313 mConnectToNetworkNotificationCount.put(notificationType, count + 1); in incrementConnectToNetworkNotification()
2319 int notificationType, int actionType) { in incrementConnectToNetworkNotificationAction() argument
2321 int key = notificationType * CONNECT_TO_NETWORK_NOTIFICATION_ACTION_KEY_MULTIPLIER in incrementConnectToNetworkNotificationAction()
/frameworks/base/services/core/java/com/android/server/
DConnectivityService.java6536 int notificationType) { in sendPendingIntentForRequest() argument
6537 if (notificationType == ConnectivityManager.CALLBACK_AVAILABLE && !nri.mPendingIntentSent) { in sendPendingIntentForRequest()
6571 NetworkAgentInfo networkAgent, int notificationType, int arg1) { in callCallbackForRequest() argument
6582 if (notificationType != ConnectivityManager.CALLBACK_UNAVAIL) { in callCallbackForRequest()
6585 switch (notificationType) { in callCallbackForRequest()
6626 msg.what = notificationType; in callCallbackForRequest()
6630 String notification = ConnectivityManager.getCallbackName(notificationType); in callCallbackForRequest()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneCallTracker.java3199 supp.notificationType = 1;
3216 supp.notificationType = suppServiceInfo.notificationType;
4815 supp.notificationType = SuppServiceNotification.NOTIFICATION_TYPE_CODE_2; in onCallHoldReceived()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DSimulatedCommands.java1642 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/telephony/api/
Dsystem-current.txt1714 field public final int notificationType;
/frameworks/base/api/
Dtest-current.txt3729 field public final int notificationType;
Dsystem-current.txt9940 field public final int notificationType;
/frameworks/base/non-updatable-api/
Dsystem-current.txt9838 field public final int notificationType;