Home
last modified time | relevance | path

Searched refs:emptyArray (Results 1 – 3 of 3) 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/CaptivePortalLogin/tests/src/com/android/captiveportallogin/
DDownloadServiceTest.kt90 override fun newArray(size: Int) = emptyArray<TestNetwork>() in createFromParcel()
/packages/modules/NetworkStack/src/com/android/server/connectivity/
DNetworkMonitor.java2214 @NonNull String[] strings, Function<String, T> converter, T[] emptyArray) { in convertStrings() argument
2228 return convertedValues.toArray(emptyArray); in convertStrings()