Home
last modified time | relevance | path

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

/frameworks/base/keystore/java/android/security/keystore/
DArrayUtils.java31 public static String[] cloneIfNotEmpty(String[] array) { in cloneIfNotEmpty() method in ArrayUtils
35 public static byte[] cloneIfNotEmpty(byte[] array) { in cloneIfNotEmpty() method in ArrayUtils