Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DCarrierServiceStateTracker.java155 NotificationType notificationType = mNotificationTypeMap.get(msg.what); in handleMessage() local
213 NotificationType notificationType = entry.getValue(); in handleConfigChanges() local
219 NotificationType notificationType = mNotificationTypeMap.get(NOTIFICATION_PREF_NETWORK); in handlePrefNetworkModeChanged() local
226 NotificationType notificationType = mNotificationTypeMap in handleImsCapabilitiesChanged() local
233 private void evaluateSendingMessageOrCancelNotification(NotificationType notificationType) { in evaluateSendingMessageOrCancelNotification()
248 public boolean evaluateSendingMessage(NotificationType notificationType) { in evaluateSendingMessage()
256 public int getDelay(NotificationType notificationType) { in getDelay()
264 public Notification.Builder getNotificationBuilder(NotificationType notificationType) { in getNotificationBuilder()
295 public void sendNotification(NotificationType notificationType) { in sendNotification()
315 public void cancelNotification(NotificationType notificationType) { in cancelNotification()
/frameworks/base/telephony/java/android/telephony/ims/
DImsSuppServiceNotification.java40 public final int notificationType; field in ImsSuppServiceNotification
53 public ImsSuppServiceNotification(int notificationType, int code, int index, int type, in ImsSuppServiceNotification()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
DSuppServiceNotification.java28 public int notificationType; field in SuppServiceNotification
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiMetrics.java2310 public void incrementConnectToNetworkNotification(String notifierTag, int notificationType) { in incrementConnectToNetworkNotification()
2319 int notificationType, int actionType) { in incrementConnectToNetworkNotificationAction()
/frameworks/base/services/core/java/com/android/server/
DConnectivityService.java6536 int notificationType) { in sendPendingIntentForRequest()
6571 NetworkAgentInfo networkAgent, int notificationType, int arg1) { in callCallbackForRequest()