Home
last modified time | relevance | path

Searched refs:AppEntry (Results 1 – 25 of 155) sorted by relevance

1234567

/packages/apps/Settings/tests/robotests/src/com/android/settings/applications/
DAppStateNotificationBridgeTest.java63 import com.android.settingslib.applications.ApplicationsState.AppEntry;
111 private AppEntry getMockAppEntry(String pkg) { in getMockAppEntry()
112 AppEntry entry = mock(AppEntry.class); in getMockAppEntry()
210 ArrayList<AppEntry> apps = new ArrayList<>(); in testLoadAllExtraInfo_noEvents()
238 ArrayList<AppEntry> apps = new ArrayList<>(); in testLoadAllExtraInfo_multipleEventsAgg()
272 ArrayList<AppEntry> apps = new ArrayList<>(); in testLoadAllExtraInfo_multiplePkgs()
322 ArrayList<AppEntry> apps = new ArrayList<>(); in testLoadAllExtraInfo_multipleUsers()
323 AppEntry owner = getMockAppEntry(PKG1); in testLoadAllExtraInfo_multipleUsers()
327 AppEntry profile = getMockAppEntry(PKG1); in testLoadAllExtraInfo_multipleUsers()
350 AppEntry entry = getMockAppEntry(PKG1); in testUpdateExtraInfo_noEvents()
[all …]
/packages/apps/StorageManager/robotests/src/com/android/storagemanager/deletionhelper/
DAppStateUsageStatsBridgeTest.java66 private ArrayList<ApplicationsState.AppEntry> mApps;
99 ApplicationsState.AppEntry app = in test_appInstalledSameDayNeverUsed_isInvalid()
113 ApplicationsState.AppEntry app = in test_noThresholdFilter_appInstalledSameDayNeverUsed_isValid()
127 ApplicationsState.AppEntry app = in test_unusedApp_isValid()
141 ApplicationsState.AppEntry app = in test_noThresholdFilter_unusedApp_isValid()
155 ApplicationsState.AppEntry app = in test_unknownLastUse_isFilteredOut()
170 ApplicationsState.AppEntry app = in test_noThresholdFilter_unknownLastUse_isFilteredOut()
185 ApplicationsState.AppEntry app = in test_oldAppRecentlyUsed_isNotValid()
200 ApplicationsState.AppEntry app = in test_noThresholdFilter_oldAppRecentlyUsed_isValid()
215 ApplicationsState.AppEntry app = in test_oldUnusedApp_isValid()
[all …]
/packages/apps/Settings/src/com/android/settings/applications/
DAppStateNotificationBridge.java37 import com.android.settingslib.applications.ApplicationsState.AppEntry;
77 ArrayList<AppEntry> apps = mAppSession.getAllApps(); in loadAllExtraInfo()
86 for (AppEntry entry : apps) { in loadAllExtraInfo()
99 protected void updateExtraInfo(AppEntry entry, String pkg, int uid) { in updateExtraInfo()
127 private void addBlockStatus(AppEntry entry, NotificationsSentState stats) { in addBlockStatus()
213 private static NotificationsSentState getNotificationsSentState(AppEntry entry) { in getNotificationsSentState()
227 public CompoundButton.OnCheckedChangeListener getSwitchOnCheckedListener(final AppEntry entry) { in getSwitchOnCheckedListener()
247 public boolean filterApp(AppEntry info) {
262 public boolean filterApp(AppEntry info) {
277 public boolean filterApp(AppEntry info) {
[all …]
/packages/apps/Settings/tests/robotests/src/com/android/settings/notification/zen/
DZenModeBypassingAppsPreferenceControllerTest.java93 ApplicationsState.AppEntry entry = mock(ApplicationsState.AppEntry.class); in testUpdateBypassingApps()
99 List<ApplicationsState.AppEntry> appEntries = new ArrayList<>(); in testUpdateBypassingApps()
123 ApplicationsState.AppEntry entry1 = mock(ApplicationsState.AppEntry.class); in testUpdateBypassingApps_multipleApps()
128 ApplicationsState.AppEntry entry2 = mock(ApplicationsState.AppEntry.class); in testUpdateBypassingApps_multipleApps()
134 List<ApplicationsState.AppEntry> appEntries = new ArrayList<>(); in testUpdateBypassingApps_multipleApps()
164 ApplicationsState.AppEntry entry = mock(ApplicationsState.AppEntry.class); in testUpdateBypassingApps_conversation()
170 List<ApplicationsState.AppEntry> appEntries = new ArrayList<>(); in testUpdateBypassingApps_conversation()
198 ApplicationsState.AppEntry entry = mock(ApplicationsState.AppEntry.class); in testUpdateBypassingApps_demotedConversation()
204 List<ApplicationsState.AppEntry> appEntries = new ArrayList<>(); in testUpdateBypassingApps_demotedConversation()
259 ApplicationsState.AppEntry entry = mock(ApplicationsState.AppEntry.class); in testUpdateAppsBypassingDnd_alarmsOnly()
[all …]
/packages/apps/Car/Settings/src/com/android/car/settings/applications/
DApplicationListItemManager.java45 void onDataLoaded(ArrayList<ApplicationsState.AppEntry> apps); in onDataLoaded()
63 private Comparator<ApplicationsState.AppEntry> mAppEntryComparator;
65 private Set<ApplicationsState.AppEntry> mAppsToLoad = new HashSet<>();
67 private ArrayList<ApplicationsState.AppEntry> mLoadedApps = new ArrayList<>();
75 private ArrayList<ApplicationsState.AppEntry> mDeferredAppsToUpload;
129 Comparator<ApplicationsState.AppEntry> appEntryComparator) { in startLoading()
184 public void onRebuildComplete(ArrayList<ApplicationsState.AppEntry> apps) { in onRebuildComplete()
195 for (ApplicationsState.AppEntry app : apps) { in onRebuildComplete()
221 private boolean isLoaded(ApplicationsState.AppEntry app) { in isLoaded()
232 Set<ApplicationsState.AppEntry> appsToLoadCopy = new HashSet(mAppsToLoad); in warnIfNotAllLoadedInTime()
[all …]
/packages/apps/Car/Settings/tests/robotests/src/com/android/car/settings/applications/
DApplicationListItemManagerTest.java87 ArrayList<ApplicationsState.AppEntry> apps = new ArrayList<>(); in onRebuildComplete_shouldNotifyRegisteredListener()
92 ApplicationsState.AppEntry appEntry = new ApplicationsState.AppEntry(mContext, appInfo, in onRebuildComplete_shouldNotifyRegisteredListener()
109 ArrayList<ApplicationsState.AppEntry> apps = new ArrayList<>(); in onRebuildComplete_unRegisterOneListener_shouldNotifyRegisteredListener()
114 ApplicationsState.AppEntry appEntry = new ApplicationsState.AppEntry(mContext, appInfo, in onRebuildComplete_unRegisterOneListener_shouldNotifyRegisteredListener()
132 ArrayList<ApplicationsState.AppEntry> apps = new ArrayList<>(); in onRebuildComplete_calledAgainImmediately_shouldNotRunSecondCallImmediately()
137 ApplicationsState.AppEntry appEntry = new ApplicationsState.AppEntry(mContext, appInfo, in onRebuildComplete_calledAgainImmediately_shouldNotRunSecondCallImmediately()
154 ArrayList<ApplicationsState.AppEntry> apps = new ArrayList<>(); in onRebuildComplete_calledAgainImmediately_shouldRunSecondCallAfterUpdateInterval()
159 ApplicationsState.AppEntry appEntry = new ApplicationsState.AppEntry(mContext, appInfo, in onRebuildComplete_calledAgainImmediately_shouldRunSecondCallAfterUpdateInterval()
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/apps/
DAllAppsFragment.java78 ArrayList<ApplicationsState.AppEntry>> mUpdateMap = new ArrayMap<>(3);
84 final ArrayList<ApplicationsState.AppEntry> entries = mUpdateMap.get(group);
142 public void onRebuildComplete(ArrayList<ApplicationsState.AppEntry> apps) { in onActivityCreated()
155 public void onRebuildComplete(ArrayList<ApplicationsState.AppEntry> apps) { in onActivityCreated()
170 public void onRebuildComplete(ArrayList<ApplicationsState.AppEntry> apps) { in onActivityCreated()
195 ArrayList<ApplicationsState.AppEntry> apps = in rebuildInstalled()
203 ArrayList<ApplicationsState.AppEntry> apps = in rebuildDisabled()
211 ArrayList<ApplicationsState.AppEntry> apps = in rebuildOther()
219 ArrayList<ApplicationsState.AppEntry> entries) { in updateAppList()
243 private ArrayList<ApplicationsState.AppEntry> filterAppsInstalledInParentProfile(
[all …]
/packages/apps/Car/Settings/tests/robotests/src/com/android/car/settings/applications/managedomainurls/
DAppLinkStatePreferenceControllerTest.java87 ApplicationsState.AppEntry entry = new ApplicationsState.AppEntry(mContext, info, in refreshUi_isBrowserApp_isDisabled()
108 ApplicationsState.AppEntry entry = new ApplicationsState.AppEntry(mContext, info, in refreshUi_isNotBrowserApp_noDomainUrls_isDisabled()
129 ApplicationsState.AppEntry entry = new ApplicationsState.AppEntry(mContext, info, in refreshUi_isNotBrowserApp_hasDomainUrls_isEnabled()
150 ApplicationsState.AppEntry entry = new ApplicationsState.AppEntry(mContext, info, in refreshUi_isNotBrowserApp_hasDomainUrls_defaultState_entrySetToAsk()
172 ApplicationsState.AppEntry entry = new ApplicationsState.AppEntry(mContext, info, in refreshUi_isNotBrowserApp_hasDomainUrls_askState_entrySetToAsk()
196 ApplicationsState.AppEntry entry = new ApplicationsState.AppEntry(mContext, info, in refreshUi_isNotBrowserApp_hasDomainUrls_alwaysState_entrySetToAlways()
220 ApplicationsState.AppEntry entry = new ApplicationsState.AppEntry(mContext, info, in refreshUi_isNotBrowserApp_hasDomainUrls_neverState_entrySetToNever()
/packages/apps/Car/Settings/tests/robotests/src/com/android/car/settings/applications/specialaccess/
DAppStateAppOpsBridgeTest.java39 import com.android.settingslib.applications.ApplicationsState.AppEntry;
101 AppEntry entry = createAppEntry(packageInfo); in androidPackagesIgnored()
114 AppEntry entry = createAppEntry(packageInfo); in selfPackageIgnored()
130 AppEntry entry = createAppEntry(packageInfo); in packagesNotRequestingPermissionIgnored()
145 AppEntry entry = createAppEntry(packageInfo); in unavailablePackageIgnored()
158 AppEntry entry = createAppEntry(packageInfo); in loadsAppOpsExtraInfo_modeAllowed_isPermissible()
173 AppEntry entry = createAppEntry(packageInfo); in loadsAppOpsExtraInfo_modeDefault_isPermissible()
188 AppEntry entry = createAppEntry(packageInfo); in loadsAppOpsExtraInfo_modeIgnored_isNotPermissible()
203 AppEntry entry1 = createAppEntry(packageInfo1); in loadsAppOpsExtraInfo_multipleApps()
209 AppEntry entry2 = createAppEntry(packageInfo2); in loadsAppOpsExtraInfo_multipleApps()
[all …]
DAppEntryListManagerTest.java31 import com.android.settingslib.applications.ApplicationsState.AppEntry;
66 private ArgumentCaptor<List<AppEntry>> mEntriesCaptor;
123 ArrayList<AppEntry> entries = new ArrayList<>(); in forceUpdate_loadsExtraInfo()
124 entries.add(mock(AppEntry.class)); in forceUpdate_loadsExtraInfo()
134 AppEntry entry = mock(AppEntry.class); in forceUpdate_forEntry_loadsExtraInfo()
155 ArrayList<AppEntry> entries = new ArrayList<>(); in onRebuildComplete_callsCallback()
156 entries.add(mock(AppEntry.class)); in onRebuildComplete_callsCallback()
DAppOpsPreferenceControllerTest.java43 import com.android.settingslib.applications.ApplicationsState.AppEntry;
168 List<AppEntry> entries = Arrays.asList( in onAppEntryListChanged_addsPreferencesForEntries()
184 List<AppEntry> entries = Collections.singletonList( in onPreferenceChange_checkedState_setsAppOpModeAllowed()
200 List<AppEntry> entries = Collections.singletonList( in onPreferenceChange_uncheckedState_setsNegativeAppOpMode()
214 List<AppEntry> entries = Collections.singletonList( in onPreferenceChange_updatesEntry()
242 AppEntry systemApp = createAppEntry("test.package", /* uid= */ 1, /* isOpPermissible= */ in appFilter_showingSystemApps_keepsSystemEntries()
258 AppEntry systemApp = createAppEntry("test.package", /* uid= */ 1, /* isOpPermissible= */ in appFilter_notShowingSystemApps_removesSystemEntries()
273 AppEntry appEntry = createAppEntry("test.package", /* uid= */ 1, /* isOpPermissible= */ in appFilter_removesNullExtraInfoEntries()
280 private AppEntry createAppEntry(String packageName, int uid, boolean isOpPermissible) { in createAppEntry()
289 AppEntry appEntry = mock(AppEntry.class); in createAppEntry()
/packages/apps/Settings/tests/legacy_unit/src/com/android/settings/applications/manageapplications/
DManageApplicationsUnitTest.java52 final ApplicationsState.AppEntry appEntry = mock(ApplicationsState.AppEntry.class); in getCompositeFilter_filtersVolumeForAudio()
68 final ApplicationsState.AppEntry appEntry = mock(ApplicationsState.AppEntry.class); in getCompositeFilter_filtersVolumeForVideo()
84 final ApplicationsState.AppEntry appEntry = mock(ApplicationsState.AppEntry.class); in getCompositeFilter_filtersVolumeForGames()
117 final ApplicationsState.AppEntry appEntry = mock(ApplicationsState.AppEntry.class); in getCompositeFilter_worksWithInstantApps()
133 final ApplicationsState.AppEntry appEntry = mock(ApplicationsState.AppEntry.class); in getCompositeFilter_worksForLegacyPrivateSettings()
/packages/apps/Settings/tests/robotests/src/com/android/settings/applications/appinfo/
DAppOpenByDefaultPreferenceControllerTest.java44 import com.android.settingslib.applications.ApplicationsState.AppEntry;
103 final AppEntry appEntry = mock(AppEntry.class); in displayPreference_noAppInfo_shouldDisablePreference()
113 final AppEntry appEntry = mock(AppEntry.class); in displayPreference_appNotInstalled_shouldDisablePreference()
124 final AppEntry appEntry = mock(AppEntry.class); in displayPreference_appDisabled_shouldDisablePreference()
137 final AppEntry appEntry = mock(AppEntry.class); in displayPreference_appEnabled_shouldNotDisablePreference()
200 final AppEntry appEntry = mock(AppEntry.class); in updateState_notBrowserApp_notInstantApp_shouldShowPreferenceAndSetSummary()
DAppInfoDashboardFragmentTest.java52 import com.android.settingslib.applications.ApplicationsState.AppEntry;
122 final AppEntry appEntry = mock(AppEntry.class); in shouldShowUninstallForAll_installForOneOtherUserOnly_shouldReturnTrue()
138 final AppEntry appEntry = mock(AppEntry.class); in shouldShowUninstallForAll_installForSelfOnly_shouldReturnFalse()
175 final AppEntry appEntry = mock(AppEntry.class); in onPrepareOptionsMenuTestsSetup()
256 final AppEntry appEntry = mock(AppEntry.class); in instantApps_noUninstallForAllButton()
355 final AppEntry appEntry = mock(AppEntry.class); in startAppInfoFragment_noCrashOnNullArgs()
367 final AppEntry appEntry = mock(AppEntry.class); in startAppInfoFragment_includesNewAndOldArgs()
/packages/services/Car/tests/MultiDisplaySecondaryHomeTestLauncher/src/com/android/car/multidisplay/launcher/
DAppListLiveData.java30 class AppListLiveData extends LiveData<List<AppEntry>> {
43 new AsyncTask<Void, Void, List<AppEntry>>() { in loadData()
45 protected List<AppEntry> doInBackground(Void... voids) { in loadData()
52 List<AppEntry> entries = new ArrayList<>(); in loadData()
55 AppEntry entry = new AppEntry(app, mPackageManager); in loadData()
63 protected void onPostExecute(List<AppEntry> data) { in loadData()
DPinnedAppListLiveData.java35 class PinnedAppListLiveData extends LiveData<List<AppEntry>> {
59 new AsyncTask<Void, Void, List<AppEntry>>() { in loadData()
61 protected List<AppEntry> doInBackground(Void... voids) { in loadData()
62 List<AppEntry> entries = new ArrayList<>(); in loadData()
80 final AppEntry entry = new AppEntry(app, mPackageManager); in loadData()
90 protected void onPostExecute(List<AppEntry> data) { in loadData()
/packages/apps/Settings/tests/componenttests/src/com/android/settingslib/applications/
DApplicationStateComponentTest.java53 private ApplicationsState.AppEntry createAppEntry(String label, String packageName, int id) { in createAppEntry()
55 ApplicationsState.AppEntry appEntry = new ApplicationsState.AppEntry(mRuntimeApplication, in createAppEntry()
84 ApplicationsState.AppEntry entry1 = createAppEntry("Info01", "Package1", 0); in test_all_apps_sorting_alpha()
85 ApplicationsState.AppEntry entry2 = createAppEntry("Info02", "Package1", 0); in test_all_apps_sorting_alpha()
86 ApplicationsState.AppEntry entry3 = createAppEntry("Info01", "Package2", 0); in test_all_apps_sorting_alpha()
87 ApplicationsState.AppEntry entry4 = createAppEntry("Info02", "Package2", 0); in test_all_apps_sorting_alpha()
88 ApplicationsState.AppEntry entry5 = createAppEntry("Info02", "Package2", 1); in test_all_apps_sorting_alpha()
/packages/apps/Settings/tests/robotests/src/com/android/settings/applications/manageapplications/
DManageApplicationsTest.java61 import com.android.settingslib.applications.ApplicationsState.AppEntry;
215 final ArrayList<ApplicationsState.AppEntry> appList = new ArrayList<>(); in updateLoading_appLoaded_shouldNotDelayCallToHandleLoadingContainer()
216 appList.add(mock(ApplicationsState.AppEntry.class)); in updateLoading_appLoaded_shouldNotDelayCallToHandleLoadingContainer()
270 final ArrayList<ApplicationsState.AppEntry> appList = new ArrayList<>(); in onRebuildComplete_shouldHideLoadingView()
271 appList.add(mock(ApplicationsState.AppEntry.class)); in onRebuildComplete_shouldHideLoadingView()
298 final ArrayList<ApplicationsState.AppEntry> appList = new ArrayList<>(); in onRebuildComplete_hasSearchQuery_shouldFilterSearch()
299 appList.add(mock(ApplicationsState.AppEntry.class)); in onRebuildComplete_hasSearchQuery_shouldFilterSearch()
353 final ArrayList<ApplicationsState.AppEntry> appList = new ArrayList<>(); in applicationsAdapter_onBindViewHolder_notifications_wrongExtraInfo()
354 final ApplicationsState.AppEntry appEntry = mock(ApplicationsState.AppEntry.class); in applicationsAdapter_onBindViewHolder_notifications_wrongExtraInfo()
376 final ArrayList<ApplicationsState.AppEntry> appList = new ArrayList<>(); in applicationsAdapter_onBindViewHolder_updateSwitch_notifications()
[all …]
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/storage/
DBackupAppsStepFragment.java61 private final List<ApplicationsState.AppEntry> mEntries = new ArrayList<>();
90 public boolean filterApp(ApplicationsState.AppEntry info) { in onCreate()
142 final List<ApplicationsState.AppEntry> entries = mSession.rebuild(mAppFilter, in onCreateActions()
150 List<ApplicationsState.AppEntry> entries) { in getAppActions()
178 for (final ApplicationsState.AppEntry entry : entries) { in getAppActions()
209 final List<ApplicationsState.AppEntry> entries = mSession.rebuild(mAppFilter, in updateActions()
229 final ApplicationsState.AppEntry entry = in onGuidedActionClicked()
250 public void onRebuildComplete(ArrayList<ApplicationsState.AppEntry> apps) { in onRebuildComplete()
280 private final List<ApplicationsState.AppEntry> mEntries;
282 public IconLoaderTask(List<ApplicationsState.AppEntry> entries) { in IconLoaderTask()
[all …]
/packages/apps/Car/Settings/src/com/android/car/settings/applications/specialaccess/
DPremiumSmsAccessPreferenceController.java32 import com.android.settingslib.applications.ApplicationsState.AppEntry;
58 public boolean filterApp(AppEntry info) {
71 AppEntry entry = appPreference.mEntry;
85 public void onAppEntryListChanged(List<AppEntry> entries) {
93 private List<AppEntry> mEntries;
135 for (AppEntry entry : mEntries) { in updateState()
144 private final AppEntry mEntry;
146 PremiumSmsPreference(Context context, AppEntry entry) { in PremiumSmsPreference()
DAppEntryListManager.java53 void onAppEntryListChanged(List<ApplicationsState.AppEntry> entries); in onAppEntryListChanged()
72 void loadExtraInfo(List<ApplicationsState.AppEntry> entries); in loadExtraInfo()
88 public void onRebuildComplete(ArrayList<ApplicationsState.AppEntry> apps) {
201 public void forceUpdate(ApplicationsState.AppEntry entry) { in forceUpdate()
222 private void loadInfo(List<ApplicationsState.AppEntry> entries) { in loadInfo()
226 for (ApplicationsState.AppEntry entry : entries) { in loadInfo()
254 ApplicationsState.AppEntry entry = (ApplicationsState.AppEntry) msg.obj; in handleMessage()
DAppOpsPreferenceController.java36 import com.android.settingslib.applications.ApplicationsState.AppEntry;
57 public boolean filterApp(AppEntry info) {
69 AppEntry entry = appOpPreference.mEntry;
86 public void onAppEntryListChanged(List<AppEntry> entries) {
98 private List<AppEntry> mEntries;
183 for (AppEntry entry : mEntries) { in updateState()
203 private final AppEntry mEntry;
205 AppOpPreference(Context context, AppEntry entry) { in AppOpPreference()
/packages/apps/Settings/tests/robotests/src/com/android/settings/datausage/
DUnrestrictedDataAccessPreferenceControllerTest.java47 import com.android.settingslib.applications.ApplicationsState.AppEntry;
94 final AppEntry entry = createAppEntry(uid); in shouldAddPreference_forApps_shouldBeTrue()
101 final AppEntry entry = createAppEntry(uid); in shouldAddPreference_forNonApps_shouldBeFalse()
136 final AppEntry entry = preference.getEntry(); in onRebuildComplete_restricted_shouldBeDisabled()
166 private ArrayList<AppEntry> createAppEntries(String... packageNames) { in createAppEntries()
167 final ArrayList<AppEntry> appEntries = new ArrayList<>(); in createAppEntries()
173 final AppEntry appEntry = spy(new AppEntry(mContext, info, i)); in createAppEntries()
182 private AppEntry createAppEntry(int uid) { in createAppEntry()
187 return new AppEntry(mContext, info, uid); in createAppEntry()
/packages/apps/Car/Settings/tests/unit/src/com/android/car/settings/applications/
DRecentAppsListPreferenceControllerTest.java110 ApplicationsState.AppEntry appEntry = createAppEntry(MOCK_APP_NAME_1); in onRecentAppsLoaded_displaysApps()
129 ApplicationsState.AppEntry appEntry = createAppEntry(MOCK_APP_NAME_1); in onRecentAppsLoaded_doesNotDisplayInvalidApps()
153 ApplicationsState.AppEntry appEntry1 = createAppEntry(MOCK_APP_NAME_1); in onRecentAppsLoaded_moreThanMaximumAllowed_maximumShown()
154 ApplicationsState.AppEntry appEntry2 = createAppEntry(MOCK_APP_NAME_2); in onRecentAppsLoaded_moreThanMaximumAllowed_maximumShown()
155 ApplicationsState.AppEntry appEntry3 = createAppEntry(MOCK_APP_NAME_3); in onRecentAppsLoaded_moreThanMaximumAllowed_maximumShown()
156 ApplicationsState.AppEntry appEntry4 = createAppEntry(MOCK_APP_NAME_4); in onRecentAppsLoaded_moreThanMaximumAllowed_maximumShown()
179 private ApplicationsState.AppEntry createAppEntry(String label) { in createAppEntry()
180 ApplicationsState.AppEntry appEntry = mock(ApplicationsState.AppEntry.class); in createAppEntry()
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/apps/specialaccess/
DManageApplicationsController.java49 private final Comparator<ApplicationsState.AppEntry> mComparator;
67 public void onRebuildComplete(ArrayList<ApplicationsState.AppEntry> apps) {
99 Comparator<ApplicationsState.AppEntry> comparator) { in ManageApplicationsController()
117 ArrayList<ApplicationsState.AppEntry> apps = mAppSession.rebuild(filter, mComparator); in updateAppList()
123 private void updateAppList(ArrayList<ApplicationsState.AppEntry> apps) { in updateAppList()
126 for (final ApplicationsState.AppEntry entry : apps) { in updateAppList()
163 ApplicationsState.AppEntry entry); in bindPreference()

1234567