Searched refs:pkgname (Results 1 – 2 of 2) sorted by relevance
65 public CharSequence pkgname; field in NotificationStation.HistoricalNotificationInfo193 info.pkgname = loadPackageName(info.pkg); in loadNotifications()207 info.title = info.pkgname; in loadNotifications()314 ((TextView) row.findViewById(R.id.pkgname)).setText(info.pkgname); in getView()
1993 public int checkCarrierPrivilegesForPackage(String pkgname) { in checkCarrierPrivilegesForPackage() argument1999 return card.getCarrierPrivilegeStatus(mPhone.getContext().getPackageManager(), pkgname); in checkCarrierPrivilegesForPackage()