Searched refs:mIsLoggingEnabled (Results 1 – 3 of 3) 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()
49 private final AtomicBoolean mIsLoggingEnabled = new AtomicBoolean(false); field in NetworkLogger63 if (!mIsLoggingEnabled.get()) {78 if (!mIsLoggingEnabled.get()) {140 mIsLoggingEnabled.set(true); in startNetworkLogging()154 mIsLoggingEnabled.set(false); in stopNetworkLogging()
63 private boolean mIsLoggingEnabled = false; field in DropBoxManagerLoggerBackend102 mIsLoggingEnabled = isLoggingEnabled; in setLoggingEnabled()184 if (!mIsLoggingEnabled) { in bufferLog()