Searched refs:isAutomotive (Results 1 – 6 of 6) sorted by relevance
41 assumeFalse(isAutomotive()); in testForceShowSystemBarsThrowsExceptionForNonAutomotive()49 assumeTrue(isAutomotive()); in testForceShowSystemBarsDoesNotThrowExceptionForAutomotiveWithStatusBarPermission()55 private boolean isAutomotive() { in isAutomotive() method in WindowManagerServiceTests
254 if (isAutomotive() && mAutomotiveHideNavBarForKeyboard) { in initDockWindow()350 private boolean isAutomotive() { in isAutomotive() method in SoftInputWindow
631 } else if (isAutomotive()) { in buildUnmountPendingIntent()760 private boolean isAutomotive() { in isAutomotive() method in StorageNotification
3067 private boolean isAutomotive() { in isAutomotive() method3076 if (mScreenLifecycle == null && isAutomotive()) { in updateIsKeyguard()
5705 boolean isAutomotive = mContext.getPackageManager().hasSystemFeature( in setForceShowSystemBars()5707 if (!isAutomotive) { in setForceShowSystemBars()
1611 void setIsAutomotive(boolean isAutomotive) { in setIsAutomotive() argument1612 mIsAutomotive = isAutomotive; in setIsAutomotive()