Searched refs:BOOLEAN_VALUE (Results 1 – 2 of 2) sorted by relevance
40 private static final boolean BOOLEAN_VALUE = true; field in JniUtilsTest95 bundle.putBoolean(BOOLEAN_KEY, BOOLEAN_VALUE); in pushBundleToLuaTable_valuesOfDifferentTypes()105 assertThat(nativeHasBooleanValue(mLuaEnginePtr, BOOLEAN_KEY, BOOLEAN_VALUE)).isTrue(); in pushBundleToLuaTable_valuesOfDifferentTypes()115 bundle.putBoolean(BOOLEAN_KEY, BOOLEAN_VALUE); in pushBundleToLuaTable_wrongKey()122 assertThat(nativeHasBooleanValue(mLuaEnginePtr, "wrong key", BOOLEAN_VALUE)).isFalse(); in pushBundleToLuaTable_wrongKey()
77 private static final String BOOLEAN_VALUE = "boolean_value"; field in GridCustomizationsProvider110 MatrixCursor cursor = new MatrixCursor(new String[] {BOOLEAN_VALUE}); in query()111 cursor.newRow().add(BOOLEAN_VALUE, isThemedIconEnabled(getContext()) ? 1 : 0); in query()178 .putBoolean(KEY_THEMED_ICONS, values.getAsBoolean(BOOLEAN_VALUE)) in update()