Searched refs:mNotifiedSubIds (Results 1 – 1 of 1) sorted by relevance
192 private int[] mNotifiedSubIds = {}; in onCreate() local201 if (!Arrays.equals(mNotifiedSubIds, activeSubIds)) { in onCreate()203 mNotifiedSubIds = Arrays.copyOf(activeSubIds, activeSubIds.length); in onCreate()