Home
last modified time | relevance | path

Searched refs:emptyArray (Results 1 – 2 of 2) sorted by relevance

/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/utils/
DResourceUtilsTests.java45 final String[] emptyArray = {}; in testFindConstantForKeyValuePairsSimple() local
46 assertNull(ResourceUtils.findConstantForKeyValuePairs(anyKeyValue, emptyArray)); in testFindConstantForKeyValuePairsSimple()
47 assertNull(ResourceUtils.findConstantForKeyValuePairs(emptyKeyValue, emptyArray)); in testFindConstantForKeyValuePairsSimple()
48 assertNull(ResourceUtils.findConstantForKeyValuePairs(nullKeyValue, emptyArray)); in testFindConstantForKeyValuePairsSimple()
/packages/modules/NetworkStack/src/com/android/server/connectivity/
DNetworkMonitor.java1429 @NonNull String[] strings, Function<String, T> converter, T[] emptyArray) { in convertStrings() argument
1443 return convertedValues.toArray(emptyArray); in convertStrings()