HomeSort by relevance Sort by last modified time
    Searched refs:mWorstUidEnabled (Results 1 - 2 of 2) sorted by null

  /system/core/logd/
LogWhiteBlackList.h 55 bool mWorstUidEnabled;
65 bool worstUidEnabled() const { return mWorstUidEnabled; }
LogWhiteBlackList.cpp 50 : mWorstUidEnabled(false) {
68 mWorstUidEnabled = false;
83 mWorstUidEnabled = false;
95 mWorstUidEnabled = true;
185 if (mWorstUidEnabled) {

Completed in 62 milliseconds