Searched refs:sPlatformNotificationEnableRefCount (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/webkit/
H A DNetwork.java50 private static int sPlatformNotificationEnableRefCount; field in class:Network
95 --sPlatformNotificationEnableRefCount;
107 if (++sPlatformNotificationEnableRefCount == 1) {
121 if (--sPlatformNotificationEnableRefCount == 0) {

Completed in 34 milliseconds