Home
last modified time | relevance | path

Searched refs:notificationType (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/telephony/java/com/android/ims/
DImsSuppServiceNotification.java35 public int notificationType; field in ImsSuppServiceNotification
56 return "{ notificationType=" + notificationType + in toString()
72 out.writeInt(notificationType); in writeToParcel()
81 notificationType = in.readInt(); in readFromParcel()
/frameworks/data-binding/extensions/library/src/main/java/android/databinding/
DListChangeRegistry.java41 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/
DSuppServiceNotification.java28 public int notificationType; field in SuppServiceNotification
67 + (notificationType == 0 ? " originated " : " terminated ") in toString()
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/wifi/
DWifiTracker.java1032 int notificationType = notificationMap.get(accessPoint.mId); in copyAndNotifyListeners() local
1034 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()
/frameworks/base/services/core/java/com/android/server/
DConnectivityService.java4608 int notificationType) { in sendPendingIntentForRequest() argument
4609 if (notificationType == ConnectivityManager.CALLBACK_AVAILABLE && !nri.mPendingIntentSent) { in sendPendingIntentForRequest()
4643 NetworkAgentInfo networkAgent, int notificationType, int arg1) { in callCallbackForRequest() argument
4649 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()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneCallTracker.java2201 supp.notificationType = 1;
2226 supp.notificationType = 1;
2238 supp.notificationType = suppServiceInfo.notificationType;
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DRadioIndication.java252 notification.notificationType = suppSvcNotification.isMT ? 1 : 0; in suppSvcNotify()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/test/
DSimulatedCommands.java1511 not.notificationType = type; in triggerSsn()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
DGSMPhoneTest.java.broken1651 assertEquals(type, notification.notificationType);