/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | CarrierServiceStateTracker.java | 145 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 …]
|
D | TelephonyTester.java | 330 suppServiceNotification.notificationType = type; in sendTestSuppServiceNotification()
|
D | RadioIndication.java | 318 notification.notificationType = suppSvcNotification.isMT ? 1 : 0; in suppSvcNotify()
|
/frameworks/base/telephony/java/android/telephony/ims/ |
D | ImsSuppServiceNotification.java | 37 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/ |
D | ListChangeRegistry.java | 41 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/ |
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 | 1724 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/ |
D | ConnectivityService.java | 5050 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/ |
D | ImsPhoneCallTracker.java | 2531 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/ |
D | SimulatedCommands.java | 1604 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/api/ |
D | system-current.txt | 5817 field public final int notificationType;
|
/frameworks/base/config/ |
D | hiddenapi-public-dex.txt | 43692 Landroid/telephony/ims/ImsSuppServiceNotification;->notificationType:I
|