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

/frameworks/base/telephony/java/android/telephony/ims/
H A DImsSuppServiceNotification.java37 public final int notificationType; field in class:ImsSuppServiceNotification
50 public ImsSuppServiceNotification(int notificationType, int code, int index, int type, argument
52 this.notificationType = notificationType;
62 notificationType = in.readInt();
72 return "{ notificationType=" + notificationType +
88 out.writeInt(notificationType);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
H A DSuppServiceNotification.java28 public int notificationType; field in class:SuppServiceNotification
200 + (notificationType == 0 ? " originated " : " terminated ")
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DCarrierServiceStateTracker.java145 NotificationType notificationType = mNotificationTypeMap.get(msg.what);
146 if (notificationType != null) {
147 sendNotification(notificationType);
210 NotificationType notificationType = entry.getValue();
211 evaluateSendingMessageOrCancelNotification(notificationType);
216 NotificationType notificationType = mNotificationTypeMap.get(NOTIFICATION_PREF_NETWORK);
217 if (notificationType != null) {
218 evaluateSendingMessageOrCancelNotification(notificationType);
222 private void evaluateSendingMessageOrCancelNotification(NotificationType notificationType) { argument
223 if (evaluateSendingMessage(notificationType)) {
237 evaluateSendingMessage(NotificationType notificationType) argument
245 getDelay(NotificationType notificationType) argument
253 getNotificationBuilder(NotificationType notificationType) argument
284 sendNotification(NotificationType notificationType) argument
[all...]
H A DTelephonyTester.java330 suppServiceNotification.notificationType = type;
H A DRadioIndication.java318 notification.notificationType = suppSvcNotification.isMT ? 1 : 0;
/frameworks/data-binding/extensions/library/src/main/java/android/databinding/
H A DListChangeRegistry.java41 ObservableList sender, int notificationType, ListChanges listChanges) {
42 switch (notificationType) {
133 public synchronized void notifyCallbacks(ObservableList sender, int notificationType, argument
135 super.notifyCallbacks(sender, notificationType, listChanges);
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DWifiMetrics.java1724 public void incrementConnectToNetworkNotification(String notifierTag, int notificationType) { argument
1726 int count = mConnectToNetworkNotificationCount.get(notificationType);
1727 mConnectToNetworkNotificationCount.put(notificationType, count + 1);
1733 int notificationType, int actionType) {
1735 int key = notificationType * CONNECT_TO_NETWORK_NOTIFICATION_ACTION_KEY_MULTIPLIER
1732 incrementConnectToNetworkNotificationAction(String notifierTag, int notificationType, int actionType) argument
/frameworks/base/services/core/java/com/android/server/
H A DConnectivityService.java5050 int notificationType) {
5051 if (notificationType == ConnectivityManager.CALLBACK_AVAILABLE && !nri.mPendingIntentSent) {
5085 NetworkAgentInfo networkAgent, int notificationType, int arg1) {
5093 if (notificationType != ConnectivityManager.CALLBACK_UNAVAIL) {
5096 switch (notificationType) {
5118 msg.what = notificationType;
5122 String notification = ConnectivityManager.getCallbackName(notificationType);
5049 sendPendingIntentForRequest(NetworkRequestInfo nri, NetworkAgentInfo networkAgent, int notificationType) argument
5084 callCallbackForRequest(NetworkRequestInfo nri, NetworkAgentInfo networkAgent, int notificationType, int arg1) argument
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPhoneCallTracker.java2531 supp.notificationType = 1;
2548 supp.notificationType = suppServiceInfo.notificationType;
3864 supp.notificationType = SuppServiceNotification.NOTIFICATION_TYPE_CODE_2;
/frameworks/opt/telephony/src/java/com/android/internal/telephony/test/
H A DSimulatedCommands.java1604 not.notificationType = type;
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
H A DGSMPhoneTest.java.broken1651 assertEquals(type, notification.notificationType);

Completed in 715 milliseconds