Home
last modified time | relevance | path

Searched refs:mPendingIntentSent (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/
DConnectivityService.java5335 boolean mPendingIntentSent; field in ConnectivityService.NetworkRequestInfo
6537 if (notificationType == ConnectivityManager.CALLBACK_AVAILABLE && !nri.mPendingIntentSent) { in sendPendingIntentForRequest()
6541 nri.mPendingIntentSent = true; in sendPendingIntentForRequest()