Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/its/
DItsTestActivity.java201 private boolean mIsDeviceFolded = false; field in ItsTestActivity
359 if (!mIsDeviceFolded) { in onReceive()
862 Log.i(TAG, "Is device folded? " + mIsDeviceFolded); in onDeviceStateChanged()
863 if (!mFirstFoldCheck || mIsDeviceFolded != folded) { in onDeviceStateChanged()
864 mIsDeviceFolded = folded; in onDeviceStateChanged()
989 boolean deviceFolded = mIsDeviceFolded; in getCameraIdsForFoldableDevice()
991 if (mIsDeviceFolded) { in getCameraIdsForFoldableDevice()
1029 return mIsDeviceFolded; in isDeviceFolded()
1085 if (mIsDeviceFolded) { in setupItsTestsForFoldableDevice()
1097 if (cam.contains(mPrimaryFrontCameraId) && mIsDeviceFolded) { in setupItsTestsForFoldableDevice()
[all …]