Home
last modified time | relevance | path

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

/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DWindowManagerServiceTests.java41 assumeFalse(isAutomotive()); in testForceShowSystemBarsThrowsExceptionForNonAutomotive()
49 assumeTrue(isAutomotive()); in testForceShowSystemBarsDoesNotThrowExceptionForAutomotiveWithStatusBarPermission()
55 private boolean isAutomotive() { in isAutomotive() method in WindowManagerServiceTests
/frameworks/base/core/java/android/inputmethodservice/
DSoftInputWindow.java254 if (isAutomotive() && mAutomotiveHideNavBarForKeyboard) { in initDockWindow()
350 private boolean isAutomotive() { in isAutomotive() method in SoftInputWindow
/frameworks/base/packages/SystemUI/src/com/android/systemui/usb/
DStorageNotification.java631 } else if (isAutomotive()) { in buildUnmountPendingIntent()
760 private boolean isAutomotive() { in isAutomotive() method in StorageNotification
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBar.java3067 private boolean isAutomotive() { in isAutomotive() method
3076 if (mScreenLifecycle == null && isAutomotive()) { in updateIsKeyguard()
/frameworks/base/services/core/java/com/android/server/wm/
DWindowManagerService.java5705 boolean isAutomotive = mContext.getPackageManager().hasSystemFeature( in setForceShowSystemBars()
5707 if (!isAutomotive) { in setForceShowSystemBars()
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationManagerService.java1611 void setIsAutomotive(boolean isAutomotive) { in setIsAutomotive() argument
1612 mIsAutomotive = isAutomotive; in setIsAutomotive()