Home
last modified time | relevance | path

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

/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/common/
DUtils.java132 List<ApplicationInfo> aInfos = null; in getCurrentSystemApps() local
134 aInfos = ipm.getInstalledApplications( in getCurrentSystemApps()
140 for (ApplicationInfo aInfo : aInfos) { in getCurrentSystemApps()