Searched refs:notificationType (Results 1 – 9 of 9) sorted by relevance
35 public int notificationType; field in ImsSuppServiceNotification56 return "{ notificationType=" + notificationType + in toString()72 out.writeInt(notificationType); in writeToParcel()81 notificationType = in.readInt(); in readFromParcel()
41 ObservableList sender, int notificationType, ListChanges listChanges) {42 switch (notificationType) {133 public synchronized void notifyCallbacks(ObservableList sender, int notificationType, in notifyCallbacks() argument135 super.notifyCallbacks(sender, notificationType, listChanges); in notifyCallbacks()
28 public int notificationType; field in SuppServiceNotification67 + (notificationType == 0 ? " originated " : " terminated ") in toString()
1032 int notificationType = notificationMap.get(accessPoint.mId); in copyAndNotifyListeners() local1034 if (notificationType == 0 || listener == null) { in copyAndNotifyListeners()1038 if ((notificationType & AccessPointListenerAdapter.AP_CHANGED) != 0) { in copyAndNotifyListeners()1042 if ((notificationType & AccessPointListenerAdapter.LEVEL_CHANGED) != 0) { in copyAndNotifyListeners()
4608 int notificationType) { in sendPendingIntentForRequest() argument4609 if (notificationType == ConnectivityManager.CALLBACK_AVAILABLE && !nri.mPendingIntentSent) { in sendPendingIntentForRequest()4643 NetworkAgentInfo networkAgent, int notificationType, int arg1) { in callCallbackForRequest() argument4649 if (notificationType != ConnectivityManager.CALLBACK_UNAVAIL && in callCallbackForRequest()4650 notificationType != ConnectivityManager.CALLBACK_RELEASED) { in callCallbackForRequest()4653 switch (notificationType) { in callCallbackForRequest()4669 msg.what = notificationType; in callCallbackForRequest()4673 log("sending notification " + notifyTypeToName(notificationType) + in callCallbackForRequest()
2201 supp.notificationType = 1;2226 supp.notificationType = 1;2238 supp.notificationType = suppServiceInfo.notificationType;
252 notification.notificationType = suppSvcNotification.isMT ? 1 : 0; in suppSvcNotify()
1511 not.notificationType = type; in triggerSsn()
1651 assertEquals(type, notification.notificationType);