Searched refs:blobs (Results 1 – 7 of 7) sorted by relevance
152 private static List<InetAddress> blobArrayToInetAddressList(@Nullable final Blob[] blobs) { in blobArrayToInetAddressList() argument153 if (null == blobs) return null; in blobArrayToInetAddressList()154 final ArrayList<InetAddress> list = new ArrayList<>(blobs.length); in blobArrayToInetAddressList()155 for (final Blob b : blobs) { in blobArrayToInetAddressList()165 final ArrayList<Blob> blobs = new ArrayList<>(); in inetAddressListToBlobArray()171 blobs.add(b); in inetAddressListToBlobArray()173 return blobs.toArray(new Blob[0]); in inetAddressListToBlobArray()
141 void updateList(List<BlobInfo> blobs) {143 if (blobs.isEmpty()) {146 addAll(blobs);
702 List<DecodedFilename> blobs = contentsByKey(packageDir); in getRestoreData() local703 if (blobs == null) { // nextRestorePackage() ensures the dir exists, so this is an error in getRestoreData()709 if (DEBUG) Log.d(TAG, "getRestoreData() found " + blobs.size() + " key files"); in getRestoreData()712 for (DecodedFilename keyEntry : blobs) { in getRestoreData()
167 its size and, in particular, the expected number of appended blobs. Each blob is174 blos it refers to. In version 1.0, it describes two blobs:
1dictionary=main:en_gb,locale=en_GB,description=English (UK),date ...
1dictionary=main:en_us,locale=en_US,description=English (US),date ...
1dictionary=main:en,locale=en,description=English,date=1414726273, ...