Home
last modified time | relevance | path

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

/cts/tests/tests/uirendering/src/android/uirendering/cts/testinfrastructure/
DDrawActivity.java50 private boolean mOnTv; field in DrawActivity
58 mOnTv = (uiMode & Configuration.UI_MODE_TYPE_MASK) == Configuration.UI_MODE_TYPE_TELEVISION; in onCreate()
89 return mOnTv; in getOnTv()