Searched refs:authContext (Results 1 – 3 of 3) sorted by relevance
107 Context authContext = context.createPackageContextAsUser(desc.packageName, 0, in getDrawableForType() local110 authContext.getDrawable(desc.iconId), mUserHandle); in getDrawableForType()134 Context authContext = context.createPackageContextAsUser(desc.packageName, 0, in getLabelForType() local136 label = authContext.getResources().getText(desc.labelId); in getLabelForType()
135 Context authContext = createPackageContext(desc.packageName, 0); in buildTypeToAuthDescriptionMap() local136 icon = authContext.getDrawable(desc.iconId); in buildTypeToAuthDescriptionMap()137 final CharSequence sequence = authContext.getResources().getText(desc.labelId); in buildTypeToAuthDescriptionMap()
124 Context authContext = createPackageContext(desc.packageName, 0); in getDrawableForType() local125 icon = authContext.getDrawable(desc.iconId); in getDrawableForType()