Searched refs:notificationType (Results 1 – 8 of 8) 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()
1480 supp.notificationType = 1;1502 supp.notificationType = 1;1514 supp.notificationType = suppServiceInfo.notificationType;
4472 int notificationType) { in sendPendingIntentForRequest() argument4473 if (notificationType == ConnectivityManager.CALLBACK_AVAILABLE && !nri.mPendingIntentSent) { in sendPendingIntentForRequest()4507 NetworkAgentInfo networkAgent, int notificationType) { in callCallbackForRequest() argument4513 if (notificationType != ConnectivityManager.CALLBACK_UNAVAIL && in callCallbackForRequest()4514 notificationType != ConnectivityManager.CALLBACK_RELEASED) { in callCallbackForRequest()4517 switch (notificationType) { in callCallbackForRequest()4533 msg.what = notificationType; in callCallbackForRequest()4537 log("sending notification " + notifyTypeToName(notificationType) + in callCallbackForRequest()
1514 not.notificationType = type; in triggerSsn()
1651 assertEquals(type, notification.notificationType);
3582 notification.notificationType = p.readInt(); in responseSuppServiceNotification()