Home | History | Annotate | Download | only in server

Lines Matching refs:pkg

781             String pkg = null;
784 pkg = resName.substring(0, colon);
798 if (pkg != null && ident != null && type != null) {
803 Context c = mContext.createPackageContext(pkg, Context.CONTEXT_RESTRICTED);
807 Slog.e(TAG, "couldn't resolve identifier pkg=" + pkg + " type=" + type
828 Slog.e(TAG, "Package name " + pkg + " not found");