Searched refs:callbackList (Results 1 – 3 of 3) sorted by relevance
708 ArrayList<IGeofenceHardwareMonitorCallback> callbackList;714 callbackList = mCallbacks[event.getMonitoringType()];715 if (callbackList != null) {718 for (IGeofenceHardwareMonitorCallback c : callbackList) {731 callbackList = mCallbacks[monitoringType];732 if (callbackList == null) {733 callbackList = new ArrayList<IGeofenceHardwareMonitorCallback>();734 mCallbacks[monitoringType] = callbackList;736 if (!callbackList.contains(callback)) callbackList.add(callback);741 callbackList = mCallbacks[monitoringType];[all …]
219 ArrayList<Integer> callbackList = registry.copyListeners(); in testVeryDeepRemoveWhileNotifying() local220 assertEquals(0, callbackList.size()); in testVeryDeepRemoveWhileNotifying()238 ArrayList<Integer> callbackList = registry.copyListeners(); in testClear() local239 assertEquals(0, callbackList.size()); in testClear()266 ArrayList<Integer> callbackList = registry.copyListeners(); in testNestedClear() local267 assertEquals(0, callbackList.size()); in testNestedClear()
223 ArrayList<Integer> callbackList = registry.copyCallbacks(); in testVeryDeepRemoveWhileNotifying() local224 assertEquals(0, callbackList.size()); in testVeryDeepRemoveWhileNotifying()243 ArrayList<Integer> callbackList = registry.copyCallbacks(); in testClear() local244 assertEquals(0, callbackList.size()); in testClear()272 ArrayList<Integer> callbackList = registry.copyCallbacks(); in testNestedClear() local273 assertEquals(0, callbackList.size()); in testNestedClear()