Home
last modified time | relevance | path

Searched refs:uiMode (Results 1 – 5 of 5) sorted by relevance

/packages/apps/PackageInstaller/src/com/android/packageinstaller/
DDeviceUtils.java25 int uiMode = context.getResources().getConfiguration().uiMode; in isTelevision() local
26 return (uiMode & Configuration.UI_MODE_TYPE_MASK) == Configuration.UI_MODE_TYPE_TELEVISION; in isTelevision()
DUninstallerActivity.java196 return (getResources().getConfiguration().uiMode & Configuration.UI_MODE_TYPE_MASK) in isTv()
/packages/apps/Settings/src/com/android/settings/bluetooth/
DLocalBluetoothPreferences.java75 if ((context.getResources().getConfiguration().uiMode & in shouldShowDialogInForeground()
/packages/apps/Nfc/src/com/android/nfc/
DP2pEventManager.java57 final int uiModeType = mContext.getResources().getConfiguration().uiMode in P2pEventManager()
/packages/services/Car/car-support-lib/
Dproguard-release.flags2257 public int uiMode;