Searched refs:availableList (Results 1 – 8 of 8) sorted by relevance
79 std::unique_ptr<SkiaDisplayList> availableList; in TEST() local82 availableList = renderNode->detachAvailableList(); in TEST()83 ASSERT_EQ(availableList.get(), nullptr); in TEST()90 availableList = renderNode->detachAvailableList(); in TEST()91 ASSERT_EQ(availableList.get(), &skiaDL); in TEST()92 availableList.release(); // prevents an invalid free since our DL is stack allocated in TEST()95 availableList = renderNode->detachAvailableList(); in TEST()96 ASSERT_EQ(availableList.get(), nullptr); in TEST()
26 TetheringInterface[] availableList;
1238 if (Arrays.equals(mLastTetherableInterfaces, newStates.availableList)) return;1239 mLastTetherableInterfaces = newStates.availableList.clone();1424 return toIfaces(mTetherStatesParcel.availableList);
396 List<SubscriptionInfo> availableList = subManager.getAvailableSubscriptionInfoList();397 if (availableList == null) {406 for (SubscriptionInfo info : availableList) {
3340 List<SubscriptionInfo> availableList = getAvailableSubscriptionInfoList(); in getSelectableSubscriptionInfoList() local3341 if (availableList == null) { in getSelectableSubscriptionInfoList()3350 for (SubscriptionInfo info : availableList) { in getSelectableSubscriptionInfoList()
1814 assertEquals(0, parcel.availableList.length); in assertTetherStatesNotNullButEmpty()1846 assertArrayEquals(tetherState.availableList, new TetheringInterface[] {wifiIface}); in testRegisterTetheringEventCallback()1872 assertArrayEquals(tetherState.availableList, new TetheringInterface[] {wifiIface}); in testRegisterTetheringEventCallback()
975 parcel.availableList = available.toArray(new TetheringInterface[0]); in buildTetherStatesParcel()2219 parcel.availableList = new TetheringInterface[0]; in emptyTetherStatesParcel()
280 ArrayList<String> availableList = new ArrayList<>(); in simulateTetherReady() local288 intent.putStringArrayListExtra(TetheringManager.EXTRA_AVAILABLE_TETHER, availableList); in simulateTetherReady()