Searched defs:mPendingIntentSent (Results 1 - 1 of 1) sorted by last modified time

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

Completed in 37 milliseconds