Home | History | Annotate | Download | only in server

Lines Matching refs:notificationType

3929             int notificationType) {
3930 if (notificationType == ConnectivityManager.CALLBACK_AVAILABLE && !nri.mPendingIntentSent) {
3964 NetworkAgentInfo networkAgent, int notificationType) {
3970 if (notificationType != ConnectivityManager.CALLBACK_UNAVAIL &&
3971 notificationType != ConnectivityManager.CALLBACK_RELEASED) {
3974 switch (notificationType) {
3990 msg.what = notificationType;
3994 log("sending notification " + notifyTypeToName(notificationType) +