Searched defs:mPendingIntentSent (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/
H A DConnectivityService.java3572 boolean mPendingIntentSent; field in class:ConnectivityService.NetworkRequestInfo
4168 if (notificationType == ConnectivityManager.CALLBACK_AVAILABLE && !nri.mPendingIntentSent) {
4172 nri.mPendingIntentSent = true;

Completed in 40 milliseconds