Searched refs:BOOLEAN_VALUE (Results 1 – 2 of 2) sorted by relevance
47 private static final boolean BOOLEAN_VALUE = true; field in JniUtilsTest136 bundle.putBoolean(BOOLEAN_KEY, BOOLEAN_VALUE); in pushBundleToLuaTable_valuesOfDifferentTypes()147 assertThat(nativeHasBooleanValue(mLuaEnginePtr, BOOLEAN_KEY, BOOLEAN_VALUE)).isTrue(); in pushBundleToLuaTable_valuesOfDifferentTypes()158 bundle.putBoolean(BOOLEAN_KEY, BOOLEAN_VALUE); in pushBundleToLuaTable_wrongKey()165 assertThat(nativeHasBooleanValue(mLuaEnginePtr, "wrong key", BOOLEAN_VALUE)).isFalse(); in pushBundleToLuaTable_wrongKey()
78 private static final String BOOLEAN_VALUE = "boolean_value"; field in GridCustomizationsProvider118 MatrixCursor cursor = new MatrixCursor(new String[]{BOOLEAN_VALUE}); in query()119 cursor.newRow().add(BOOLEAN_VALUE, isThemedIconEnabled(getContext()) ? 1 : 0); in query()167 .put(THEMED_ICONS, values.getAsBoolean(BOOLEAN_VALUE)); in update()