Searched refs:mIsFoldableDevice (Results 1 – 1 of 1) sorted by relevance
200 private boolean mIsFoldableDevice = false; field in ItsTestActivity358 if (mIsFoldableDevice) { in onReceive()905 mIsFoldableDevice = isFoldableDevice(); in onCreate()906 Log.i(TAG, "Is device foldable? " + mIsFoldableDevice); in onCreate()907 if (mIsFoldableDevice) { in onCreate()914 if (!mIsFoldableDevice) { in onCreate()930 if (!mIsFoldableDevice) { in onCreate()1131 if (mIsFoldableDevice) { in setupTests()