Home
last modified time | relevance | path

Searched refs:uiModeType (Results 1 – 4 of 4) sorted by relevance

/aosp12/packages/apps/Nfc/src/com/android/nfc/
H A DP2pEventManager.java57 final int uiModeType = mContext.getResources().getConfiguration().uiMode in P2pEventManager() local
59 if (uiModeType == Configuration.UI_MODE_TYPE_APPLIANCE) { in P2pEventManager()
/aosp12/frameworks/base/native/android/
H A Dconfiguration.cpp209 void AConfiguration_setUiModeType(AConfiguration* config, int32_t uiModeType) { in AConfiguration_setUiModeType() argument
211 | (uiModeType&ResTable_config::MASK_UI_MODE_TYPE); in AConfiguration_setUiModeType()
/aosp12/frameworks/native/include/android/
H A Dconfiguration.h668 void AConfiguration_setUiModeType(AConfiguration* config, int32_t uiModeType);
/aosp12/frameworks/base/libs/androidfw/
H A DResourceTypes.cpp2868 const int uiModeType = uiMode&MASK_UI_MODE_TYPE; in match() local
2870 if (uiModeType != 0 && uiModeType != setUiModeType) { in match()