Home | History | Annotate | Download | only in settings

Lines Matching refs:pkg

875                 String pkg = parser.getAttributeValue(null, "package");
881 Log.w(TAG, "Unable to get shortcut for: " + pkg + "/" + cls);
885 ComponentName cn = new ComponentName(pkg, cls);
890 new String[] { pkg });
895 Log.w(TAG, "Unable to add bookmark: " + pkg + "/" + cls, e);