Home
last modified time | relevance | path

Searched defs:isAutomotive (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DWindowManagerServiceTests.java95 private boolean isAutomotive() { in isAutomotive() method in WindowManagerServiceTests
/frameworks/base/packages/SystemUI/src/com/android/systemui/usb/
DStorageNotification.java846 private boolean isAutomotive() { in isAutomotive() method in StorageNotification
/frameworks/native/services/sensorservice/
DSensorService.cpp105 static bool isAutomotive() { in isAutomotive() function
120 bool isAutomotive = false; in isAutomotive() local
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
DUserManagerTest.java1232 private boolean isAutomotive() { in isAutomotive() method in UserManagerTest
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationManagerService.java2167 void setIsAutomotive(boolean isAutomotive) { in setIsAutomotive()