Home
last modified time | relevance | path

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

/packages/modules/Connectivity/service/src/com/android/server/
DConnectivityService.java5689 boolean mPendingIntentSent; field in ConnectivityService.NetworkRequestInfo
7633 if (notificationType == ConnectivityManager.CALLBACK_AVAILABLE && !nri.mPendingIntentSent) { in sendPendingIntentForRequest()
7649 nri.mPendingIntentSent = true; in sendPendingIntentForRequest()