Searched refs:mIsLoggingEnabled (Results 1 – 2 of 2) sorted by relevance
98 private volatile boolean mIsLoggingEnabled = false; field in NetworkWatchlistService147 if (!mIsLoggingEnabled) {155 if (!mIsLoggingEnabled) {184 if (mIsLoggingEnabled) { in startWatchlistLoggingImpl()191 mIsLoggingEnabled = true; in startWatchlistLoggingImpl()215 if (!mIsLoggingEnabled) { in stopWatchlistLoggingImpl()220 mIsLoggingEnabled = false; in stopWatchlistLoggingImpl()
48 private final AtomicBoolean mIsLoggingEnabled = new AtomicBoolean(false); field in NetworkLogger58 if (!mIsLoggingEnabled.get()) {68 if (!mIsLoggingEnabled.get()) {119 mIsLoggingEnabled.set(true); in startNetworkLogging()133 mIsLoggingEnabled.set(false); in stopNetworkLogging()