Searched refs:mTestSubList (Results 1 – 1 of 1) sorted by relevance
75 private final List<Integer> mTestSubList = new ArrayList<>(); field in NetworkStatsSubscriptionsMonitorTest133 if (mTestSubList.contains(subId)) fail("The subscriber list already contains this ID"); in addTestSub()135 mTestSubList.add(subId); in addTestSub()137 final int[] subList = convertArrayListToIntArray(mTestSubList); in addTestSub()150 mTestSubList.removeIf(it -> it == subId); in removeTestSub()151 final int[] subList = convertArrayListToIntArray(mTestSubList); in removeTestSub()