Searched refs:iconPkg (Results 1 – 1 of 1) sorted by relevance
164 private void updateSlot(String slot, String iconPkg, int iconId) { in updateSlot() argument166 if (iconPkg == null) { in updateSlot()167 iconPkg = mContext.getPackageName(); in updateSlot()196 StatusBarIcon icon = new StatusBarIcon(iconPkg, UserHandle.SYSTEM, iconId, 0, 0, "Demo"); in updateSlot()