Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DIUiModeManager.aidl53 int getCurrentModeType(); in getCurrentModeType() method
DUiModeManager.java695 public int getCurrentModeType() { in getCurrentModeType() method in UiModeManager
698 return sGlobals.mService.getCurrentModeType(); in getCurrentModeType()
DSearchManager.java633 if (uiModeManager.getCurrentModeType() != Configuration.UI_MODE_TYPE_TELEVISION) { in startSearch()
/frameworks/base/services/tests/uiservicestests/src/com/android/server/
DUiModeManagerServiceTest.java1324 assertThat(mService.getCurrentModeType()).isNotEqualTo(Configuration.UI_MODE_TYPE_CAR); in enableCarMode_failsForBogusPackageName()
1337 assertThat(mService.getCurrentModeType()).isEqualTo(Configuration.UI_MODE_TYPE_CAR); in enableCarMode_shell()
1345 assertThat(mService.getCurrentModeType()).isEqualTo(Configuration.UI_MODE_TYPE_CAR); in disableCarMode_failsForBogusPackageName()
1351 assertThat(mService.getCurrentModeType()).isEqualTo(Configuration.UI_MODE_TYPE_CAR); in disableCarMode_failsForBogusPackageName()
1357 assertThat(mService.getCurrentModeType()).isNotEqualTo(Configuration.UI_MODE_TYPE_CAR); in disableCarMode_failsForBogusPackageName()
1370 assertThat(mService.getCurrentModeType()).isEqualTo(Configuration.UI_MODE_TYPE_CAR); in disableCarMode_shell()
1373 assertThat(mService.getCurrentModeType()).isNotEqualTo(Configuration.UI_MODE_TYPE_CAR); in disableCarMode_shell()
/frameworks/base/tests/Compatibility/src/com/android/compatibilitytest/
DAppCompatibility.java248 boolean isLeanback = umm.getCurrentModeType() == Configuration.UI_MODE_TYPE_TELEVISION; in getLaunchIntentForPackage()
/frameworks/base/services/core/java/com/android/server/
DUiModeManagerService.java810 public int getCurrentModeType() { in getCurrentModeType() method in UiModeManagerService.Stub
2314 final int currMode = mInterface.getCurrentModeType(); in printCurrentCarMode()
/frameworks/base/services/core/java/com/android/server/policy/
DPhoneWindowManager.java5425 mUiMode = uiModeService.getCurrentModeType();
6268 mUiMode = mUiModeManager.getCurrentModeType();
/frameworks/base/boot/
Dboot-image-profile.txt1965 HSPLandroid/app/IUiModeManager$Stub$Proxy;->getCurrentModeType()I
2835 HSPLandroid/app/UiModeManager;->getCurrentModeType()I
/frameworks/base/config/
Dboot-image-profile.txt1965 HSPLandroid/app/IUiModeManager$Stub$Proxy;->getCurrentModeType()I
2835 HSPLandroid/app/UiModeManager;->getCurrentModeType()I
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt6951 Landroid/app/IUiModeManager$Stub$Proxy;->getCurrentModeType()I
6968 Landroid/app/IUiModeManager;->getCurrentModeType()I
/frameworks/base/services/
Dart-wear-profile3075 PLcom/android/server/UiModeManagerService$Stub;->getCurrentModeType()I
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt5170 method public int getCurrentModeType();
/frameworks/base/core/api/
Dcurrent.txt7632 method public int getCurrentModeType();