Searched refs:currentAppUsageList (Results 1 – 1 of 1) sorted by relevance
308 protected void onPostExecute(final List<AppUsageEvent> currentAppUsageList) { in loadCurrentAppUsageList() argument309 if (currentAppUsageList == null || currentAppUsageList.isEmpty()) { in loadCurrentAppUsageList()312 mAppUsageEventList.addAll(currentAppUsageList); in loadCurrentAppUsageList()