Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/tools/EditTextVariations/src/com/android/inputmethod/tools/edittextvariations/
DThemeItem.java40 private static final String THEME_DEVICE_DEFAULT_LIGHT = "Theme_DeviceDefault_Light"; field in ThemeItem
49 THEME_HOLO, THEME_HOLO_LIGHT, THEME_DEVICE_DEFAULT, THEME_DEVICE_DEFAULT_LIGHT,
/packages/apps/Nfc/src/com/android/nfc/handover/
DConfirmConnectActivity.java39 AlertDialog.THEME_DEVICE_DEFAULT_LIGHT); in onCreate()
/packages/apps/Nfc/src/com/android/nfc/
DConfirmConnectToWifiNetworkActivity.java36 mAlertDialog = new AlertDialog.Builder(this, AlertDialog.THEME_DEVICE_DEFAULT_LIGHT) in onCreate()
DBeamShareActivity.java101 AlertDialog.THEME_DEVICE_DEFAULT_LIGHT); in showNfcDialogAndExit()