Searched refs:packageInfo (Results 1 – 2 of 2) sorted by relevance
98 PackageInfo packageInfo; in isCallerAllowed() local100 packageInfo = packageManager.getPackageInfo( in isCallerAllowed()106 if (packageInfo.signatures.length != 1) { in isCallerAllowed()111 packageInfo.signatures[0].toByteArray(), Base64.NO_WRAP); in isCallerAllowed()
143 final MyPackageInfo packageInfo = mAdapter.itemForPosition(curSelection); in deletePackage() local144 if (packageInfo != null) { in deletePackage()145 getPackageManager().deletePackage(packageInfo.info.packageName, in deletePackage()158 final String dataPath = packageInfo.info.applicationInfo.dataDir; in deletePackage()