Home
last modified time | relevance | path

Searched defs:null (Results 1 – 2 of 2) sorted by relevance

/core/core/src/androidTest/java/androidx/core/provider/
DMockFontProvider.java139 new Font(0, 0, 0, null, 400, 0, Columns.RESULT_CODE_FONT_NOT_FOUND, true), in map.put() argument
143 new Font(0, 0, 0, null, 400, 0, Columns.RESULT_CODE_FONT_UNAVAILABLE, true), in map.put() argument
147 new Font(0, 0, 0, null, 400, 0, Columns.RESULT_CODE_MALFORMED_QUERY, true), in map.put() argument
151 new Font(id++, SAMPLE_FONT_FILE_0_ID, 0, null, 700, 0, Columns.RESULT_CODE_OK, in map.put() argument
157 new Font(id++, SAMPLE_FONT_FILE_0_ID, 0, null, 700, 0, Columns.RESULT_CODE_OK, in map.put() argument
165 new Font(id++, SAMPLE_FONT_FILE_0_ID, 0, null, 700, 0, -5, true), in map.put() argument
169 new Font(id++, SAMPLE_FONT_FILE_0_ID, 0, null, 400, 0, in map.put() argument
174 new Font(id++, LARGE_A_FILE_ID, 0, null, 400, 0 /* normal */, in map.put() argument
185 new Font(id++, INVALID_FONT_FILE_ID, 0, null, 400, 0, in map.put() argument
/core/core-i18n/src/main/java/androidx/core/i18n/messageformat_icu/simple/
DMessageFormat.java2066 format((Object[])arguments, null, result, fp); in format() local