Searched refs:getCurrentModeType (Results 1 – 13 of 13) sorted by relevance
53 int getCurrentModeType(); in getCurrentModeType() method
637 public int getCurrentModeType() { in getCurrentModeType() method in UiModeManager640 return sGlobals.mService.getCurrentModeType(); in getCurrentModeType()
633 if (uiModeManager.getCurrentModeType() != Configuration.UI_MODE_TYPE_TELEVISION) { in startSearch()
1271 assertThat(mService.getCurrentModeType()).isNotEqualTo(Configuration.UI_MODE_TYPE_CAR); in enableCarMode_failsForBogusPackageName()1284 assertThat(mService.getCurrentModeType()).isEqualTo(Configuration.UI_MODE_TYPE_CAR); in enableCarMode_shell()1292 assertThat(mService.getCurrentModeType()).isEqualTo(Configuration.UI_MODE_TYPE_CAR); in disableCarMode_failsForBogusPackageName()1298 assertThat(mService.getCurrentModeType()).isEqualTo(Configuration.UI_MODE_TYPE_CAR); in disableCarMode_failsForBogusPackageName()1304 assertThat(mService.getCurrentModeType()).isNotEqualTo(Configuration.UI_MODE_TYPE_CAR); in disableCarMode_failsForBogusPackageName()1317 assertThat(mService.getCurrentModeType()).isEqualTo(Configuration.UI_MODE_TYPE_CAR); in disableCarMode_shell()1320 assertThat(mService.getCurrentModeType()).isNotEqualTo(Configuration.UI_MODE_TYPE_CAR); in disableCarMode_shell()
248 boolean isLeanback = umm.getCurrentModeType() == Configuration.UI_MODE_TYPE_TELEVISION; in getLaunchIntentForPackage()
775 public int getCurrentModeType() {2209 final int currMode = mInterface.getCurrentModeType(); in printCurrentCarMode()
4925 mUiMode = uiModeService.getCurrentModeType();5773 mUiMode = mUiModeManager.getCurrentModeType();
1984 HSPLandroid/app/IUiModeManager$Stub$Proxy;->getCurrentModeType()I2889 HSPLandroid/app/UiModeManager;->getCurrentModeType()I
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
486 HSPLcom/android/server/UiModeManagerService$13;->getCurrentModeType()I
6951 Landroid/app/IUiModeManager$Stub$Proxy;->getCurrentModeType()I6968 Landroid/app/IUiModeManager;->getCurrentModeType()I
7414 method public int getCurrentModeType();