Home
last modified time | relevance | path

Searched refs:onAppRebuild (Results 1 – 3 of 3) sorted by relevance

/packages/apps/StorageManager/robotests/src/com/android/storagemanager/deletionhelper/
DAppDeletionPreferenceGroupTest.java61 mGroup.onAppRebuild(mApps); in addsPreferenceToScreen_onNoThreshold()
71 mGroup.onAppRebuild(mApps); in addsPreferenceToScreenWithHighOrder_onNoThreshold()
/packages/apps/StorageManager/src/com/android/storagemanager/deletionhelper/
DAppDeletionType.java242 mAppListener.onAppRebuild(mApps); in onLoadFinished()
257 void onAppRebuild(List<PackageInfo> apps); in onAppRebuild() method
DAppDeletionPreferenceGroup.java53 public void onAppRebuild(List<AppsAsyncLoader.PackageInfo> apps) { in onAppRebuild() method in AppDeletionPreferenceGroup