Searched refs:DeveloperPreferences (Results 1 – 6 of 6) sorted by relevance
20 public final class DeveloperPreferences { class70 private DeveloperPreferences() {} in DeveloperPreferences() method in DeveloperPreferences
25 import com.android.tv.common.dev.DeveloperPreferences;73 if (BuildConfig.ENG && DeveloperPreferences.ALLOW_STRICT_MODE.get(this)) { in onCreate()
38 import com.android.tv.common.dev.DeveloperPreferences;138 DeveloperPreferences.USE_DEBUG_KEYS.getDefaultIfContextNull(mContext); in isHideKeyForThisPanel()
87 import com.android.tv.common.dev.DeveloperPreferences;607 if (BuildConfig.ENG && DeveloperPreferences.ALLOW_STRICT_MODE.get(this)) { in onCreate()1473 if (DeveloperPreferences.LOG_KEYEVENT.get(this)) { in dispatchKeyEvent()2114 if (DeveloperPreferences.LOG_KEYEVENT.get(this)) {2204 if (DeveloperPreferences.LOG_KEYEVENT.get(this)) {2302 if (!DeveloperPreferences.USE_DEBUG_KEYS.get(this)) {2310 if (!DeveloperPreferences.USE_DEBUG_KEYS.get(this)) {2376 if (DeveloperPreferences.USE_DEBUG_KEYS.get(this) || BuildConfig.ENG) {2432 if (DeveloperPreferences.LOG_KEYEVENT.get(this)) Log.d(TAG, "onKeyLongPress(" + event);2502 if (DeveloperPreferences.LOG_KEYEVENT.get(this)) {
54 import com.android.tv.common.dev.DeveloperPreferences;325 mMaxTrickplayBufferSizeMb = DeveloperPreferences.MAX_BUFFER_SIZE_MBYTES.get(context); in TunerSessionWorkerExoV2()
54 import com.android.tv.common.dev.DeveloperPreferences;323 mMaxTrickplayBufferSizeMb = DeveloperPreferences.MAX_BUFFER_SIZE_MBYTES.get(context); in TunerSessionWorker()