Home | History | Annotate | Download | only in applications

Lines Matching refs:apps

87      * Helper class to look for interesting changes to the installed apps
139 @Override public void deliverResult(List<AppOpEntry> apps) {
143 if (apps != null) {
144 onReleaseResources(apps);
147 List<AppOpEntry> oldApps = apps;
148 mApps = apps;
153 super.deliverResult(apps);
205 @Override public void onCanceled(List<AppOpEntry> apps) {
206 super.onCanceled(apps);
208 // At this point we can release the resources associated with 'apps'
210 onReleaseResources(apps);
222 // At this point we can release the resources associated with 'apps'
240 protected void onReleaseResources(List<AppOpEntry> apps) {