Home
last modified time | relevance | path

Searched defs:notificationType (Results 1 – 7 of 7) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DCarrierServiceStateTracker.java89 NotificationType notificationType = mNotificationTypeMap.get(msg.what); in handleMessage() local
154 NotificationType notificationType = entry.getValue(); in handleConfigChanges() local
170 public boolean evaluateSendingMessage(NotificationType notificationType) { in evaluateSendingMessage()
178 public int getDelay(NotificationType notificationType) { in getDelay()
186 public Notification.Builder getNotificationBuilder(NotificationType notificationType) { in getNotificationBuilder()
217 public void sendNotification(NotificationType notificationType) { in sendNotification()
/frameworks/base/telephony/java/com/android/ims/
DImsSuppServiceNotification.java35 public int notificationType; field in ImsSuppServiceNotification
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
DSuppServiceNotification.java28 public int notificationType; field in SuppServiceNotification
/frameworks/data-binding/extensions/library/src/main/java/android/databinding/
DListChangeRegistry.java133 public synchronized void notifyCallbacks(ObservableList sender, int notificationType, in notifyCallbacks()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiMetrics.java1252 public void incrementConnectToNetworkNotification(int notificationType) { in incrementConnectToNetworkNotification()
1260 public void incrementConnectToNetworkNotificationAction(int notificationType, int actionType) { in incrementConnectToNetworkNotificationAction()
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/wifi/
DWifiTracker.java1110 int notificationType = notificationMap.get(accessPoint.mId); in copyAndNotifyListeners() local
/frameworks/base/services/core/java/com/android/server/
DConnectivityService.java4741 int notificationType) { in sendPendingIntentForRequest()
4776 NetworkAgentInfo networkAgent, int notificationType, int arg1) { in callCallbackForRequest()