Searched refs:notifyType (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/services/core/java/com/android/server/ |
D | ConnectivityService.java | 3480 NotificationType notifyType, int networkType, String extraInfo, PendingIntent intent, in setProvNotificationVisibleIntent() argument 3483 log("setProvNotificationVisibleIntent " + notifyType + " visible=" + visible in setProvNotificationVisibleIntent() 3496 if (notifyType == NotificationType.NO_INTERNET && in setProvNotificationVisibleIntent() 3501 } else if (notifyType == NotificationType.SIGN_IN) { in setProvNotificationVisibleIntent() 3525 Slog.wtf(TAG, "Unknown notification type " + notifyType + "on network type " in setProvNotificationVisibleIntent() 5014 int notifyType = ConnectivityManager.CALLBACK_AVAILABLE; in notifyNetworkCallback() local 5022 callCallbackForRequest(nri, nai, notifyType); in notifyNetworkCallback() 5024 sendPendingIntentForRequest(nri, nai, notifyType); in notifyNetworkCallback() 5074 protected void notifyNetworkCallbacks(NetworkAgentInfo networkAgent, int notifyType) { in notifyNetworkCallbacks() argument 5075 if (VDBG) log("notifyType " + notifyTypeToName(notifyType) + " for " + networkAgent.name()); in notifyNetworkCallbacks() [all …]
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | ServiceStateTracker.java | 3966 private void setNotification(int notifyType) { in setNotification() argument 3967 if (DBG) log("setNotification: create notification " + notifyType); in setNotification() 3984 switch (notifyType) { in setNotification() 4025 if (notifyType == PS_DISABLED || notifyType == CS_DISABLED) { in setNotification()
|