Home
last modified time | relevance | path

Searched refs:ACTION_LOGD_SIZE_UPDATED (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/development/
DAbstractLogdSizePreferenceController.java32 public static final String ACTION_LOGD_SIZE_UPDATED = "com.android.settingslib.development." field in AbstractLogdSizePreferenceController
113 new Intent(ACTION_LOGD_SIZE_UPDATED) in updateLogdSizeValues()
DAbstractLogpersistPreferenceController.java107 new IntentFilter(AbstractLogdSizePreferenceController.ACTION_LOGD_SIZE_UPDATED)); in onCreate()