Searched defs:notificationType (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/telephony/java/com/android/ims/
H A DImsSuppServiceNotification.java35 public int notificationType; field in class:ImsSuppServiceNotification
56 return "{ notificationType=" + notificationType +
72 out.writeInt(notificationType);
81 notificationType = in.readInt();
/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/telephony/src/java/com/android/internal/telephony/gsm/
H A DSuppServiceNotification.java28 public int notificationType; field in class:SuppServiceNotification
67 + (notificationType == 0 ? " originated " : " terminated ")
/frameworks/base/services/core/java/com/android/server/
H A DConnectivityService.java4472 int notificationType) {
4473 if (notificationType == ConnectivityManager.CALLBACK_AVAILABLE && !nri.mPendingIntentSent) {
4507 NetworkAgentInfo networkAgent, int notificationType) {
4513 if (notificationType != ConnectivityManager.CALLBACK_UNAVAIL &&
4514 notificationType != ConnectivityManager.CALLBACK_RELEASED) {
4517 switch (notificationType) {
4533 msg.what = notificationType;
4537 log("sending notification " + notifyTypeToName(notificationType) +
4471 sendPendingIntentForRequest(NetworkRequestInfo nri, NetworkAgentInfo networkAgent, int notificationType) argument
4506 callCallbackForRequest(NetworkRequestInfo nri, NetworkAgentInfo networkAgent, int notificationType) argument

Completed in 2870 milliseconds