Home
last modified time | relevance | path

Searched refs:DeveloperPreferences (Results 1 – 6 of 6) sorted by relevance

/packages/apps/TV/common/src/com/android/tv/common/dev/
DDeveloperPreferences.java20 public final class DeveloperPreferences { class
70 private DeveloperPreferences() {} in DeveloperPreferences() method in DeveloperPreferences
/packages/apps/TV/common/src/com/android/tv/common/
DBaseApplication.java25 import com.android.tv.common.dev.DeveloperPreferences;
73 if (BuildConfig.ENG && DeveloperPreferences.ALLOW_STRICT_MODE.get(this)) { in onCreate()
/packages/apps/TV/src/com/android/tv/ui/sidepanel/
DSideFragment.java38 import com.android.tv.common.dev.DeveloperPreferences;
138 DeveloperPreferences.USE_DEBUG_KEYS.getDefaultIfContextNull(mContext); in isHideKeyForThisPanel()
/packages/apps/TV/src/com/android/tv/
DMainActivity.java87 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)) {
/packages/apps/TV/tuner/src/com/android/tv/tuner/tvinput/
DTunerSessionWorkerExoV2.java54 import com.android.tv.common.dev.DeveloperPreferences;
325 mMaxTrickplayBufferSizeMb = DeveloperPreferences.MAX_BUFFER_SIZE_MBYTES.get(context); in TunerSessionWorkerExoV2()
DTunerSessionWorker.java54 import com.android.tv.common.dev.DeveloperPreferences;
323 mMaxTrickplayBufferSizeMb = DeveloperPreferences.MAX_BUFFER_SIZE_MBYTES.get(context); in TunerSessionWorker()