/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | CarrierServiceStateTracker.java | 155 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 …]
|
D | TelephonyTester.java | 379 suppServiceNotification.notificationType = type; in sendTestSuppServiceNotification()
|
D | RadioIndication.java | 366 notification.notificationType = suppSvcNotification.isMT ? 1 : 0; in suppSvcNotify()
|
/frameworks/base/telephony/java/android/telephony/ims/ |
D | ImsSuppServiceNotification.java | 40 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/ |
D | SuppServiceNotification.java | 28 public int notificationType; field in SuppServiceNotification 200 + (notificationType == 0 ? " originated " : " terminated ") in toString()
|
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/ |
D | WifiMetrics.java | 2310 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/ |
D | ConnectivityService.java | 6536 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/ |
D | ImsPhoneCallTracker.java | 3199 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/ |
D | SimulatedCommands.java | 1642 not.notificationType = type; in triggerSsn()
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/ |
D | GSMPhoneTest.java.broken | 1651 assertEquals(type, notification.notificationType);
|
/frameworks/base/telephony/api/ |
D | system-current.txt | 1714 field public final int notificationType;
|
/frameworks/base/api/ |
D | test-current.txt | 3729 field public final int notificationType;
|
D | system-current.txt | 9940 field public final int notificationType;
|
/frameworks/base/non-updatable-api/ |
D | system-current.txt | 9838 field public final int notificationType;
|