Searched refs:sIsTablet (Results 1 – 1 of 1) sorted by relevance
268 private static Boolean sIsTablet = null; field in ActivityManagerTestBase1251 if (sIsTablet == null) { in isTablet()1260 sIsTablet = windowContext.getResources().getConfiguration().smallestScreenWidthDp in isTablet()1263 return sIsTablet; in isTablet()