Searched defs:emptyList (Results 1 – 5 of 5) sorted by relevance
78 public static ByteArrayParceledListSlice emptyList() { in emptyList() method in ByteArrayParceledListSlice
60 public static <T extends Parcelable> MediaParceledListSlice<T> emptyList() { in emptyList() method in MediaParceledListSlice
279 sContextsToDuck.append(INVALID, Collections.emptyList()); in sContextsToDuck.append()281 sContextsToDuck.append(MUSIC, Collections.emptyList()); in sContextsToDuck.append()295 sContextsToDuck.append(CALL_RING, Collections.emptyList()); in sContextsToDuck.append()336 sContextsToDuck.append(ANNOUNCEMENT, Collections.emptyList()); in sContextsToDuck.append()
721 final ArrayList<Network> emptyList = new ArrayList<>(); in testEqualsForUnderlyingNetworks() local
11328 List<QosPolicyParams> emptyList = createQosPolicyParamsList(0, true); in testAddQosPoliciesError() local