Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DCarrierServiceStateTracker.java150 NotificationType notificationType = mNotificationTypeMap.get(msg.what); in handleMessage() local
151 if (notificationType != null) { in handleMessage()
152 sendNotification(notificationType); in handleMessage()
215 NotificationType notificationType = entry.getValue(); in handleConfigChanges() local
216 evaluateSendingMessageOrCancelNotification(notificationType); in handleConfigChanges()
221 NotificationType notificationType = mNotificationTypeMap.get(NOTIFICATION_PREF_NETWORK); in handlePrefNetworkModeChanged() local
222 if (notificationType != null) { in handlePrefNetworkModeChanged()
223 evaluateSendingMessageOrCancelNotification(notificationType); in handlePrefNetworkModeChanged()
228 NotificationType notificationType = mNotificationTypeMap in handleImsCapabilitiesChanged() local
230 if (notificationType != null) { in handleImsCapabilitiesChanged()
[all …]
DTelephonyTester.java354 suppServiceNotification.notificationType = type; in sendTestSuppServiceNotification()
DRadioIndication.java358 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/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.java2205 public void incrementConnectToNetworkNotification(String notifierTag, int notificationType) { in incrementConnectToNetworkNotification() argument
2207 int count = mConnectToNetworkNotificationCount.get(notificationType); in incrementConnectToNetworkNotification()
2208 mConnectToNetworkNotificationCount.put(notificationType, count + 1); in incrementConnectToNetworkNotification()
2214 int notificationType, int actionType) { in incrementConnectToNetworkNotificationAction() argument
2216 int key = notificationType * CONNECT_TO_NETWORK_NOTIFICATION_ACTION_KEY_MULTIPLIER in incrementConnectToNetworkNotificationAction()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneCallTracker.java2668 supp.notificationType = 1;
2685 supp.notificationType = suppServiceInfo.notificationType;
4209 supp.notificationType = SuppServiceNotification.NOTIFICATION_TYPE_CODE_2; in onCallHoldReceived()
/frameworks/base/services/core/java/com/android/server/
DConnectivityService.java5995 int notificationType) { in sendPendingIntentForRequest() argument
5996 if (notificationType == ConnectivityManager.CALLBACK_AVAILABLE && !nri.mPendingIntentSent) { in sendPendingIntentForRequest()
6030 NetworkAgentInfo networkAgent, int notificationType, int arg1) { in callCallbackForRequest() argument
6038 if (notificationType != ConnectivityManager.CALLBACK_UNAVAIL) { in callCallbackForRequest()
6041 switch (notificationType) { in callCallbackForRequest()
6071 msg.what = notificationType; in callCallbackForRequest()
6075 String notification = ConnectivityManager.getCallbackName(notificationType); in callCallbackForRequest()
/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.txt8998 field public final int notificationType;