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.java133 List<ApplicationInfo> aInfos = null; in getCurrentSystemApps() local
135 aInfos = ipm.getInstalledApplications( in getCurrentSystemApps()
141 for (ApplicationInfo aInfo : aInfos) { in getCurrentSystemApps()